{"id":4021,"date":"2013-08-03T07:41:13","date_gmt":"2013-08-03T15:41:13","guid":{"rendered":"https:\/\/www.zubairalexander.com\/stage\/?p=4021"},"modified":"2013-08-02T15:03:39","modified_gmt":"2013-08-02T23:03:39","slug":"how-to-change-the-word-sharepoint-in-the-title-bar-in-sharepoint-2013","status":"publish","type":"post","link":"https:\/\/www.zubairalexander.com\/blog\/how-to-change-the-word-sharepoint-in-the-title-bar-in-sharepoint-2013\/","title":{"rendered":"How to Change the Word &#8220;SharePoint&#8221; in the Title Bar in SharePoint 2013"},"content":{"rendered":"<p>In SharePoint 2013 and Office 365, you see the word SharePoint in the top left hand corner of the screen. If you want to change that word to something else, you can do so by using a PowerShell script. I would like to give credit to <a href=\"http:\/\/zimmergren.net\/\">SharePoint MVP Tobias Zimmergren<\/a> for this script.<\/p>\n<p>Here&#8217;s the procedure.<\/p>\n<p>1. Start PowerShell console and enter the following commands.<\/p>\n<p>$webApp = Get-SPWebApplication <em>WebAppURL<\/em><br \/>\n$webApp.SuiteBarBrandingElementHtml = &#8220;The text goes here&#8221;<br \/>\n$webApp.Update()<\/p>\n<p>For example, I changed the word <strong>SharePoint <\/strong>on one of my site to <strong>SeattlePro Enterprises, LLC<\/strong>. Here&#8217;s the syntax I used.<\/p>\n<p>$webApp = Get-SPWebApplication https:\/\/sandbox.seattlepro.com<br \/>\n$webApp.SuiteBarBrandingElementHtml = &#8220;SeattlePro Enterprises, LLC&#8221;<br \/>\n$webApp.Update()<\/p>\n<p>Here&#8217;s the before and after view of the page.<\/p>\n<p><a href=\"https:\/\/www.zubairalexander.com\/blog\/wp-content\/uploads\/2013\/08\/rename_sharepoint.png\"><img decoding=\"async\" class=\"alignnone size-medium wp-image-4022\" title=\"rename_sharepoint\" src=\"https:\/\/www.zubairalexander.com\/blog\/wp-content\/uploads\/2013\/08\/rename_sharepoint-223x300.png\" alt=\"\" width=\"223\" height=\"300\" \/><\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>In SharePoint 2013 and Office 365, you see the word SharePoint in the top left hand corner of the screen. If you want to change that word to something else, you can do so by using a PowerShell script. I would like to give credit to SharePoint MVP Tobias Zimmergren for this script. Here&#8217;s the [&hellip;]<\/p>\n","protected":false},"author":7,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"categories":[63,54,11],"tags":[],"class_list":["post-4021","post","type-post","status-publish","format-standard","hentry","category-office-365","category-sharepoint","category-tips-tricks"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.9 - aioseo.com -->\n\t<meta name=\"description\" content=\"In SharePoint 2013 and Office 365, you see the word SharePoint in the top left hand corner of the screen. If you want to change that word to something else, you can do so by using a PowerShell script. I would like to give credit to SharePoint MVP Tobias Zimmergren for this script. Here&#039;s the\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Zubair Alexander\"\/>\n\t<meta name=\"google-site-verification\" content=\"xUGSODobCBguuxTNOCWOCVwAIhfY39LLtYAQOmExYzw\" \/>\n\t<meta name=\"msvalidate.01\" content=\"65829CD0C3C810D64E58EA860413DB21\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/www.zubairalexander.com\/blog\/how-to-change-the-word-sharepoint-in-the-title-bar-in-sharepoint-2013\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.9\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Alexander&#039;s Blog | Sharing knowledge with the global IT community since November 1, 2004\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"How to Change the Word \u201cSharePoint\u201d in the Title Bar in SharePoint 2013 | Alexander&#039;s Blog\" \/>\n\t\t<meta property=\"og:description\" content=\"In SharePoint 2013 and Office 365, you see the word SharePoint in the top left hand corner of the screen. If you want to change that word to something else, you can do so by using a PowerShell script. I would like to give credit to SharePoint MVP Tobias Zimmergren for this script. Here&#039;s the\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/www.zubairalexander.com\/blog\/how-to-change-the-word-sharepoint-in-the-title-bar-in-sharepoint-2013\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/www.zubairalexander.com\/blog\/wp-content\/uploads\/2004\/11\/AlexandersBlog_logo_590x590.png\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/www.zubairalexander.com\/blog\/wp-content\/uploads\/2004\/11\/AlexandersBlog_logo_590x590.png\" \/>\n\t\t<meta property=\"og:image:width\" content=\"590\" \/>\n\t\t<meta property=\"og:image:height\" content=\"590\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2013-08-03T15:41:13+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2013-08-02T23:03:39+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:site\" content=\"@zubairalexander\" \/>\n\t\t<meta name=\"twitter:title\" content=\"How to Change the Word \u201cSharePoint\u201d in the Title Bar in SharePoint 2013 | Alexander&#039;s Blog\" \/>\n\t\t<meta name=\"twitter:description\" content=\"In SharePoint 2013 and Office 365, you see the word SharePoint in the top left hand corner of the screen. If you want to change that word to something else, you can do so by using a PowerShell script. I would like to give credit to SharePoint MVP Tobias Zimmergren for this script. Here&#039;s the\" \/>\n\t\t<meta name=\"twitter:creator\" content=\"@zubairalexander\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/www.zubairalexander.com\/blog\/wp-content\/uploads\/2004\/11\/AlexandersBlog_logo_590x590.png\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.zubairalexander.com\\\/blog\\\/how-to-change-the-word-sharepoint-in-the-title-bar-in-sharepoint-2013\\\/#article\",\"name\":\"How to Change the Word \\u201cSharePoint\\u201d in the Title Bar in SharePoint 2013 | Alexander's Blog\",\"headline\":\"How to Change the Word &#8220;SharePoint&#8221; in the Title Bar in SharePoint 2013\",\"author\":{\"@id\":\"https:\\\/\\\/www.zubairalexander.com\\\/blog\\\/author\\\/sp_admin\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/www.zubairalexander.com\\\/blog\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/www.zubairalexander.com\\\/blog\\\/wp-content\\\/uploads\\\/2013\\\/08\\\/rename_sharepoint.png\",\"@id\":\"https:\\\/\\\/www.zubairalexander.com\\\/blog\\\/how-to-change-the-word-sharepoint-in-the-title-bar-in-sharepoint-2013\\\/#articleImage\",\"width\":471,\"height\":631},\"datePublished\":\"2013-08-03T07:41:13-07:00\",\"dateModified\":\"2013-08-02T15:03:39-07:00\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.zubairalexander.com\\\/blog\\\/how-to-change-the-word-sharepoint-in-the-title-bar-in-sharepoint-2013\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.zubairalexander.com\\\/blog\\\/how-to-change-the-word-sharepoint-in-the-title-bar-in-sharepoint-2013\\\/#webpage\"},\"articleSection\":\"Office 365, SharePoint, Tips &#038; Tricks\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.zubairalexander.com\\\/blog\\\/how-to-change-the-word-sharepoint-in-the-title-bar-in-sharepoint-2013\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.zubairalexander.com\\\/blog#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.zubairalexander.com\\\/blog\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.zubairalexander.com\\\/blog\\\/category\\\/tips-tricks\\\/#listItem\",\"name\":\"Tips &#038; Tricks\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.zubairalexander.com\\\/blog\\\/category\\\/tips-tricks\\\/#listItem\",\"position\":2,\"name\":\"Tips &#038; Tricks\",\"item\":\"https:\\\/\\\/www.zubairalexander.com\\\/blog\\\/category\\\/tips-tricks\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.zubairalexander.com\\\/blog\\\/how-to-change-the-word-sharepoint-in-the-title-bar-in-sharepoint-2013\\\/#listItem\",\"name\":\"How to Change the Word &#8220;SharePoint&#8221; in the Title Bar in SharePoint 2013\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.zubairalexander.com\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.zubairalexander.com\\\/blog\\\/how-to-change-the-word-sharepoint-in-the-title-bar-in-sharepoint-2013\\\/#listItem\",\"position\":3,\"name\":\"How to Change the Word &#8220;SharePoint&#8221; in the Title Bar in SharePoint 2013\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.zubairalexander.com\\\/blog\\\/category\\\/tips-tricks\\\/#listItem\",\"name\":\"Tips &#038; Tricks\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.zubairalexander.com\\\/blog\\\/#organization\",\"name\":\"Alexander's Blog\",\"description\":\"Sharing knowledge with the global IT community since November 1, 2004\",\"url\":\"https:\\\/\\\/www.zubairalexander.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/www.zubairalexander.com\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/10\\\/AlexandersBlog_logo_590x590.jpg\",\"@id\":\"https:\\\/\\\/www.zubairalexander.com\\\/blog\\\/how-to-change-the-word-sharepoint-in-the-title-bar-in-sharepoint-2013\\\/#organizationLogo\"},\"image\":{\"@id\":\"https:\\\/\\\/www.zubairalexander.com\\\/blog\\\/how-to-change-the-word-sharepoint-in-the-title-bar-in-sharepoint-2013\\\/#organizationLogo\"},\"sameAs\":[\"https:\\\/\\\/twitter.com\\\/zubairalexander\",\"https:\\\/\\\/www.linkedin.com\\\/in\\\/zubairalexander\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.zubairalexander.com\\\/blog\\\/author\\\/sp_admin\\\/#author\",\"url\":\"https:\\\/\\\/www.zubairalexander.com\\\/blog\\\/author\\\/sp_admin\\\/\",\"name\":\"Zubair Alexander\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.zubairalexander.com\\\/blog\\\/how-to-change-the-word-sharepoint-in-the-title-bar-in-sharepoint-2013\\\/#webpage\",\"url\":\"https:\\\/\\\/www.zubairalexander.com\\\/blog\\\/how-to-change-the-word-sharepoint-in-the-title-bar-in-sharepoint-2013\\\/\",\"name\":\"How to Change the Word \\u201cSharePoint\\u201d in the Title Bar in SharePoint 2013 | Alexander's Blog\",\"description\":\"In SharePoint 2013 and Office 365, you see the word SharePoint in the top left hand corner of the screen. If you want to change that word to something else, you can do so by using a PowerShell script. I would like to give credit to SharePoint MVP Tobias Zimmergren for this script. Here's the\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.zubairalexander.com\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.zubairalexander.com\\\/blog\\\/how-to-change-the-word-sharepoint-in-the-title-bar-in-sharepoint-2013\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/www.zubairalexander.com\\\/blog\\\/author\\\/sp_admin\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/www.zubairalexander.com\\\/blog\\\/author\\\/sp_admin\\\/#author\"},\"datePublished\":\"2013-08-03T07:41:13-07:00\",\"dateModified\":\"2013-08-02T15:03:39-07:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.zubairalexander.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.zubairalexander.com\\\/blog\\\/\",\"name\":\"Alexander's Blog\",\"description\":\"Sharing knowledge with the global IT community since November 1, 2004\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.zubairalexander.com\\\/blog\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"How to Change the Word \u201cSharePoint\u201d in the Title Bar in SharePoint 2013 | Alexander's Blog","description":"In SharePoint 2013 and Office 365, you see the word SharePoint in the top left hand corner of the screen. If you want to change that word to something else, you can do so by using a PowerShell script. I would like to give credit to SharePoint MVP Tobias Zimmergren for this script. Here's the","canonical_url":"https:\/\/www.zubairalexander.com\/blog\/how-to-change-the-word-sharepoint-in-the-title-bar-in-sharepoint-2013\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"google-site-verification":"xUGSODobCBguuxTNOCWOCVwAIhfY39LLtYAQOmExYzw","msvalidate.01":"65829CD0C3C810D64E58EA860413DB21","miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.zubairalexander.com\/blog\/how-to-change-the-word-sharepoint-in-the-title-bar-in-sharepoint-2013\/#article","name":"How to Change the Word \u201cSharePoint\u201d in the Title Bar in SharePoint 2013 | Alexander's Blog","headline":"How to Change the Word &#8220;SharePoint&#8221; in the Title Bar in SharePoint 2013","author":{"@id":"https:\/\/www.zubairalexander.com\/blog\/author\/sp_admin\/#author"},"publisher":{"@id":"https:\/\/www.zubairalexander.com\/blog\/#organization"},"image":{"@type":"ImageObject","url":"https:\/\/www.zubairalexander.com\/blog\/wp-content\/uploads\/2013\/08\/rename_sharepoint.png","@id":"https:\/\/www.zubairalexander.com\/blog\/how-to-change-the-word-sharepoint-in-the-title-bar-in-sharepoint-2013\/#articleImage","width":471,"height":631},"datePublished":"2013-08-03T07:41:13-07:00","dateModified":"2013-08-02T15:03:39-07:00","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/www.zubairalexander.com\/blog\/how-to-change-the-word-sharepoint-in-the-title-bar-in-sharepoint-2013\/#webpage"},"isPartOf":{"@id":"https:\/\/www.zubairalexander.com\/blog\/how-to-change-the-word-sharepoint-in-the-title-bar-in-sharepoint-2013\/#webpage"},"articleSection":"Office 365, SharePoint, Tips &#038; Tricks"},{"@type":"BreadcrumbList","@id":"https:\/\/www.zubairalexander.com\/blog\/how-to-change-the-word-sharepoint-in-the-title-bar-in-sharepoint-2013\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/www.zubairalexander.com\/blog#listItem","position":1,"name":"Home","item":"https:\/\/www.zubairalexander.com\/blog","nextItem":{"@type":"ListItem","@id":"https:\/\/www.zubairalexander.com\/blog\/category\/tips-tricks\/#listItem","name":"Tips &#038; Tricks"}},{"@type":"ListItem","@id":"https:\/\/www.zubairalexander.com\/blog\/category\/tips-tricks\/#listItem","position":2,"name":"Tips &#038; Tricks","item":"https:\/\/www.zubairalexander.com\/blog\/category\/tips-tricks\/","nextItem":{"@type":"ListItem","@id":"https:\/\/www.zubairalexander.com\/blog\/how-to-change-the-word-sharepoint-in-the-title-bar-in-sharepoint-2013\/#listItem","name":"How to Change the Word &#8220;SharePoint&#8221; in the Title Bar in SharePoint 2013"},"previousItem":{"@type":"ListItem","@id":"https:\/\/www.zubairalexander.com\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/www.zubairalexander.com\/blog\/how-to-change-the-word-sharepoint-in-the-title-bar-in-sharepoint-2013\/#listItem","position":3,"name":"How to Change the Word &#8220;SharePoint&#8221; in the Title Bar in SharePoint 2013","previousItem":{"@type":"ListItem","@id":"https:\/\/www.zubairalexander.com\/blog\/category\/tips-tricks\/#listItem","name":"Tips &#038; Tricks"}}]},{"@type":"Organization","@id":"https:\/\/www.zubairalexander.com\/blog\/#organization","name":"Alexander's Blog","description":"Sharing knowledge with the global IT community since November 1, 2004","url":"https:\/\/www.zubairalexander.com\/blog\/","logo":{"@type":"ImageObject","url":"https:\/\/www.zubairalexander.com\/blog\/wp-content\/uploads\/2020\/10\/AlexandersBlog_logo_590x590.jpg","@id":"https:\/\/www.zubairalexander.com\/blog\/how-to-change-the-word-sharepoint-in-the-title-bar-in-sharepoint-2013\/#organizationLogo"},"image":{"@id":"https:\/\/www.zubairalexander.com\/blog\/how-to-change-the-word-sharepoint-in-the-title-bar-in-sharepoint-2013\/#organizationLogo"},"sameAs":["https:\/\/twitter.com\/zubairalexander","https:\/\/www.linkedin.com\/in\/zubairalexander"]},{"@type":"Person","@id":"https:\/\/www.zubairalexander.com\/blog\/author\/sp_admin\/#author","url":"https:\/\/www.zubairalexander.com\/blog\/author\/sp_admin\/","name":"Zubair Alexander"},{"@type":"WebPage","@id":"https:\/\/www.zubairalexander.com\/blog\/how-to-change-the-word-sharepoint-in-the-title-bar-in-sharepoint-2013\/#webpage","url":"https:\/\/www.zubairalexander.com\/blog\/how-to-change-the-word-sharepoint-in-the-title-bar-in-sharepoint-2013\/","name":"How to Change the Word \u201cSharePoint\u201d in the Title Bar in SharePoint 2013 | Alexander's Blog","description":"In SharePoint 2013 and Office 365, you see the word SharePoint in the top left hand corner of the screen. If you want to change that word to something else, you can do so by using a PowerShell script. I would like to give credit to SharePoint MVP Tobias Zimmergren for this script. Here's the","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/www.zubairalexander.com\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/www.zubairalexander.com\/blog\/how-to-change-the-word-sharepoint-in-the-title-bar-in-sharepoint-2013\/#breadcrumblist"},"author":{"@id":"https:\/\/www.zubairalexander.com\/blog\/author\/sp_admin\/#author"},"creator":{"@id":"https:\/\/www.zubairalexander.com\/blog\/author\/sp_admin\/#author"},"datePublished":"2013-08-03T07:41:13-07:00","dateModified":"2013-08-02T15:03:39-07:00"},{"@type":"WebSite","@id":"https:\/\/www.zubairalexander.com\/blog\/#website","url":"https:\/\/www.zubairalexander.com\/blog\/","name":"Alexander's Blog","description":"Sharing knowledge with the global IT community since November 1, 2004","inLanguage":"en-US","publisher":{"@id":"https:\/\/www.zubairalexander.com\/blog\/#organization"}}]},"og:locale":"en_US","og:site_name":"Alexander's Blog | Sharing knowledge with the global IT community since November 1, 2004","og:type":"article","og:title":"How to Change the Word \u201cSharePoint\u201d in the Title Bar in SharePoint 2013 | Alexander's Blog","og:description":"In SharePoint 2013 and Office 365, you see the word SharePoint in the top left hand corner of the screen. If you want to change that word to something else, you can do so by using a PowerShell script. I would like to give credit to SharePoint MVP Tobias Zimmergren for this script. Here's the","og:url":"https:\/\/www.zubairalexander.com\/blog\/how-to-change-the-word-sharepoint-in-the-title-bar-in-sharepoint-2013\/","og:image":"https:\/\/www.zubairalexander.com\/blog\/wp-content\/uploads\/2004\/11\/AlexandersBlog_logo_590x590.png","og:image:secure_url":"https:\/\/www.zubairalexander.com\/blog\/wp-content\/uploads\/2004\/11\/AlexandersBlog_logo_590x590.png","og:image:width":590,"og:image:height":590,"article:published_time":"2013-08-03T15:41:13+00:00","article:modified_time":"2013-08-02T23:03:39+00:00","twitter:card":"summary_large_image","twitter:site":"@zubairalexander","twitter:title":"How to Change the Word \u201cSharePoint\u201d in the Title Bar in SharePoint 2013 | Alexander's Blog","twitter:description":"In SharePoint 2013 and Office 365, you see the word SharePoint in the top left hand corner of the screen. If you want to change that word to something else, you can do so by using a PowerShell script. I would like to give credit to SharePoint MVP Tobias Zimmergren for this script. Here's the","twitter:creator":"@zubairalexander","twitter:image":"https:\/\/www.zubairalexander.com\/blog\/wp-content\/uploads\/2004\/11\/AlexandersBlog_logo_590x590.png"},"aioseo_meta_data":{"post_id":"4021","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[],"defaultGraph":"","defaultPostTypeGraph":""},"schema_type":null,"schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"location":null,"local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2020-12-21 04:14:19","updated":"2025-06-04 01:17:55","seo_analyzer_scan_date":null},"jetpack_featured_media_url":"","_links":{"self":[{"href":"https:\/\/www.zubairalexander.com\/blog\/wp-json\/wp\/v2\/posts\/4021","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.zubairalexander.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.zubairalexander.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.zubairalexander.com\/blog\/wp-json\/wp\/v2\/users\/7"}],"replies":[{"embeddable":true,"href":"https:\/\/www.zubairalexander.com\/blog\/wp-json\/wp\/v2\/comments?post=4021"}],"version-history":[{"count":0,"href":"https:\/\/www.zubairalexander.com\/blog\/wp-json\/wp\/v2\/posts\/4021\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.zubairalexander.com\/blog\/wp-json\/wp\/v2\/media?parent=4021"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.zubairalexander.com\/blog\/wp-json\/wp\/v2\/categories?post=4021"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.zubairalexander.com\/blog\/wp-json\/wp\/v2\/tags?post=4021"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}