{"id":25527,"date":"2026-09-05T02:44:52","date_gmt":"2026-09-04T23:44:52","guid":{"rendered":"https:\/\/alienroad.com\/google-bilgi-bankasi\/profile-page-profilepage-structured-data\/"},"modified":"2026-09-05T02:44:52","modified_gmt":"2026-09-04T23:44:52","slug":"profile-page-profilepage-structured-data","status":"publish","type":"ar_kb","link":"https:\/\/alienroad.com\/google-bilgi-bankasi\/profile-page-profilepage-structured-data\/","title":{"rendered":"Profile page (ProfilePage) structured data"},"content":{"rendered":"<p><img decoding=\"async\" src=\"https:\/\/alienroad.com\/wp-content\/uploads\/kb-gorsel\/g-62581aede851.png\" loading=\"lazy\" class=\"attempt-right\" alt=\"An illustration of the discussions and forums feature\"><\/p>\n<p><code>ProfilePage<\/code> markup is designed for any site where creators (either people or<br \/>\n  organizations) share first-hand perspectives. Adding this markup helps Google Search understand<br \/>\n  the creators that post in an online community, and show better content from that community in<br \/>\n  search results, including the <a href=\"https:\/\/blog.google\/products\/search\/google-search-discussions-forums-news\/\" class=\"external-link\">Discussions and Forums<\/a> feature.\n<\/p>\n<p>Other structured data features can link to pages with <code>ProfilePage<\/code> markup too. For example,<br \/>\n  <a href=\"https:\/\/alienroad.com\/google-bilgi-bankasi\/article-article-newsarticle-blogposting-structured-data\/\">\u0421\u0442\u0430\u0442\u044c\u044f<\/a><br \/>\n  and <a href=\"https:\/\/alienroad.com\/google-bilgi-bankasi\/recipe-recipe-howto-itemlist-structured-data\/\">Recipe<\/a> structured data have authors,<br \/>\n  and there are often several authors present in <a href=\"https:\/\/alienroad.com\/google-bilgi-bankasi\/discussion-forum-discussionforumposting-structured-data\/\">discussion forum<\/a><br \/>\n  and <a href=\"https:\/\/alienroad.com\/google-bilgi-bankasi\/qa-qapage-structured-data\/\">Q&amp;A page<\/a> structured data.\n<\/p>\n<h2 id=\"add-structured-data\" tabindex=\"-1\">\n    How to add structured data<br \/>\n  <\/h2>\n<p>\n    Structured data is a standardized format for providing information about a page and classifying the page<br \/>\n    content. If you&#8217;re new to structured data, you can learn more about<br \/>\n    <a href=\"https:\/\/alienroad.com\/google-bilgi-bankasi\/structured-data-intro\/\">how structured data works<\/a>.\n    <\/p>\n<p>\n    Here&#8217;s an overview of how to build, test, and release structured data.<\/p>\n<ol>\n<li>Add the <a href=\"#structured-data-type-definitions\">required properties<\/a>. Based on the<br \/>\n      format you&#8217;re using, learn where to <a href=\"https:\/\/alienroad.com\/google-bilgi-bankasi\/structured-data-intro\/#format-placement\">insert structured data on the page<\/a>.<\/p>\n<aside class=\"note\">\n      <b>Using a CMS?<\/b> It may be easier to use a plugin that&#8217;s integrated into your CMS.<br \/>\n      <br \/>\n      <b>Using JavaScript?<\/b> Learn how to<br \/>\n      <a href=\"https:\/\/alienroad.com\/google-bilgi-bankasi\/generate-structured-data-with-javascript\/\">generate structured data with JavaScript<\/a>.<\/aside>\n<\/li>\n<li>Follow the <a href=\"#guidelines\">guidelines<\/a>.<\/li>\n<li>Validate your code using the<br \/>\n      <a href=\"https:\/\/search.google.com\/test\/rich-results\" class=\"external-link\">Rich Results Test<\/a><br \/>\n      and fix any critical errors. Consider also fixing any non-critical issues that may be flagged<br \/>\n      in the tool, as they can help improve the quality of your structured data (however, this isn&#8217;t necessary to be eligible for rich results). <\/li>\n<li>Deploy a few pages that include your structured data and use the <a href=\"https:\/\/support.google.com\/webmasters\/answer\/9012289\" class=\"external-link\">URL Inspection tool<\/a> to test how Google sees the page. Be sure that your page is<br \/>\n      accessible to Google and not blocked by a robots.txt file, the <code>noindex<\/code> tag, or<br \/>\n      login requirements. If the page looks okay, you can<br \/>\n      <a href=\"https:\/\/alienroad.com\/google-bilgi-bankasi\/recrawl-request\/\" class=\"external-link\">ask Google to recrawl your URLs<\/a>.<\/p>\n<aside class=\"note\"><b>Note<\/b>: Allow time for re-crawling and re-indexing. Remember that it<br \/>\n      may take several days after publishing a page for Google to find and crawl it.<\/aside>\n<\/li>\n<li>To keep Google informed of future changes, we recommend that you<br \/>\n      <a href=\"https:\/\/alienroad.com\/google-bilgi-bankasi\/build-submit-sitemap\/\" class=\"external-link\">submit a sitemap<\/a>. You can automate this with the<br \/>\n      <a href=\"https:\/\/developers.google.com\/webmaster-tools\/v1\/sitemaps\" class=\"external-link\">Search Console Sitemap API<\/a>.<\/li>\n<\/ol>\n<h2 id=\"json-ld example\" tabindex=\"-1\">Examples<\/h2>\n<p>Here&#8217;s an example of a profile page with markup:<\/p>\n<section class=\"kd-tabbed-horz\">\n<article class=\"selected\">\n<header>JSON-LD<\/header>\n<form method=\"post\" target=\"_blank\" action=\"https:\/\/search.google.com\/test\/rich-results?utm_campaign=devsite&#038;utm_medium=jsonld&#038;utm_source=profile-page\"><input type=\"submit\" value=\"Try it out in the Rich Results Test\" \/><textarea name=\"code_snippet\" style=\"display:none\">&lt;html&gt;<br \/>\n  &lt;head&gt;<br \/>\n    &lt;title&gt;Angelo Huff on Cool Forum Platform&lt;\/title&gt;<br \/>\n    &lt;script type=&#8221;application\/ld+json&#8221;&gt;<br \/>\n    {<br \/>\n      &#8220;@context&#8221;: &#8220;https:\/\/schema.org&#8221;,<br \/>\n      &#8220;@type&#8221;: &#8220;ProfilePage&#8221;,<br \/>\n      &#8220;dateCreated&#8221;: &#8220;2024-12-23T12:34:00-05:00&#8221;,<br \/>\n      &#8220;dateModified&#8221;: &#8220;2024-12-26T14:53:00-05:00&#8221;,<br \/>\n      &#8220;mainEntity&#8221;: {<br \/>\n        &#8220;@type&#8221;: &#8220;Person&#8221;,<br \/>\n        &#8220;name&#8221;: &#8220;Angelo Huff&#8221;,<br \/>\n        &#8220;alternateName&#8221;: &#8220;ahuff23&#8221;,<br \/>\n        &#8220;identifier&#8221;: &#8220;123475623&#8221;,<br \/>\n        &#8220;interactionStatistic&#8221;: [{<br \/>\n          &#8220;@type&#8221;: &#8220;InteractionCounter&#8221;,<br \/>\n          &#8220;interactionType&#8221;: &#8220;https:\/\/schema.org\/FollowAction&#8221;,<br \/>\n          &#8220;userInteractionCount&#8221;: 1<br \/>\n        },{<br \/>\n          &#8220;@type&#8221;: &#8220;InteractionCounter&#8221;,<br \/>\n          &#8220;interactionType&#8221;: &#8220;https:\/\/schema.org\/LikeAction&#8221;,<br \/>\n          &#8220;userInteractionCount&#8221;: 5<br \/>\n        }],<br \/>\n        &#8220;agentInteractionStatistic&#8221;: {<br \/>\n          &#8220;@type&#8221;: &#8220;InteractionCounter&#8221;,<br \/>\n          &#8220;interactionType&#8221;: &#8220;https:\/\/schema.org\/WriteAction&#8221;,<br \/>\n          &#8220;userInteractionCount&#8221;: 2346<br \/>\n        },<br \/>\n        &#8220;description&#8221;: &#8220;Defender of Truth&#8221;,<br \/>\n        &#8220;image&#8221;: &#8220;https:\/\/example.com\/avatars\/ahuff23.jpg&#8221;,<br \/>\n        &#8220;sameAs&#8221;: [<br \/>\n          &#8220;https:\/\/www.example.com\/real-angelo&#8221;,<br \/>\n          &#8220;https:\/\/example.com\/profile\/therealangelohuff&#8221;<br \/>\n        ]<br \/>\n      }<br \/>\n    }<br \/>\n    &lt;\/script&gt;<br \/>\n  &lt;\/head&gt;<br \/>\n  &lt;body&gt;<br \/>\n  &lt;\/body&gt;<br \/>\n&lt;\/html&gt;<\/textarea><\/form>\n<p><\/p>\n<div><\/div>\n","protected":false},"excerpt":{"rendered":"<p>You can use profile page structured data to help provide information about the people and organizations on your website.<\/p>\n","protected":false},"menu_order":105,"template":"","meta":{"footnotes":""},"ar_kb_kategori":[679],"ar_kb_etiket":[],"class_list":["post-25527","ar_kb","type-ar_kb","status-publish","has-post-thumbnail","hentry","ar_kb_kategori-feature-guides"],"_links":{"self":[{"href":"https:\/\/alienroad.com\/wp-json\/wp\/v2\/ar_kb\/25527","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/alienroad.com\/wp-json\/wp\/v2\/ar_kb"}],"about":[{"href":"https:\/\/alienroad.com\/wp-json\/wp\/v2\/types\/ar_kb"}],"version-history":[{"count":0,"href":"https:\/\/alienroad.com\/wp-json\/wp\/v2\/ar_kb\/25527\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/alienroad.com\/wp-json\/wp\/v2\/media\/27559"}],"wp:attachment":[{"href":"https:\/\/alienroad.com\/wp-json\/wp\/v2\/media?parent=25527"}],"wp:term":[{"taxonomy":"ar_kb_kategori","embeddable":true,"href":"https:\/\/alienroad.com\/wp-json\/wp\/v2\/ar_kb_kategori?post=25527"},{"taxonomy":"ar_kb_etiket","embeddable":true,"href":"https:\/\/alienroad.com\/wp-json\/wp\/v2\/ar_kb_etiket?post=25527"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}