{"id":25512,"date":"2026-09-05T02:44:35","date_gmt":"2026-09-04T23:44:35","guid":{"rendered":"https:\/\/alienroad.com\/google-bilgi-bankasi\/fact-check-claimreview-structured-data\/"},"modified":"2026-09-05T02:44:35","modified_gmt":"2026-09-04T23:44:35","slug":"fact-check-claimreview-structured-data","status":"publish","type":"ar_kb","link":"https:\/\/alienroad.com\/google-bilgi-bankasi\/fact-check-claimreview-structured-data\/","title":{"rendered":"Fact check (ClaimReview) structured data"},"content":{"rendered":"<aside class=\"caution\">\n  We&#8217;re phasing out support for <code>ClaimReview<\/code> markup in Google Search. However, this<br \/>\n  markup remains supported by the Factcheck Explorer Tool.<br \/>\n<\/aside>\n<p>If you have a web page that reviews a claim made by others, you can include<br \/>\n  <code>ClaimReview<\/code> structured data on your web page. <code>ClaimReview<\/code> structured<br \/>\n  data can enable a summarized version of your fact check to display in Google Search results<br \/>\n  when your page appears in search results for that claim.<\/p>\n<p>This guide describes the details on how to implement <code>ClaimReview<\/code> structured data.<br \/>\n  If you don&#8217;t want to add structured data manually, you can check out the<br \/>\n  <a href=\"https:\/\/toolbox.google.com\/factcheck\/markuptool\" class=\"external-link\">Fact Check<br \/>\n  Markup Tool<\/a>. To learn more, visit<br \/>\n  <a href=\"https:\/\/toolbox.google.com\/factcheck\/about#fcmt\" class=\"external-link\">About the Fact Check<br \/>\n    Markup Tool<\/a>.<\/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=\"example\" tabindex=\"-1\">Example<\/h2>\n<p>Imagine a page that evaluates the claim that the earth is flat. Here is what a<br \/>\n  search for &quot;the world is flat&quot; might look like in Google Search results if the page<br \/>\n  provides a <code>ClaimReview<\/code> element (note that the actual visual design may change):<\/p>\n<p><img decoding=\"async\" class=\"screenshot\" src=\"https:\/\/alienroad.com\/wp-content\/uploads\/kb-gorsel\/g-a936ef29a542.png\" loading=\"lazy\" alt=\"Single claim review associated with a page\"><\/p>\n<aside class=\"note\">\n      <b>Note<\/b>: The actual appearance in search results might be different. You can<br \/>\n      preview most features with the<br \/>\n      <a href=\"https:\/\/support.google.com\/webmasters\/answer\/7445569\" class=\"external-link\">Rich Results Test<\/a>.<br \/>\n    <\/aside>\n<p>Here&#8217;s an example of structured data on the page that hosts this fact check:<\/p>\n<form method=\"post\" target=\"_blank\" action=\"https:\/\/search.google.com\/test\/rich-results?utm_campaign=devsite&#038;utm_medium=jsonld&#038;utm_source=factcheck\"><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;The world is flat&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;ClaimReview&#8221;,<br \/>\n      &#8220;url&#8221;: &#8220;https:\/\/example.com\/news\/science\/worldisflat.html&#8221;,<br \/>\n      &#8220;claimReviewed&#8221;: &#8220;The world is flat&#8221;,<br \/>\n      &#8220;itemReviewed&#8221;: {<br \/>\n        &#8220;@type&#8221;: &#8220;Claim&#8221;,<br \/>\n        &#8220;author&#8221;: {<br \/>\n          &#8220;@type&#8221;: &#8220;Organization&#8221;,<br \/>\n          &#8220;name&#8221;: &#8220;Square World Society&#8221;,<br \/>\n          &#8220;sameAs&#8221;: &#8220;https:\/\/example.flatworlders.com\/we-know-that-the-world-is-flat&#8221;<br \/>\n        },<br \/>\n        &#8220;datePublished&#8221;: &#8220;2024-06-20&#8221;,<br \/>\n        &#8220;appearance&#8221;: {<br \/>\n          &#8220;@type&#8221;: &#8220;OpinionNewsArticle&#8221;,<br \/>\n          &#8220;url&#8221;: &#8220;https:\/\/example.com\/news\/a122121&#8221;,<br \/>\n          &#8220;headline&#8221;: &#8220;Square Earth &#8211; Flat earthers for the Internet age&#8221;,<br \/>\n          &#8220;datePublished&#8221;: &#8220;2024-06-22&#8221;,<br \/>\n          &#8220;author&#8221;: {<br \/>\n            &#8220;@type&#8221;: &#8220;Person&#8221;,<br \/>\n            &#8220;name&#8221;: &#8220;T. Tellar&#8221;<br \/>\n          },<br \/>\n          &#8220;image&#8221;: &#8220;https:\/\/example.com\/photos\/1&#215;1\/photo.jpg&#8221;,<br \/>\n          &#8220;publisher&#8221;: {<br \/>\n            &#8220;@type&#8221;: &#8220;Organization&#8221;,<br \/>\n            &#8220;name&#8221;: &#8220;Skeptical News&#8221;,<br \/>\n            &#8220;logo&#8221;: {<br \/>\n              &#8220;@type&#8221;: &#8220;ImageObject&#8221;,<br \/>\n              &#8220;url&#8221;: &#8220;https:\/\/example.com\/logo.jpg&#8221;<br \/>\n            }<br \/>\n          }<br \/>\n        }<br \/>\n      },<br \/>\n      &#8220;author&#8221;: {<br \/>\n        &#8220;@type&#8221;: &#8220;Organization&#8221;,<br \/>\n        &#8220;name&#8221;: &#8220;Example.com science watch&#8221;<br \/>\n      },<br \/>\n      &#8220;reviewRating&#8221;: {<br \/>\n        &#8220;@type&#8221;: &#8220;Rating&#8221;,<br \/>\n        &#8220;ratingValue&#8221;: 1,<br \/>\n        &#8220;bestRating&#8221;: 5,<br \/>\n        &#8220;worstRating&#8221;: 1,<br \/>\n        &#8220;alternateName&#8221;: &#8220;False&#8221;<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<h2 id=\"guidelines\" tabindex=\"-1\">Eligibility guidelines<\/h2>\n<p>Google doesn&#8217;t guarantee that fact checks will be shown in search results, even if your page is<br \/>\nmarked up correctly according to the <a href=\"https:\/\/search.google.com\/test\/rich-results\" class=\"external-link\">Rich Result Test<\/a>. Using structured data <i>enables<\/i> a feature to be present,<br \/>\nit does not <i>guarantee<\/i> that it will be present. The Google algorithm programmatically<br \/>\ndetermines the eligibility for fact check rich results, depending on many variables, including<br \/>\nthe following guidelines.<\/p>\n<p>\nFor your fact check content to be eligible to display as a fact check rich result on Google<br \/>\nSearch, you must meet the following guidelines:\n<\/p>\n<ul>\n<li>Your site must have several pages marked with <code>ClaimReview<\/code><br \/>\n    structured data.<\/li>\n<li>You must follow all the <a href=\"https:\/\/alienroad.com\/google-bilgi-bankasi\/structured-data-guidelines\/\">structured data<br \/>\n    guidelines<\/a> and <a href=\"https:\/\/alienroad.com\/google-bilgi-bankasi\/search-essentials-overview\/\">Search Essentials<\/a>.<\/li>\n<li>There must not be any mismatch between the structured data and page content (for example, if the<br \/>\n    structured data indicated that the claim is true, but the content on the page said the<br \/>\n    claim was false). Instead, make sure that both the content and structured data match (for<br \/>\n    example, both indicate that the claim is true).<\/li>\n<li>You must meet the standards for accountability, transparency, readability, and site<br \/>\n    misrepresentation, as articulated in our<br \/>\n    <a href=\"https:\/\/support.google.com\/news\/publisher-center\/answer\/6204050\" class=\"external-link\">Google<br \/>\n      News General Guidelines<\/a>.\n  <\/li>\n<li>You must have a corrections policy or have a mechanism for users to report errors.<\/li>\n<li>Websites for political entities (such as campaigns, parties, or elected officials) aren&#8217;t<br \/>\n    eligible for this feature.<\/li>\n<li>Your readers can easily identify the claims and checks in the body of the article. Your<br \/>\n    readers are able to understand what was checked and what conclusions were reached.\n  <\/li>\n<li>You must clearly attribute the specific claim that you&#8217;re assessing to a distinct<br \/>\n    origin (separate from your website), whether it&#8217;s another website, public statement, social media, or other<br \/>\n    traceable source.<\/li>\n<li>Your fact check analysis must be traceable and transparent about sources and methods, with<br \/>\n    citations and references to primary sources.<\/li>\n<\/ul>\n<h3 id=\"technical-guidelines\" tabindex=\"-1\">\n  Technical guidelines<br \/>\n<\/h3>\n<ul>\n<li>To be eligible for the single fact check rich result, a page must only have one<br \/>\n    <code>ClaimReview<\/code> element. If you add multiple <code>ClaimReview<\/code><br \/>\n    elements per page, the page won&#8217;t be eligible for the single fact check rich result.\n  <\/li>\n<li>The page hosting the <code>ClaimReview<\/code> element must have at least a brief summary<br \/>\n    of the fact check and the evaluation, if not the full text.<\/li>\n<li>A specific <code>ClaimReview<\/code> must only be on one page on your site. Do<br \/>\n    not repeat the same fact check on multiple pages, unless they are variations of the same<br \/>\n    page (for example, you can post the same <code>ClaimReview<\/code> on the mobile and desktop<br \/>\n    versions of a page).<\/li>\n<li>If your website aggregates fact-check articles, ensure that all articles match the<br \/>\n    <a href=\"#guidelines\">criteria<\/a> and that you provide an open and publicly available list of all fact-check websites<br \/>\n    you aggregate.<\/li>\n<\/ul>\n<h2 id=\"structured-data-type-definitions\" tabindex=\"-1\">Structured data type definitions<\/h2>\n<p>The following structured data types are required to implement fact checks:<\/p>\n<ul>\n<li><code><a href=\"#claimreview\">ClaimReview<\/a><\/code><\/li>\n<li><code><a href=\"#claim\">Claim<\/a><\/code><\/li>\n<li><code><a href=\"#rating\">Rating<\/a><\/code><\/li>\n<\/ul>\n<p>You must include the required properties for your content to be eligible for display as a rich result.<br \/>\n  You can also include the recommended properties to add more information about your content,<br \/>\n  which could provide a better user experience.<\/p>\n<h3 id=\"claimreview\" tabindex=\"-1\"><code>ClaimReview<\/code><\/h3>\n<p>The full definition of <code>ClaimReview<\/code> is available at<br \/>\n  <a href=\"https:\/\/schema.org\/ClaimReview\" class=\"external-link\">schema.org\/ClaimReview<\/a>.<br \/>\n  The Google-supported properties are the following:\n<\/p>\n<table class=\"responsive fixed\">\n<colgroup>\n<col width=\"20%\"><\/colgroup>\n<thead>\n<tr id=\"claimreview-required\">\n<th colspan=\"2\">Required properties<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><code>claimReviewed<\/code><\/td>\n<td>\n<p><code><a href=\"https:\/\/schema.org\/Text\" class=\"external-link\">Text<\/a><\/code><\/p>\n<p>A short summary of the claim being evaluated. Try to keep this less than 75 characters<br \/>\n          to minimize wrapping when displayed on a mobile device.<\/p>\n<aside class=\"warning\">Don&#8217;t include the rating in the <code>claimReviewed<\/code> field.<br \/>\n          Instead, specify the rating in the <code>reviewRating<\/code> field.<\/aside>\n<\/td>\n<\/tr>\n<tr>\n<td><code>reviewRating<\/code><\/td>\n<td>\n<p><code><a href=\"https:\/\/schema.org\/Rating\" class=\"external-link\">Rating<\/a><\/code><\/p>\n<p>The assessment of the claim. This object supports both a numeric and a textual assessment.<br \/>\n         The textual value is currently the only value shown in search results.<\/p>\n<p>Different fact-checking projects have a variety of rating schemes which can have subtle differences,<br \/>\n          particularly for intermediate values. It is important to document such rating schemes to clarify<br \/>\n          the meaning of the numeric ratings. Minimally, there must be a number to text rating system<br \/>\n          for all your fact checks that carry numeric scores.<\/p>\n<ul>\n<li>1 = &quot;False&quot;<\/li>\n<li>2 = &quot;Mostly false&quot;<\/li>\n<li>3 = &quot;Half true&quot;<\/li>\n<li>4 = &quot;Mostly true&quot;<\/li>\n<li>5 = &quot;True&quot;<\/li>\n<\/ul>\n<p>For more information, see <a href=\"#rating\">Rating<\/a>.<\/p>\n<\/td>\n<\/tr>\n<tr>\n<td><code>url<\/code><\/td>\n<td>\n<p><code><a href=\"https:\/\/schema.org\/URL\" class=\"external-link\">URL<\/a><\/code><\/p>\n<p>Link to the page hosting the full article of the fact check.<\/p>\n<p>The domain of this URL value must be the same domain as, or a subdomain of, the<br \/>\n        page hosting this <code>ClaimReview<\/code> element. Redirects or shortened URLs (such<br \/>\n        as g.co\/searchconsole) are not resolved, and so will not work here.<\/p>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"responsive fixed\">\n<colgroup>\n<col width=\"20%\"><\/colgroup>\n<thead>\n<tr id=\"claimreview-recommended\">\n<th colspan=\"2\">Recommended properties<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><code>author<\/code><\/td>\n<td>\n<p><code><a href=\"https:\/\/schema.org\/Organization\" class=\"external-link\">Organization<\/a><\/code> \u0438\u043b\u0438 <code><a href=\"https:\/\/schema.org\/Person\" class=\"external-link\">Person<\/a><\/code><\/p>\n<p>The publisher of the fact check article, not the publisher of the<br \/>\n           claim. The <code>author<\/code> must be an organization or a person. The<br \/>\n           <code>author<\/code> have at least one of the following properties:<\/p>\n<table class=\"responsive fixed\">\n<colgroup>\n<col width=\"20%\">\n      <\/colgroup>\n<tbody>\n<tr>\n<td>\n               <code>name<\/code>\n             <\/td>\n<td>\n               <code><a href=\"https:\/\/schema.org\/Text\" class=\"external-link\">Text<\/a><\/code><\/p>\n<p>Name of the organization that is publishing the fact check.<\/p>\n<\/td>\n<\/tr>\n<tr>\n<td><code>url<\/code>\n             <\/td>\n<td>\n<p><code><a href=\"https:\/\/schema.org\/URL\" class=\"external-link\">URL<\/a><\/code><\/p>\n<p>The URL of the publisher of the fact check. This can be a home page, contact page,<br \/>\n                 or other appropriate page.<\/p>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>\n           To help Google best<br \/>\n            understand authors across various features, consider following the<br \/>\n            <a href=\"https:\/\/alienroad.com\/google-bilgi-bankasi\/article-article-newsarticle-blogposting-structured-data\/#author-bp\">author markup best practices<\/a>.\n         <\/p>\n<\/td>\n<\/tr>\n<tr>\n<td><code>itemReviewed<\/code><\/td>\n<td>\n<p><code><a href=\"https:\/\/schema.org\/Claim\" class=\"external-link\">Claim<\/a><\/code><\/p>\n<p>An object describing the claim being made. For more information, see<br \/>\n          <a href=\"#claim\"><code>Claim<\/code>.<\/a><\/p>\n<aside class=\"note\"><b>Backwards compatibility<\/b>: Upon the initial launch<br \/>\n            of fact check, Google Search recommended <code>CreativeWork<\/code> as the<br \/>\n            <code>itemReviewed<\/code>. Google Search continues to support earlier markup patterns.<br \/>\n            Here&#8217;s an example that shows the original markup style:<br \/>\n            <\/p>\n<form method=\"post\" target=\"_blank\" action=\"https:\/\/search.google.com\/test\/rich-results?utm_campaign=devsite&#038;utm_medium=jsonld&#038;utm_source=factcheck\"><input type=\"submit\" value=\"See Markup\" \/><textarea name=\"code_snippet\" style=\"display:none\">&lt;html&gt;<br \/>\n  &lt;head&gt;<br \/>\n    &lt;title&gt;The world is flat&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;ClaimReview&#8221;,<br \/>\n      &#8220;datePublished&#8221;: &#8220;2024-06-22&#8221;,<br \/>\n      &#8220;url&#8221;: &#8220;https:\/\/example.com\/news\/science\/worldisflat.html&#8221;,<br \/>\n      &#8220;itemReviewed&#8221;:<br \/>\n      {<br \/>\n        &#8220;@type&#8221;: &#8220;CreativeWork&#8221;,<br \/>\n        &#8220;author&#8221;:<br \/>\n        {<br \/>\n          &#8220;@type&#8221;: &#8220;Organization&#8221;,<br \/>\n          &#8220;name&#8221;: &#8220;Square World Society&#8221;,<br \/>\n          &#8220;sameAs&#8221;: &#8220;https:\/\/example.flatworlders.com\/we-know-that-the-world-is-flat&#8221;<br \/>\n        },<br \/>\n        &#8220;datePublished&#8221;: &#8220;2024-06-20&#8221;<br \/>\n      },<br \/>\n      &#8220;claimReviewed&#8221;: &#8220;The world is flat&#8221;,<br \/>\n      &#8220;author&#8221;:<br \/>\n      {<br \/>\n        &#8220;@type&#8221;: &#8220;Organization&#8221;,<br \/>\n        &#8220;name&#8221;: &#8220;Example.com science watch&#8221;<br \/>\n      },<br \/>\n      &#8220;reviewRating&#8221;:<br \/>\n      {<br \/>\n        &#8220;@type&#8221;: &#8220;Rating&#8221;,<br \/>\n        &#8220;ratingValue&#8221;: 1,<br \/>\n        &#8220;bestRating&#8221;: 5,<br \/>\n        &#8220;worstRating&#8221;: 1,<br \/>\n        &#8220;alternateName&#8221; : &#8220;False&#8221;<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<\/aside>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h3 id=\"claim\" tabindex=\"-1\"><code>Claim<\/code><\/h3>\n<p>The full definition of <code>Claim<\/code> is available at<br \/>\n    <a href=\"https:\/\/schema.org\/Claim\" class=\"external-link\">schema.org\/Claim<\/a>.<\/p>\n<table class=\"responsive fixed\">\n<colgroup>\n<col width=\"20%\"><\/colgroup>\n<thead>\n<tr id=\"claim-recommended\">\n<th colspan=\"2\">Recommended properties<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><code>appearance<\/code><\/td>\n<td>\n<p><code><a href=\"https:\/\/schema.org\/URL\" class=\"external-link\">URL<\/a><\/code> \u0438\u043b\u0438<br \/>\n            <code><a href=\"https:\/\/schema.org\/CreativeWork\" class=\"external-link\">CreativeWork<\/a><\/code><\/p>\n<p>A link to, or inline description of, a <code>CreativeWork<\/code> in which this claim<br \/>\n            appears.<\/p>\n<p>We recommend that you add either <code>appearance<\/code> \u0438\u043b\u0438 <code>firstAppearance<\/code>.<br \/>\n            You don&#8217;t need to add both.<\/p>\n<\/td>\n<\/tr>\n<tr>\n<td><code>author<\/code><\/td>\n<td>\n<p>\n          <code><a href=\"https:\/\/schema.org\/Organization\" class=\"external-link\">Organization<\/a><\/code> \u0438\u043b\u0438<br \/>\n          <code><a href=\"https:\/\/schema.org\/Person\" class=\"external-link\">Person<\/a><\/code><\/p>\n<p>The author of the claim, not the author of the fact check. Don&#8217;t include<br \/>\n            the <code>author<\/code> property if the claim doesn&#8217;t have an author. If you add<br \/>\n            <code>author<\/code>, define the following properties:<\/p>\n<table class=\"responsive fixed\">\n<colgroup>\n<col width=\"20%\">\n            <\/colgroup>\n<tbody>\n<tr>\n<td><code>name<\/code><\/td>\n<td><code><a href=\"https:\/\/schema.org\/Text\" class=\"external-link\">Text<\/a><\/code>, required<\/p>\n<p>The publisher of the claim. The publisher can be a person or organization.<\/p>\n<\/td>\n<\/tr>\n<tr>\n<td><code>sameAs<\/code><\/td>\n<td><code><a href=\"https:\/\/schema.org\/URL\" class=\"external-link\">URL<\/a><\/code>, recommended<\/p>\n<p>Indicates the party that is making the claim, regardless of whether the party<br \/>\n                    is a <code><a href=\"https:\/\/schema.org\/Person\" class=\"external-link\">Person<\/a><\/code> \u0438\u043b\u0438<br \/>\n                    <code><a href=\"https:\/\/schema.org\/Organization\" class=\"external-link\">Organization<\/a><\/code>. When multiple publishers<br \/>\n                    report on the same claim, the <code>appearance<\/code> property can be repeated. When<br \/>\n                    multiple parties are making essentially the same claim, the <code>author<\/code><br \/>\n                    property can be repeated.<\/p>\n<p>The URL can be:<\/p>\n<ul>\n<li>The home page of the organization that is making the claim. <\/li>\n<li>Another definitive URL that provides information about the party that is making<br \/>\n                      the claim, such as a person or organization&#8217;s Wikipedia or Wikidata entry.<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/td>\n<\/tr>\n<tr>\n<td><code>datePublished<\/code><\/td>\n<td>\n<p><code><a href=\"https:\/\/schema.org\/DateTime\" class=\"external-link\">DateTime<\/a><\/code><br \/>\n          \u0438\u043b\u0438 <code><a href=\"https:\/\/schema.org\/Date\" class=\"external-link\">Date<\/a><\/code><\/p>\n<p>The date when the claim was made or entered public discourse (for example, when it became<br \/>\n          popular in social networks).<\/p>\n<\/td>\n<\/tr>\n<tr>\n<td><code>firstAppearance<\/code><\/td>\n<td>\n<p><code><a href=\"https:\/\/schema.org\/URL\" class=\"external-link\">URL<\/a><\/code> \u0438\u043b\u0438<br \/>\n          <code><a href=\"https:\/\/schema.org\/CreativeWork\" class=\"external-link\">CreativeWork<\/a><\/code><\/p>\n<p>A link to, or inline description of, a <code>CreativeWork<\/code> in which this specific<br \/>\n          claim first appears.<\/p>\n<p>We recommend that you add either <code>appearance<\/code> \u0438\u043b\u0438 <code>firstAppearance<\/code>.<br \/>\n            You don&#8217;t need to add both.<\/p>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h3 id=\"rating\" tabindex=\"-1\"><code>Rating<\/code><\/h3>\n<p>The full definition of <code>Rating<\/code> is available at <a href=\"https:\/\/schema.org\/Rating\" class=\"external-link\">schema.org\/Rating<\/a>.<\/p>\n<table class=\"responsive fixed\">\n<colgroup>\n<col width=\"20%\"><\/colgroup>\n<thead>\n<tr id=\"rating-required\">\n<th colspan=\"2\">Required properties<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><code>alternateName<\/code><\/td>\n<td >\n<p><code><a href=\"https:\/\/schema.org\/Text\" class=\"external-link\">Text<\/a><\/code><\/p>\n<p>The truthfulness rating assigned to <code>ClaimReview.reviewRating<\/code>, as a human-readible<br \/>\n        short word or phrase. This value is displayed<br \/>\n        in the fact check in search results. <b>Examples:<\/b> &quot;True&quot; or<br \/>\n        &quot;Mostly true&quot;.<\/p>\n<p>If using a longer sentence, be sure that the beginning of the sentence<br \/>\n        expresses the meaning, in case the sentence is truncated to fit the display. For example:<br \/>\n        &quot;Mostly true in the specifics, although the overall claim is somewhat misleading&quot;<\/p>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"responsive fixed\">\n<colgroup>\n<col width=\"20%\"><\/colgroup>\n<thead>\n<tr id=\"rating-recommended\">\n<th colspan=\"2\">Recommended properties<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><code>bestRating<\/code><\/td>\n<td>\n<p>\n        <code><a href=\"https:\/\/schema.org\/Number\" class=\"external-link\">Number<\/a><\/code>\n      <\/p>\n<p>For numeric ratings, the best value possible in the scale from worst to best. Must be greater than<br \/>\n      <code>worstRating<\/code>. Must be able to be evaluated as a number. <b>Example<\/b>:  4<\/p>\n<\/td>\n<\/tr>\n<tr>\n<td><code>name<\/code><\/td>\n<td>\n<p><code><a href=\"https:\/\/schema.org\/Text\" class=\"external-link\">Text<\/a><\/code><\/p>\n<p>Same as <code>alternateName<\/code>, and used when <code>alternateName<\/code> is not<br \/>\n        provided, but we recommend that you specify <code>alternateName<\/code> instead of <code>name<\/code>.\n      <\/p>\n<\/td>\n<\/tr>\n<tr>\n<td><code>ratingValue<\/code><\/td>\n<td>\n<p><code><a href=\"https:\/\/schema.org\/Number\" class=\"external-link\">Number<\/a><\/code><\/p>\n<p>A numeric rating of this claim, in the range <code>worstRating<\/code> &mdash;<br \/>\n        <code>bestRating<\/code> inclusive. Integer values are recommended but not required. The closer the numeric<br \/>\n        rating is to <code>bestRating<\/code>, the more true it is; the closer this value is to<br \/>\n        <code>worstRating<\/code>, the more false it is. The numeric rating must be able to<br \/>\n        be evaluated as a number. <b>Example<\/b>: 4 <\/p>\n<\/td>\n<\/tr>\n<tr>\n<td><code>worstRating<\/code><\/td>\n<td >\n<p><code><a href=\"https:\/\/schema.org\/Number\" class=\"external-link\">Number<\/a><\/code><\/p>\n<p>For numeric ratings, the worst value possible in a scale from worst to best. Must be less than<br \/>\n         <code>bestRating<\/code>. Must be able to be evaluated as a number. Must have a minimum value<br \/>\n           of 1. <b>Example<\/b>: 1<\/p>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h2 id=\"monitor\" tabindex=\"-1\">Monitor rich results with Search Console<\/h2>\n<p>\n   Search Console is a tool that helps you monitor how your pages perform in Google Search.<br \/>\n   You don&#8217;t have to sign up for Search Console to be included in Google Search results,<br \/>\n   but it can help you understand and improve how Google sees your site. We<br \/>\n   recommend checking Search Console in the following cases:<\/p>\n<ol>\n<li><a href=\"#after-deploying\">After deploying structured data for the first time<\/a><\/li>\n<li><a href=\"#after-releasing\">After releasing new templates or updating your code<\/a><\/li>\n<li><a href=\"#analyzing-periodically\">Analyzing traffic periodically<\/a><\/li>\n<\/ol>\n<div class=\"video-wrapper-full-width\"><\/div>\n<h3 id=\"after-deploying\" tabindex=\"-1\">\n    After deploying structured data for the first time<br \/>\n  <\/h3>\n<p>\n    After Google has indexed your pages, look for issues using the relevant<br \/>\n    <a href=\"https:\/\/support.google.com\/webmasters\/answer\/7552505\" class=\"external-link\">Rich result status report<\/a>.<br \/>\n    Ideally, there will be an increase of valid items, and no increase in invalid items. If you find issues<br \/>\n    in your structured data:<\/p>\n<ol>\n<li><a href=\"#troubleshooting\">Fix the invalid items<\/a>.<\/li>\n<li><a href=\"https:\/\/support.google.com\/webmasters\/answer\/9012289#test_live_page\" class=\"external-link\">Inspect a live URL<\/a> to check if the issue persists.<\/li>\n<li><a href=\"https:\/\/support.google.com\/webmasters\/answer\/13300208\" class=\"external-link\">Request validation<\/a> using the status report.<\/li>\n<\/ol>\n<h3 id=\"after-releasing\" tabindex=\"-1\">\n    After releasing new templates or updating your code<br \/>\n  <\/h3>\n<p>     When you make significant changes to your website, monitor for increases in structured data invalid items.<\/p>\n<ul>\n<li>If you see an <b>increase in invalid items<\/b>, perhaps you rolled out a new template that doesn&#8217;t work, or your site interacts with the existing<br \/>\n    template in a new and bad way.<\/li>\n<li>If you see a <b>decrease in valid items<\/b> (not matched by an increase in invalid items), perhaps you are<br \/>\n      no longer embedding structured data in your pages. Use the <a href=\"https:\/\/support.google.com\/webmasters\/answer\/9012289\" class=\"external-link\"><br \/>\n      URL Inspection tool<\/a> to learn what is causing the issue.<\/li>\n<\/ul>\n<h3 id=\"analyzing-periodically\" tabindex=\"-1\">\n    Analyzing traffic periodically<br \/>\n  <\/h3>\n<p>    Analyze your Google Search traffic using the <a href=\"https:\/\/support.google.com\/webmasters\/answer\/7576553\" class=\"external-link\">Performance Report<\/a>.<br \/>\n      The data will show you how often your page appears as a rich result in Search, how often users click on it and what is<br \/>\n      the average position you appear on search results. You can also automatically pull these<br \/>\n      results with the <a href=\"https:\/\/developers.google.com\/webmaster-tools\/search-console-api-original\/v3\/how-tos\/search_analytics\" class=\"external-link\">Search Console API<\/a>.<\/p>\n<h2 id=\"troubleshooting\" tabindex=\"-1\">Troubleshooting<\/h2>\n<p>\n    If you&#8217;re having trouble implementing or debugging structured data, here are some resources that<br \/>\n    may help you.\n  <\/p>\n<ul>\n<li>If you&#8217;re using a content management system (CMS) or someone else is taking care of your site,<br \/>\n      ask them to help you. Make sure to forward any Search Console message that details the issue to them.<\/li>\n<li>Google does not guarantee that features that consume structured data will show up in search results.<br \/>\n      For a list of common reasons why Google may not show your content in a rich result, see the<br \/>\n      <a href=\"https:\/\/alienroad.com\/google-bilgi-bankasi\/structured-data-guidelines\/\">General Structured Data Guidelines<\/a>.<\/li>\n<li>You might have an error in your structured data. Check the<br \/>\n      <a href=\"https:\/\/support.google.com\/webmasters\/answer\/13300873\" class=\"external-link\">list of structured data errors<\/a><br \/>\n      and the <a href=\"https:\/\/support.google.com\/webmasters\/answer\/9166415\" class=\"external-link\">Unparsable structured data report<\/a>.<\/li>\n<li>If you received a structured data manual action against your page, the structured data on<br \/>\n      the page will be ignored (although the page can still appear in Google Search results). To fix<br \/>\n      <a href=\"https:\/\/support.google.com\/webmasters\/answer\/9044175#zippy=%2Cstructured-data-issue\" class=\"external-link\">structured data issues<\/a>, use the <a href=\"https:\/\/support.google.com\/webmasters\/answer\/9044175\" class=\"external-link\">Manual Actions report<\/a>.\n    <\/li>\n<li>Review the <a href=\"#guidelines\">guidelines<\/a> again to identify if your content isn&#8217;t compliant<br \/>\n      with the guidelines. The problem can be caused by either spammy content or spammy markup usage.<br \/>\n        However, the issue may not be a syntax issue, and so the Rich Results Test won&#8217;t be able to<br \/>\n        identify these issues.\n    <\/li>\n<li><a href=\"https:\/\/support.google.com\/webmasters\/answer\/13300208\" class=\"external-link\">Troubleshoot missing rich results \/ drop in total rich results<\/a>.<\/li>\n<li>Allow time for re-crawling and re-indexing. Remember that it may take several days after<br \/>\n      publishing a page for Google to find and crawl it. For general questions about crawling and indexing, check the<br \/>\n      <a href=\"https:\/\/alienroad.com\/google-bilgi-bankasi\/google-search-crawling-and-indexing-faq\/\" class=\"external-link\">Google Search crawling and indexing FAQ<\/a>.\n    <\/li>\n<li>Post a question in the <a href=\"https:\/\/support.google.com\/webmasters\/community\" class=\"external-link\">Google Search Central forum<\/a>.<\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>Discover how you can use ClaimReview structured data to enable a summarized fact check to display in Google Search results.<\/p>\n","protected":false},"menu_order":90,"template":"","meta":{"footnotes":""},"ar_kb_kategori":[679],"ar_kb_etiket":[],"class_list":["post-25512","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\/25512","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\/25512\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/alienroad.com\/wp-json\/wp\/v2\/media\/27545"}],"wp:attachment":[{"href":"https:\/\/alienroad.com\/wp-json\/wp\/v2\/media?parent=25512"}],"wp:term":[{"taxonomy":"ar_kb_kategori","embeddable":true,"href":"https:\/\/alienroad.com\/wp-json\/wp\/v2\/ar_kb_kategori?post=25512"},{"taxonomy":"ar_kb_etiket","embeddable":true,"href":"https:\/\/alienroad.com\/wp-json\/wp\/v2\/ar_kb_etiket?post=25512"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}