{"id":16573,"date":"2026-09-02T11:36:55","date_gmt":"2026-09-02T08:36:55","guid":{"rendered":"http:\/\/localhost:8080\/google-bilgi-bankasi\/robots-meta-tag\/"},"modified":"2026-09-05T02:45:46","modified_gmt":"2026-09-04T23:45:46","slug":"robots-meta-tag","status":"publish","type":"ar_kb","link":"https:\/\/alienroad.com\/google-bilgi-bankasi\/robots-meta-tag\/","title":{"rendered":"Robots meta tag, data-nosnippet, and X-Robots-Tag specifications"},"content":{"rendered":"<p>\n  This document details how the page- and text-level settings can be used to adjust how Google<br \/>\n  presents your content in search results. You can specify page-level settings by including a<br \/>\n  <code>meta<\/code> tag on HTML pages or in an HTTP header. You can specify text-level settings with<br \/>\n  the <code>data-nosnippet<\/code> attribute on HTML elements within a page.\n<\/p>\n<p>\n  Keep in mind that these settings can be read and followed only if crawlers are allowed to access<br \/>\n  the pages that include these settings.\n<\/p>\n<p>\n  The <code>&lt;meta name=\"robots\" content=\"noindex\"&gt;<\/code> rule applies to search engine<br \/>\n  crawlers. To block non-search crawlers, such as <code>AdsBot-Google<\/code>, you might need to add<br \/>\n  rules targeted to the specific crawler (for example,<br \/>\n  <code>&lt;meta name=\"AdsBot-Google\" content=\"noindex\"&gt;<\/code>).\n<\/p>\n<h2 id=\"robotsmeta\" tabindex=\"-1\">Using the <span>robots<\/span> <code>meta<\/code> tag<\/h2>\n<p>\n  The <span>robots<\/span> <code>meta<\/code> tag lets you use a granular,<br \/>\n  page-specific approach to controlling how an individual HTML page should be indexed and served to<br \/>\n  users in Google Search results. Place the <span>robots<\/span> <code>meta<\/code> tag<br \/>\n  in the <code>&lt;head&gt;<\/code> section of a given page, like this:\n<\/p>\n<div><\/div>\n<aside class=\"key-point\">\n<p>\n        <b>If you use a CMS, such as Wix, WordPress, or Blogger<\/b>, you might not be able to edit<br \/>\n        your HTML directly, or you might prefer not to. Instead, your CMS might have a search engine<br \/>\n        settings page or some other mechanism to tell search engines about <code>meta<\/code> tags.\n      <\/p>\n<p>\n        If you want to add a <code>meta<\/code> tag to your website, search for instructions<br \/>\n        about modifying the <code>&lt;head&gt;<\/code> of your page on your CMS (for example,<br \/>\n        search for &#8220;wix add <span>meta<\/span> tags&#8221;).\n      <\/p>\n<\/aside>\n<p>\n  In this example, the <span>robots<\/span> <code>meta<\/code> tag instructs search<br \/>\n  engines not to show the page in search results. The value of the <code>name<\/code> attribute<br \/>\n  (<code>robots<\/code>) specifies that the rule applies to all crawlers. Both the <code>name<\/code><br \/>\n  and the <code>content<\/code> attributes are case-insensitive. To address a specific crawler,<br \/>\n  replace the <code>robots<\/code> value of the <code>name<\/code> attribute with the user agent token<br \/>\n  of the crawler that you are addressing. Google supports two user agent tokens in the<br \/>\n  <span>robots<\/span> <code>meta<\/code> tag; other values are ignored:\n<\/p>\n<ol>\n<li><code>googlebot<\/code>: for all text results.<\/li>\n<li><code>googlebot-news<\/code>: for news results.<\/li>\n<\/ol>\n<p>\n  For example, to instruct Google specifically not to show a snippet in its search results, you can<br \/>\n  specify <code>googlebot<\/code> as the name of the <code>meta<\/code> tag:\n<\/p>\n<div><\/div>\n<p>\n  To show a full snippet in Google&#8217;s web search results, but no snippet in Google News, specify<br \/>\n  <code>googlebot-news<\/code> as the name of the <code>meta<\/code> tag:\n<\/p>\n<div><\/div>\n<p>\n  To specify multiple crawlers individually, use multiple <span>robots<\/span><br \/>\n  <code>meta<\/code> tags:\n<\/p>\n<div><\/div>\n<aside class=\"note\">\n<p>\n    <b>Note:<\/b> Google Search doesn&#8217;t enforce placement of meta robots in the HTML head and<br \/>\n    will respect robots meta tags in the body section of an HTML document as well.\n  <\/p>\n<\/aside>\n<p>\n  To block indexing of non-HTML resources, such as PDF files, video files, or image files, use the<br \/>\n  <a href=\"#xrobotstag\"><code>X-Robots-Tag<\/code> response header<\/a> instead.\n<\/p>\n<h2 id=\"xrobotstag\" tabindex=\"-1\">Using the <code>X-Robots-Tag<\/code> HTTP header<\/h2>\n<p>\n  The <code>X-Robots-Tag<\/code> can be used as an element of the HTTP header response for a given<br \/>\n  URL. Any rule that can be used in a <span>robots<\/span> <code>meta<\/code> tag can<br \/>\n  also be specified as an <code>X-Robots-Tag<\/code>. Here&#8217;s an example of an HTTP response with an<br \/>\n  <code>X-Robots-Tag<\/code> instructing crawlers not to index a page:\n<\/p>\n<div><\/div>\n<p>\n      Multiple <code>X-Robots-Tag<\/code> headers can be combined within the HTTP<br \/>\n      response, or you can specify a comma-separated list of rules. Here&#8217;s an example of an<br \/>\n      HTTP header response which has a <code>noimageindex<\/code><br \/>\n      <code>X-Robots-Tag<\/code> combined with an<br \/>\n      <code>unavailable_after<\/code> <code>X-Robots-Tag<\/code>.\n    <\/p>\n<div><\/div>\n<p>\n    The <code>X-Robots-Tag<\/code> may optionally specify a user agent before the<br \/>\n    rules. For instance, the following set of <code>X-Robots-Tag<\/code> HTTP<br \/>\n    headers can be used to conditionally allow showing of a page in search results for different<br \/>\n    search engines:\n  <\/p>\n<div><\/div>\n<p>\n    Rules specified without a user agent are valid for all crawlers. The HTTP header, the<br \/>\n    user agent name, and the specified values are not case sensitive.\n  <\/p>\n<aside class=\"key-point\" id=\"precedence\">\n<p><b>Conflicting robots rules:<\/b> In the case of conflicting robots<br \/>\n      rules, the more restrictive rule applies. For example, if a page has both<br \/>\n      <code>max-snippet:50<\/code> and <code>nosnippet<\/code><br \/>\n      rules, the <code>nosnippet<\/code> rule will apply.\n    <\/p>\n<\/aside>\n<h2 id=\"directives\" tabindex=\"-1\">Valid indexing and serving rules<\/h2>\n<p>\n    The following rules, also available in<br \/>\n    <a href=\"https:\/\/developers.google.com\/static\/search\/apis\/ipranges\/robots-tags.json\">machine-readable format<\/a>, can be used to<br \/>\n    control indexing and serving of a <a href=\"https:\/\/alienroad.com\/google-bilgi-bankasi\/snippets\/\">snippet<\/a> with<br \/>\n    the <span>robots<\/span> <code>meta<\/code> tag and the <code>X-Robots-Tag<\/code>. Each value represents a specific<br \/>\n    rule. <a href=\"#combined\">Multiple rules may be combined<\/a> in a comma-separated<br \/>\n    list or in separate <code>meta<\/code> tags. These rules are case-insensitive.\n  <\/p>\n<aside class=\"note\">\n    It is possible that these rules may not be treated the same by all other search engines.<br \/>\n  <\/aside>\n<table class=\"responsive fixed\">\n<colgroup>\n<col width=\"20%\">\n      <\/colgroup>\n<tr>\n<th colspan=\"2\">Rules<\/th>\n<\/tr>\n<tr>\n<td>\n<h3 id=\"all\" tabindex=\"-1\"><code>all<\/code><\/h3>\n<\/td>\n<td>\n          There are no restrictions for indexing or serving. This rule is the default value and<br \/>\n          has no effect if explicitly listed.\n        <\/td>\n<\/tr>\n<tr>\n<td>\n<h3 id=\"noindex\" tabindex=\"-1\"><code>noindex<\/code><\/h3>\n<\/td>\n<td>\n<p>\n            Do not show this page, media, or resource in search results. If you don&#8217;t specify this<br \/>\n            rule, the page, media, or resource may be indexed and shown in search results.\n          <\/p>\n<p>\n            To remove information from Google, follow our<br \/>\n            <a href=\"https:\/\/alienroad.com\/google-bilgi-bankasi\/removals-overview\/\">step-by-step guide<\/a>.\n          <\/p>\n<\/td>\n<\/tr>\n<tr>\n<td>\n<h3 id=\"nofollow\" tabindex=\"-1\"><code>nofollow<\/code><\/h3>\n<\/td>\n<td>\n          Do not follow the links on this page. If you don&#8217;t specify this rule, Google may use<br \/>\n          the links on the page to discover those linked pages. Learn more about<br \/>\n          <a href=\"https:\/\/alienroad.com\/google-bilgi-bankasi\/rel-attributes\/\"><code>nofollow<\/code><\/a>.\n        <\/td>\n<\/tr>\n<tr>\n<td>\n<h3 id=\"none\" tabindex=\"-1\"><code>none<\/code><\/h3>\n<\/td>\n<td>\n          Equivalent to <code>noindex, nofollow<\/code>.\n        <\/td>\n<\/tr>\n<tr>\n<td>\n<h3 id=\"nosnippet\" tabindex=\"-1\"><code>nosnippet<\/code><\/h3>\n<\/td>\n<td>\n<p>\n            Do not show a text snippet or video preview in the search results for this page. A<br \/>\n            static image thumbnail (if available) may still be visible, when it results in a better<br \/>\n            user experience. This applies to all forms of search results (at Google: web search,<br \/>\n            Google Images, Discover, AI Overviews, AI Mode) and<br \/>\n            will also prevent the content from being used as a direct input for AI Overviews and AI Mode.\n          <\/p>\n<p>\n            If you don&#8217;t specify this rule, Google may generate a text snippet and video<br \/>\n            preview based on information found on the page.\n          <\/p>\n<p>\n            To exclude certain sections of your content from appearing in search result snippets,<br \/>\n            use the <a href=\"#data-nosnippet-attr\"><code>data-nosnippet<\/code><br \/>\n              HTML attribute<\/a>.\n          <\/p>\n<\/td>\n<\/tr>\n<tr>\n<td>\n<h3 id=\"indexifembedded\" tabindex=\"-1\"><code>indexifembedded<\/code><\/h3>\n<\/td>\n<td>\n<p>\n            Google is allowed to index the content of a page if it&#8217;s embedded in another page<br \/>\n            through<br \/>\n            <a href=\"https:\/\/developer.mozilla.org\/docs\/Web\/HTML\/Element\/iframe\" class=\"external-link\"><code>iframes<\/code><\/a><br \/>\n            or similar HTML tags, in spite of a <code>noindex<\/code> rule.\n          <\/p>\n<p>\n            <code>indexifembedded<\/code> only has an effect if it&#8217;s accompanied by<br \/>\n            <code>noindex<\/code>.\n          <\/p>\n<\/td>\n<\/tr>\n<tr>\n<td>\n<h3 id=\"max-snippet\" tabindex=\"-1\"><code>max-snippet:<\/code> [number]<\/h3>\n<\/td>\n<td>\n<p>\n            Use a maximum of [number] characters as a textual snippet for this search result. (Note<br \/>\n            that a URL may appear as multiple search results within a search results page.) This<br \/>\n            does not affect image or video previews. This applies to all forms of search results<br \/>\n            (such as Google web search, Google Images, Discover, Assistant, AI Overviews, AI Mode) and<br \/>\n            will also limit how much of the content may be used as a direct input for AI Overviews and AI Mode.<br \/>\n            However, this limit<br \/>\n            does not apply in cases where a publisher has separately granted permission for use of<br \/>\n            content. For instance, if the publisher supplies content in the form of in-page<br \/>\n            structured data or has a license agreement with Google, this setting does not interrupt<br \/>\n            those more specific permitted uses. This rule is ignored if no parseable [number]<br \/>\n            is specified.\n          <\/p>\n<p>\n            If you don&#8217;t specify this rule, Google will choose the length of the snippet.\n          <\/p>\n<p>Special values:<\/p>\n<ul>\n<li>\n              <code>0<\/code>: No snippet is to be shown. Equivalent to<br \/>\n              <code>nosnippet<\/code>.\n            <\/li>\n<li>\n              <code>-1<\/code>: Google will choose the snippet length that it<br \/>\n              believes is most effective to help users discover your content and direct users to<br \/>\n              your site.\n            <\/li>\n<\/ul>\n<p>Examples:<\/p>\n<p>To stop a snippet from displaying in search results:<\/p>\n<div><\/div>\n<p>To allow up to 20 characters to be shown in the snippet:<\/p>\n<div><\/div>\n<p>\n            To specify that there&#8217;s no limit on the number of characters that can be shown in the<br \/>\n            snippet:\n          <\/p>\n<div><\/div>\n<\/td>\n<\/tr>\n<tr>\n<td>\n<h3 id=\"max-image-preview\" tabindex=\"-1\"><code>max-image-preview:<\/code> [setting]<\/h3>\n<\/td>\n<td>\n<p>Set the maximum size of an image preview for this page in search results.<\/p>\n<p>\n            If you don&#8217;t specify the <code>max-image-preview<\/code> rule, Google may show an<br \/>\n            image preview of the default size.\n          <\/p>\n<p>Accepted [setting] values:<\/p>\n<ul>\n<li>\n              <code>none<\/code>: No image preview is to be shown.\n            <\/li>\n<li>\n              <code>standard<\/code>: A default image preview may be shown.\n            <\/li>\n<li>\n              <code>large<\/code>: A larger image preview, up to the width of the<br \/>\n              viewport, may be shown.\n            <\/li>\n<\/ul>\n<p>\n            This applies to all forms of search results (such as Google web search, Google Images,<br \/>\n            Discover, Assistant). However, this limit does not apply in cases where a publisher has<br \/>\n            separately granted permission for use of content. For instance, if the publisher<br \/>\n            supplies content in the form of in-page structured data (such as AMP and canonical<br \/>\n            versions of an article) or has a license agreement with Google, this setting will not<br \/>\n            interrupt those more specific permitted uses.\n          <\/p>\n<p>\n            If you don&#8217;t want Google to use larger thumbnail images when their AMP pages<br \/>\n            and canonical version of an article are shown in Search or Discover, specify a<br \/>\n            <code>max-image-preview<\/code> value of<br \/>\n            <code>standard<\/code> \u0438\u043b\u0438 <code>none<\/code>.\n          <\/p>\n<p>Example:<\/p>\n<div><\/div>\n<\/td>\n<\/tr>\n<tr>\n<td>\n<h3 id=\"max-video-preview\" tabindex=\"-1\"><code>max-video-preview:<\/code> [number]<\/h3>\n<\/td>\n<td>\n<p>\n            Use a maximum of [number] seconds as a video snippet for videos on this page in search<br \/>\n            results.\n          <\/p>\n<p>\n             If you don&#8217;t specify the <code>max-video-preview<\/code> rule, Google may show a<br \/>\n             video snippet in search results, and you leave it up to Google to decide how long the<br \/>\n             preview may be.\n          <\/p>\n<p>Special values:<\/p>\n<ul>\n<li>\n              <code>0<\/code>: At most, a static image may be used, in accordance to<br \/>\n              the <code>max-image-preview<\/code> setting.<\/li>\n<li><code>-1<\/code>: There is no limit.<\/li>\n<\/ul>\n<p>\n            This applies to all forms of search results (at Google: web search, Google Images,<br \/>\n            Google Videos, Discover, Assistant). This rule is ignored if no parseable [number]<br \/>\n            is specified.<\/p>\n<p>Example:<\/p>\n<div><\/div>\n<\/td>\n<\/tr>\n<tr>\n<td>\n<h3 id=\"notranslate\" tabindex=\"-1\"><code>notranslate<\/code><\/h3>\n<\/td>\n<td>\n          Don&#8217;t offer translation of this page in search results. If you don&#8217;t specify this<br \/>\n          rule, Google may provide a<br \/>\n          <a href=\"https:\/\/alienroad.com\/google-bilgi-bankasi\/translated-results\/\">translation of the title link and snippet<\/a><br \/>\n           of a search result for results that aren&#8217;t in the language<br \/>\n          of the search query. If the user clicks the translated title link, all further user<br \/>\n          interaction with the page is through Google Translate, which will automatically translate<br \/>\n          any links followed.\n        <\/td>\n<\/tr>\n<tr>\n<td>\n<h3 id=\"noimageindex\" tabindex=\"-1\"><code>noimageindex<\/code><\/h3>\n<\/td>\n<td>\n          Do not index images on this page. If you don&#8217;t specify this value, images on the page<br \/>\n          may be indexed and shown in search results.\n        <\/td>\n<\/tr>\n<tr>\n<td>\n<h3 id=\"unavailable-after\" tabindex=\"-1\"><code>unavailable_after:<\/code> [date\/time]<\/h3>\n<\/td>\n<td>\n<p>\n            Do not show this page in search results after the specified date\/time. The date\/time<br \/>\n            must be specified in a widely adopted format including, but not limited to<br \/>\n            <a href=\"https:\/\/www.ietf.org\/rfc\/rfc0822.txt\" class=\"external-link\">RFC 822<\/a>,<br \/>\n            <a href=\"https:\/\/www.ietf.org\/rfc\/rfc0850.txt\" class=\"external-link\">RFC 850<\/a>, and<br \/>\n            <a href=\"https:\/\/www.iso.org\/iso-8601-date-and-time-format.html\" class=\"external-link\">ISO 8601<\/a>.<br \/>\n            The rule is ignored if no valid date\/time is specified. By default there is no<br \/>\n            expiration date for content.\n          <\/p>\n<p>\n            If you don&#8217;t specify this rule, this page may be shown in search results<br \/>\n            indefinitely. Googlebot will decrease the crawl rate of the URL considerably after the specified<br \/>\n            date and time.<\/p>\n<p>Example:<\/p>\n<div><\/div>\n<\/td>\n<\/tr>\n<\/table>\n<h2 id=\"combined\" tabindex=\"-1\">Handling combined indexing and serving rules<\/h2>\n<p>You can create a multi-rule instruction by combining <span>robots<\/span> <code>meta<\/code><br \/>\n    tag rules with commas or by using multiple <code>meta<\/code> tags. Here is an example of a <span>robots<\/span> <code>meta<\/code> tag that instructs web crawlers to not index the<br \/>\n    page and to not crawl any of the links on the page:<\/p>\n<p>\n    Here is an example that limits the text snippet to 20 characters, and allows a large image<br \/>\n    preview:\n  <\/p>\n<div><\/div>\n<p>\n    For situations where multiple crawlers are specified along with different rules, the<br \/>\n    search engine will use the sum of the negative rules. For example:<\/p>\n<div><\/div>\n<p>\n    The page containing these <code>meta<\/code> tags will be interpreted as having a<br \/>\n    <code>noindex, nofollow<\/code> rule when crawled by Googlebot.\n  <\/p>\n<h2 id=\"data-nosnippet-attr\" tabindex=\"-1\">\n    Using the <code>data-nosnippet<\/code> HTML attribute<br \/>\n  <\/h2>\n<p>\n    You can designate textual parts of an HTML page not to be used as a snippet. This can be done<br \/>\n    on an HTML-element level with the <code>data-nosnippet<\/code> HTML attribute on<br \/>\n    <code>span<\/code>, <code>div<\/code>, and<br \/>\n    <code>section<\/code> elements. The <code>data-nosnippet<\/code><br \/>\n    is considered a<br \/>\n    <a href=\"https:\/\/html.spec.whatwg.org\/multipage\/common-microsyntaxes.html#boolean-attributes\" class=\"external-link\">boolean attribute<\/a>.<br \/>\n    As with all boolean attributes, any value specified is ignored. To ensure machine-readability,<br \/>\n    the HTML section must be valid HTML and all appropriate tags must be closed accordingly.\n  <\/p>\n<p>Examples:<\/p>\n<div><\/div>\n<p>\n    Google typically renders pages in order to index them, however rendering is not guaranteed.<br \/>\n    Because of this, extraction of <code>data-nosnippet<\/code> may happen both<br \/>\n    before and after rendering. To avoid uncertainty from rendering, do not add or remove the<br \/>\n    <code>data-nosnippet<\/code> attribute of existing nodes through JavaScript.<br \/>\n    When adding DOM elements through JavaScript, include the<br \/>\n    <code>data-nosnippet<\/code> attribute as necessary when initially adding the<br \/>\n    element to the page&#8217;s DOM. If custom elements are used, wrap or render them with<br \/>\n    <code>div<\/code>, <code>span<\/code>, or<br \/>\n    <code>section<\/code> elements if you need to use<br \/>\n    <code>data-nosnippet<\/code>.\n  <\/p>\n<h2 id=\"structureddata\" tabindex=\"-1\">Using structured data<\/h2>\n<p>\n    <span>Robots<\/span> <code>meta<\/code> tags govern the amount of content that Google extracts automatically from web<br \/>\n    pages for display as search results. But many publishers also use schema.org structured data<br \/>\n    to make specific information available for<br \/>\n    <a href=\"https:\/\/alienroad.com\/google-bilgi-bankasi\/structured-data-intro\/\">search presentation<\/a>. <span>Robots<\/span> <code>meta<\/code> tag<br \/>\n    limitations don&#8217;t affect the use of that structured data, with the exception of<br \/>\n    <code>article.description<\/code> and the<br \/>\n    <code>description<\/code> values for structured data specified for other<br \/>\n    creative works. To specify the maximum length of a preview based on these<br \/>\n    <code>description<\/code> values, use the<br \/>\n    <code>max-snippet<\/code> rule. For example,<br \/>\n    <code>recipe<\/code> structured data on a page is eligible for inclusion in the<br \/>\n    recipe carousel, even if the text preview would otherwise be limited. You can limit the length<br \/>\n    of a text preview with <code>max-snippet<\/code>, but that <span>robots<\/span> <code>meta<\/code> tag<br \/>\n    doesn&#8217;t apply when the information is provided using structured data for rich results.\n  <\/p>\n<p>\n    To manage the use of structured data for your web pages, modify the structured data types and<br \/>\n    values themselves, adding or removing information in order to provide only the data you want<br \/>\n    to make available. Also note that structured data remains usable for search results when<br \/>\n    declared within a <code>data-nosnippet<\/code> element.\n  <\/p>\n<h2 id=\"xrobotstag-implementation\" tabindex=\"-1\">\n    Practical implementation of <code>X-Robots-Tag<\/code><br \/>\n  <\/h2>\n<p>\n    You can add the <code>X-Robots-Tag<\/code> to a site&#8217;s HTTP responses through<br \/>\n    the configuration files of your site&#8217;s web server software. For example, on Apache-based web<br \/>\n    servers you can use .htaccess and  httpd.conf files. The benefit of using an<br \/>\n    <code>X-Robots-Tag<\/code> with HTTP responses is that you can specify crawling<br \/>\n    rules that are applied globally across a site. The support of regular expressions allows<br \/>\n    a high level of flexibility.\n  <\/p>\n<p>\n    For example, to add a <code>noindex, nofollow<\/code><br \/>\n    <code>X-Robots-Tag<\/code> to the HTTP response for all <code>.PDF<\/code> files across an<br \/>\n    entire site, add the following snippet to the site&#8217;s root <code>.htaccess<\/code> file or <code>httpd.conf<\/code> file on<br \/>\n    Apache, or the site&#8217;s <code>.conf<\/code> file on NGINX.\n  <\/p>\n<p>\n    You can use the <code>X-Robots-Tag<\/code> for non-HTML files like image files<br \/>\n    where the usage of <span>robots<\/span> <code>meta<\/code> tags in HTML is not possible. Here&#8217;s an example of adding a<br \/>\n    <code>noindex<\/code> <code>X-Robots-Tag<\/code> rule for<br \/>\n    images files (<code>.png<\/code>, <code>.jpeg<\/code>, <code>.jpg<\/code>, <code>.gif<\/code>) across an entire site:\n  <\/p>\n<p>\n    You can also set the <code>X-Robots-Tag<\/code> headers for individual static files:\n  <\/p>\n<h2 id=\"combining\" tabindex=\"-1\">Combining robots.txt rules with indexing and serving rules<\/h2>\n<p>\n    <span>robots<\/span> <code>meta<\/code> tags and <code>X-Robots-Tag<\/code> HTTP headers are discovered when<br \/>\n    a URL is crawled. If a page is disallowed from crawling through the robots.txt file, then any<br \/>\n    information about indexing or serving rules will not be found and will therefore be<br \/>\n    ignored. If indexing or serving rules must be followed, the URLs containing those<br \/>\n    rules cannot be disallowed from crawling.\n  <\/p>\n","protected":false},"excerpt":{"rendered":"<p>Learn how to add robots meta tags and read how page and text-level settings can be used to adjust how Google presents your content in search results.<\/p>\n","protected":false},"menu_order":43,"template":"","meta":{"footnotes":""},"ar_kb_kategori":[686],"ar_kb_etiket":[530,578,579],"class_list":["post-16573","ar_kb","type-ar_kb","status-publish","has-post-thumbnail","hentry","ar_kb_kategori-meta-tags","ar_kb_etiket-indexing","ar_kb_etiket-noindex","ar_kb_etiket-robots"],"_links":{"self":[{"href":"https:\/\/alienroad.com\/wp-json\/wp\/v2\/ar_kb\/16573","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":2,"href":"https:\/\/alienroad.com\/wp-json\/wp\/v2\/ar_kb\/16573\/revisions"}],"predecessor-version":[{"id":25570,"href":"https:\/\/alienroad.com\/wp-json\/wp\/v2\/ar_kb\/16573\/revisions\/25570"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/alienroad.com\/wp-json\/wp\/v2\/media\/26336"}],"wp:attachment":[{"href":"https:\/\/alienroad.com\/wp-json\/wp\/v2\/media?parent=16573"}],"wp:term":[{"taxonomy":"ar_kb_kategori","embeddable":true,"href":"https:\/\/alienroad.com\/wp-json\/wp\/v2\/ar_kb_kategori?post=16573"},{"taxonomy":"ar_kb_etiket","embeddable":true,"href":"https:\/\/alienroad.com\/wp-json\/wp\/v2\/ar_kb_etiket?post=16573"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}