{"id":25501,"date":"2026-09-05T02:44:22","date_gmt":"2026-09-04T23:44:22","guid":{"rendered":"https:\/\/alienroad.com\/google-bilgi-bankasi\/article-article-newsarticle-blogposting-structured-data\/"},"modified":"2026-09-05T02:44:22","modified_gmt":"2026-09-04T23:44:22","slug":"article-article-newsarticle-blogposting-structured-data","status":"publish","type":"ar_kb","link":"https:\/\/alienroad.com\/google-bilgi-bankasi\/article-article-newsarticle-blogposting-structured-data\/","title":{"rendered":"Article (Article, NewsArticle, BlogPosting) structured data"},"content":{"rendered":"<p>Adding <code>Art\u00edculo<\/code> structured data to your news, blog, and sports<br \/>\n  article pages can help Google understand more about the web page and show better <a href=\"https:\/\/alienroad.com\/google-bilgi-bankasi\/title-links\/\">title text<\/a>,<br \/>\n  images, and <a href=\"https:\/\/alienroad.com\/google-bilgi-bankasi\/influence-your-byline-dates-in-google-search\/\">date information<\/a><br \/>\n  for the article in search results on Google Search and other properties<br \/>\n  (for example, Google News and the <a href=\"https:\/\/developers.google.com\/assistant\/content\/overview\" class=\"external-link\">Google Assistant<\/a>).<br \/>\n  While there&#8217;s no markup requirement to be eligible for Google News<br \/>\n  features like <a href=\"https:\/\/support.google.com\/news\/publisher-center\/answer\/9607026\" class=\"external-link\">Top stories<\/a>,<br \/>\n  you can add <code>Art\u00edculo<\/code> to more explicitly tell Google what your content is<br \/>\n  about (for example, that it&#8217;s a news article, who the author is, or what the title of the article is).\n<\/p>\n<p><img decoding=\"async\" alt=\"Article rich result\" class=\"attempt-right\" src=\"https:\/\/alienroad.com\/wp-content\/uploads\/kb-gorsel\/g-b82821eafb22.png\" loading=\"lazy\"><\/p>\n<h2 id=\"examples\" tabindex=\"-1\">Example<\/h2>\n<p>\n  Here&#8217;s an example of a page with <code>Art\u00edculo<\/code> structured data.\n<\/p>\n<div class=\"ds-selector-tabs clear\">\n<section class=\"selected\">\n<h4 id=\"json-ld\" tabindex=\"-1\">JSON-LD<\/h4>\n<form method=\"post\" target=\"_blank\" action=\"https:\/\/search.google.com\/test\/rich-results?utm_campaign=devsite&#038;utm_medium=jsonld&#038;utm_source=article\"><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;Title of a News Article&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;NewsArticle&#8221;,<br \/>\n      &#8220;headline&#8221;: &#8220;Title of a News Article&#8221;,<br \/>\n      &#8220;image&#8221;: [<br \/>\n        &#8220;https:\/\/example.com\/photos\/1&#215;1\/photo.jpg&#8221;,<br \/>\n        &#8220;https:\/\/example.com\/photos\/4&#215;3\/photo.jpg&#8221;,<br \/>\n        &#8220;https:\/\/example.com\/photos\/16&#215;9\/photo.jpg&#8221;<br \/>\n       ],<br \/>\n      &#8220;datePublished&#8221;: &#8220;2024-01-05T08:00:00+08:00&#8221;,<br \/>\n      &#8220;dateModified&#8221;: &#8220;2024-02-05T09:20:00+08:00&#8221;,<br \/>\n      &#8220;author&#8221;: [{<br \/>\n          &#8220;@type&#8221;: &#8220;Person&#8221;,<br \/>\n          &#8220;name&#8221;: &#8220;Jane Doe&#8221;,<br \/>\n          &#8220;url&#8221;: &#8220;https:\/\/example.com\/profile\/janedoe123&#8221;<br \/>\n        },{<br \/>\n          &#8220;@type&#8221;: &#8220;Person&#8221;,<br \/>\n          &#8220;name&#8221;: &#8220;John Doe&#8221;,<br \/>\n          &#8220;url&#8221;: &#8220;https:\/\/example.com\/profile\/johndoe123&#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<\/section>\n<section>\n<h4 id=\"microdata\" tabindex=\"-1\">Microdata<\/h4>\n<form method=\"post\" target=\"_blank\" action=\"https:\/\/search.google.com\/test\/rich-results?utm_campaign=devsite&#038;utm_medium=microdata&#038;utm_source=article\"><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;Title of a News Article&lt;\/title&gt;<br \/>\n  &lt;\/head&gt;<br \/>\n  &lt;body&gt;<br \/>\n    &lt;div itemscope itemtype=&#8221;https:\/\/schema.org\/NewsArticle&#8221;&gt;<br \/>\n      &lt;div itemprop=&#8221;headline&#8221;&gt;Title of News Article&lt;\/div&gt;<br \/>\n      &lt;meta itemprop=&#8221;image&#8221; content=&#8221;https:\/\/example.com\/photos\/1&#215;1\/photo.jpg&#8221; \/&gt;<br \/>\n      &lt;meta itemprop=&#8221;image&#8221; content=&#8221;https:\/\/example.com\/photos\/4&#215;3\/photo.jpg&#8221; \/&gt;<br \/>\n      &lt;img itemprop=&#8221;image&#8221; src=&#8221;https:\/\/example.com\/photos\/16&#215;9\/photo.jpg&#8221; \/&gt;<br \/>\n      &lt;div&gt;<br \/>\n        &lt;span itemprop=&#8221;datePublished&#8221; content=&#8221;2024-01-05T08:00:00+08:00&#8243;&gt;<br \/>\n          January 5, 2024 at 8:00am<br \/>\n        &lt;\/span&gt;<br \/>\n        (last modified<br \/>\n        &lt;span itemprop=&#8221;dateModified&#8221; content=&#8221;2024-02-05T09:20:00+08:00&#8243;&gt;<br \/>\n          February 5, 2024 at 9:20am<br \/>\n        &lt;\/span&gt;<br \/>\n        )<br \/>\n      &lt;\/div&gt;<br \/>\n      &lt;div&gt;<br \/>\n        by<br \/>\n        &lt;span itemprop=&#8221;author&#8221; itemscope itemtype=&#8221;https:\/\/schema.org\/Person&#8221;&gt;<br \/>\n          &lt;a itemprop=&#8221;url&#8221; href=&#8221;https:\/\/example.com\/profile\/janedoe123&#8243;&gt;<br \/>\n            &lt;span itemprop=&#8221;name&#8221;&gt;Jane Doe&lt;\/span&gt;<br \/>\n          &lt;\/a&gt;<br \/>\n        &lt;\/span&gt;<br \/>\n        and<br \/>\n        &lt;span itemprop=&#8221;author&#8221; itemscope itemtype=&#8221;https:\/\/schema.org\/Person&#8221;&gt;<br \/>\n          &lt;a itemprop=&#8221;url&#8221; href=&#8221;https:\/\/example.com\/profile\/johndoe123&#8243;&gt;<br \/>\n            &lt;span itemprop=&#8221;name&#8221;&gt;John Doe&lt;\/span&gt;<br \/>\n          &lt;\/a&gt;<br \/>\n        &lt;\/span&gt;<br \/>\n      &lt;\/div&gt;<br \/>\n    &lt;\/div&gt;<br \/>\n  &lt;\/body&gt;<br \/>\n&lt;\/html&gt;<\/textarea><\/form>\n<p><\/p>\n<div><\/div>\n<\/section>\n<\/div>\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 as many <a href=\"#structured-data-type-definitions\">recommended properties<\/a> that apply<br \/>\n      to your web page. There are no required properties; instead, add the properties that apply to<br \/>\n      your content. Based on the format you&#8217;re using, learn where to<br \/>\n      <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=\"guidelines\" tabindex=\"-1\">Guidelines<\/h2>\n<p>You must follow these guidelines to enable structured data to be eligible for inclusion in Google Search results.<\/p>\n<aside class=\"warning\"><b>Warning:<\/b> If your site violates one or more of these guidelines,<br \/>\n  then Google may take<br \/>\n  <a href=\"https:\/\/support.google.com\/webmasters\/answer\/2604824\" class=\"external-link\">manual action<\/a> against it.<br \/>\n  Once you have remedied the problem, you can submit your site for<br \/>\n  <a href=\"https:\/\/support.google.com\/webmasters\/answer\/35843\" class=\"external-link\">reconsideration<\/a>.<\/aside>\n<ul>\n<li><a href=\"https:\/\/alienroad.com\/google-bilgi-bankasi\/search-essentials-overview\/\">Search Essentials<\/a><\/li>\n<li><a href=\"https:\/\/alienroad.com\/google-bilgi-bankasi\/structured-data-guidelines\/\">General structured data guidelines<\/a><\/li>\n<li><a href=\"#technical-guidelines\">Technical guidelines<\/a><\/li>\n<\/ul>\n<h3 id=\"technical-guidelines\" tabindex=\"-1\">Technical guidelines<\/h3>\n<ul>\n<li>For multi-part articles, make sure that the <code>rel=canonical<\/code> points at either<br \/>\n    each individual page or a &#8220;view-all&#8221; page (and not to page 1 of a multi-part series). Learn<br \/>\n    more about <a href=\"https:\/\/alienroad.com\/google-bilgi-bankasi\/specify-canonical\/\">canonicalization<\/a>.<\/li>\n<li>If you offer subscription-based access to your website content, or if users must register<br \/>\n    for access, consider adding structured data for<br \/>\n    <a href=\"https:\/\/alienroad.com\/google-bilgi-bankasi\/structured-data-for-subscription-and-paywalled-content-creativework\/\">subscription and paywalled content<\/a>.<\/li>\n<\/ul>\n<h2 id=\"structured-data-type-definitions\" tabindex=\"-1\">Structured data type definitions<\/h2>\n<p>To help Google better understand your page, include as many recommended properties that apply<br \/>\n    to your web page. There are no required properties; instead, add the properties that apply to<br \/>\n    your content.\n  <\/p>\n<h3 id=\"article-types\" tabindex=\"-1\"><code>Art\u00edculo<\/code> objects<\/h3>\n<p>Article objects must be based on one of the following<br \/>\nschema.org types: <a href=\"https:\/\/schema.org\/Article\" class=\"external-link\"><code>Art\u00edculo<\/code><\/a>,<br \/>\n  <a href=\"https:\/\/schema.org\/NewsArticle\" class=\"external-link\"><code>NewsArticle<\/code><\/a>, <a href=\"https:\/\/schema.org\/BlogPosting\" class=\"external-link\"><code>BlogPosting<\/code><\/a>.<\/p>\n<p>The Google-supported properties are the following:<\/p>\n<table class=\"responsive fixed\">\n<colgroup>\n<col width=\"20%\"><\/colgroup>\n<thead>\n<tr>\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\/Person\" class=\"external-link\">Person<\/a><\/code> o <code><a href=\"https:\/\/schema.org\/Organization\" class=\"external-link\">Organization<\/a><\/code><\/p>\n<p>The author of the article. To help Google best understand authors across various features,<br \/>\n      we recommend following the <a href=\"#author-bp\">author markup best practices<\/a>.\n      <\/p>\n<\/td>\n<\/tr>\n<tr>\n<td><code>author.name<\/code><\/td>\n<td>\n<p><code><a href=\"https:\/\/schema.org\/Text\" class=\"external-link\">Text<\/a><\/code><\/p>\n<p>The name of the author.<\/p>\n<\/td>\n<\/tr>\n<tr>\n<td><code>author.url<\/code><\/td>\n<td>\n<p><code><a href=\"https:\/\/schema.org\/URL\" class=\"external-link\">URL<\/a><\/code><\/p>\n<p>A link to a web page that uniquely identifies the author of the article. For example, the<br \/>\n      author&#8217;s social media page, an &#8220;about me&#8221; page, or a bio page.<\/p>\n<p>If the URL is an internal profile page, we recommend marking up that author using<br \/>\n      <a href=\"https:\/\/alienroad.com\/google-bilgi-bankasi\/profile-page-profilepage-structured-data\/\">profile page structured data<\/a>.<\/p>\n<aside class=\"note\">You can use the <code>sameAs<\/code> property as an alternative. Google can<br \/>\n       understand both <code>sameAs<\/code> and <code>url<\/code> when disambiguating authors.<\/aside>\n<\/td>\n<\/tr>\n<tr>\n<td><code>dateModified<\/code><\/td>\n<td>\n<p><code><a href=\"https:\/\/schema.org\/DateTime\" class=\"external-link\">DateTime<\/a><\/code><\/p>\n<p>The date and time the article was most recently modified, in <a href=\"https:\/\/wikipedia.org\/wiki\/ISO_8601\" class=\"external-link\">ISO 8601 format<\/a>.<br \/>\n      We recommend that you provide timezone information; otherwise, we will default to <a href=\"https:\/\/alienroad.com\/google-bilgi-bankasi\/googlebot\/#timezone\">the timezone used by Googlebot<\/a>.<\/p>\n<p>Add the <code>dateModified<\/code> property if you want to provide more accurate date information to Google.<br \/>\n    The <a href=\"https:\/\/search.google.com\/test\/rich-results\" class=\"external-link\">Rich Results Test<\/a> doesn&#8217;t show a warning for this property,<br \/>\n    as it&#8217;s only recommended if you decide that it&#8217;s applicable to your site.<\/o><\/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><\/p>\n<p>The date and time the article was first published, in<br \/>\n      <a href=\"https:\/\/wikipedia.org\/wiki\/ISO_8601\" class=\"external-link\">ISO 8601 format<\/a>.<br \/>\n      We recommend that you provide timezone information; otherwise, we will default to <a href=\"https:\/\/alienroad.com\/google-bilgi-bankasi\/googlebot\/#timezone\">the timezone used by Googlebot<\/a>.<\/p>\n<p>Add the <code>datePublished<\/code> property if you want to provide more<br \/>\n      accurate date information to Google. The<br \/>\n      <a href=\"https:\/\/search.google.com\/test\/rich-results\" class=\"external-link\">Rich Results Test<\/a> doesn&#8217;t show a<br \/>\n      warning for this property, as it&#8217;s only recommended if you decide that it&#8217;s applicable to your site.<\/p>\n<\/td>\n<\/tr>\n<tr>\n<td><code>headline<\/code><\/td>\n<td>\n<p><code><a href=\"https:\/\/schema.org\/Text\" class=\"external-link\">Text<\/a><\/code><\/p>\n<p>The title of the article. Consider using a concise title, as long titles may be truncated on some devices.<\/p>\n<\/td>\n<\/tr>\n<tr>\n<td><code>image<\/code><\/td>\n<td>\n<p>Repeated <code><a href=\"https:\/\/schema.org\/ImageObject\" class=\"external-link\">ImageObject<\/a><\/code> o <code><a href=\"https:\/\/schema.org\/URL\" class=\"external-link\">URL<\/a><\/code><\/p>\n<p>The URL to an image that is representative of the article. Use images that are relevant<br \/>\n        to the article, rather than logos or captions.<\/p>\n<p>Additional image guidelines:<\/p>\n<ul>\n<li>Image URLs must be crawlable and indexable. To check if Google can access your URLs, use<br \/>\n      the <a href=\"https:\/\/support.google.com\/webmasters\/answer\/9012289\" class=\"external-link\">URL Inspection tool<\/a>.<\/li>\n<li>Images must represent the marked up content.<\/li>\n<li>Images must be in a file format that&#8217;s <a href=\"https:\/\/alienroad.com\/google-bilgi-bankasi\/images-best-practices\/#supported-image-formats\">supported by Google Images<\/a>.<\/li>\n<li>For best results, we recommend providing multiple high-resolution images (minimum of 50K pixels when<br \/>\n      multiplying width and height) with the following aspect ratios: 16&#215;9, 4&#215;3, and 1&#215;1.<\/li>\n<\/ul>\n<p>For example:<\/p>\n<div><\/div>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h2 id=\"author-bp\" tabindex=\"-1\">Author markup best practices<\/h2>\n<p>\n  To help Google best understand and represent the author of the content, we recommend following<br \/>\n  these best practices when specifying authors in markup:\n<\/p>\n<table class=\"properties responsive\">\n<thead>\n<tr>\n<th colspan=\"2\">Best practices for author markup<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>\n<h3 id=\"include-all-authors-in-the-markup\" tabindex=\"-1\">\n        Include all authors in the markup<br \/>\n        <\/h3>\n<\/td>\n<td>\n<p>\n          Make sure that all the authors that are presented as authors on the web page are also included in markup.\n        <\/p>\n<\/td>\n<\/tr>\n<tr>\n<td>\n<h3 id=\"specifying-multiple-authors\" tabindex=\"-1\">\n        Specifying multiple authors<br \/>\n        <\/h3>\n<\/td>\n<td>\n<p>\n          When specifying multiple authors, list each author in their own <code>author<\/code> field:\n        <\/p>\n<div><\/div>\n<p>\n          <span class=\"compare-no\" aria-hidden=\"true\"><\/span>Don&#8217;t merge multiple authors in the same <code>author<\/code> field:\n        <\/p>\n<div><\/div>\n<\/td>\n<\/tr>\n<tr>\n<td>\n<h3 id=\"use-additional-fields\" tabindex=\"-1\">\n        Use additional fields<br \/>\n        <\/h3>\n<\/td>\n<td>\n<p>\n          To help Google better understand who the author is, we strongly recommend using the<br \/>\n          <code>type<\/code> and <code>url<\/code> (or <code>sameAs<\/code>)<br \/>\n          properties. Use valid URLs for the <code>url<\/code> o <code>sameAs<\/code> properties.\n        <\/p>\n<p>\n          For example, if the author is a person, you could link to an author&#8217;s page that<br \/>\n          provides more information about the author:\n        <\/p>\n<div><\/div>\n<p>\n          If the author is an organization, you could link to the organization&#8217;s home page.\n        <\/p>\n<div><\/div>\n<\/td>\n<\/tr>\n<tr>\n<td>\n<h3 id=\"only-specify-the-authors-name-in-the-author.name-property\" tabindex=\"-1\">\n        Only specify the author&#8217;s name in the <code>author.name<\/code> property<br \/>\n        <\/h3>\n<\/td>\n<td>\n<p>\n          In the <code>author.name<\/code> property, only specify the name of the author. Don&#8217;t add<br \/>\n          any other piece of information. More specifically, don&#8217;t add the following information:\n        <\/p>\n<ul>\n<li>The name of the publisher. Instead, use the <code>publisher<\/code> property.<\/li>\n<li>The author&#8217;s job title. Instead, use the appropriate property if you want to specify<br \/>\n            that information (<a href=\"https:\/\/schema.org\/jobTitle\" class=\"external-link\"><code>jobTitle<\/code><\/a>).<\/li>\n<li>Honorific prefix or suffix. Instead, use the appropriate property if you want to<br \/>\n            specify that information (<a href=\"https:\/\/schema.org\/honorificPrefix\" class=\"external-link\"><code>honorificPrefix<\/code><\/a><br \/>\n            o <a href=\"https:\/\/schema.org\/honorificSuffix\" class=\"external-link\"><code>honorificSuffix<\/code><\/a>).<\/li>\n<li>Introductory words (for example, don&#8217;t include words like &#8220;posted by&#8221;).<\/li>\n<\/ul>\n<div><\/div>\n<\/td>\n<\/tr>\n<tr>\n<td>\n<h3 id=\"use-the-appropriate-type\" tabindex=\"-1\">\n        Use the appropriate <code>Type<\/code><br \/>\n        <\/h3>\n<\/td>\n<td>\n<p>\n          Use the <code>Person<\/code> type for people, and the <code>Organization<\/code> type<br \/>\n          for organizations. Don&#8217;t use the <code>Thing<\/code> type, and don&#8217;t use the wrong type<br \/>\n          (for example, using the <code>Organization<\/code> type for a person).<\/p>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>\n  Here&#8217;s an example that applies the author markup best practices:\n<\/p>\n<div><\/div>\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>Learn how adding article schema markup to your news articles and blogs can enhance their appearance in Google Search results.<\/p>\n","protected":false},"menu_order":81,"template":"","meta":{"footnotes":""},"ar_kb_kategori":[679],"ar_kb_etiket":[],"class_list":["post-25501","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\/25501","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\/25501\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/alienroad.com\/wp-json\/wp\/v2\/media\/27534"}],"wp:attachment":[{"href":"https:\/\/alienroad.com\/wp-json\/wp\/v2\/media?parent=25501"}],"wp:term":[{"taxonomy":"ar_kb_kategori","embeddable":true,"href":"https:\/\/alienroad.com\/wp-json\/wp\/v2\/ar_kb_kategori?post=25501"},{"taxonomy":"ar_kb_etiket","embeddable":true,"href":"https:\/\/alienroad.com\/wp-json\/wp\/v2\/ar_kb_etiket?post=25501"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}