{"id":5686,"date":"2021-06-10T08:31:20","date_gmt":"2021-06-10T08:31:20","guid":{"rendered":"https:\/\/www.dopinger.com\/blog\/?p=5686"},"modified":"2024-08-12T12:46:05","modified_gmt":"2024-08-12T12:46:05","slug":"meta-robots-tag-guide","status":"publish","type":"post","link":"https:\/\/www.dopinger.com\/blog\/meta-robots-tag-guide","title":{"rendered":"Meta Robots Tag Guide"},"content":{"rendered":"\n<p>The meta robots tag is said to be one of the essential SEO tags to <a href=\"https:\/\/www.dopinger.com\/blog\/how-to-perform-an-seo-audit\" target=\"_blank\" rel=\"noreferrer noopener\">audit<\/a> your pages! After all, your page is tagged with the robot&#8217;s meta tag &#8220;noindex,&#8221; for example, no matter how valuable, complete and practical your content is, it won&#8217;t show up on Google.<\/p>\n\n\n\n<p>The name seems difficult, but it believes me. This goal is much simpler to validate and understand than it sounds.<br>Within this context, we intend to tell you a little more about the robot&#8217;s meta tag, how to use it, and the most common commands you can use to have greater control over the indexing of your pages on Google! In the end, we will give you some tips for not misusing the meta tag and in which cases you can apply each command.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"What_Is_Meta_Robots_Tag\"><\/span>What Is Meta Robots Tag?<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>Robots directives are pieces of code \u2013 simple \u2013 added to your website to direct robots like Google on crawling and indexing your website&#8217;s contents. The robot&#8217;s meta is part of this directive and is HTML code added to the head of the pages, as shown above! Besides it, there is another one called Robots.txt, which is a file added to the site&#8217;s root to communicate with search engine robots.<\/p>\n\n\n\n<p>The difference between the two is that the first \u2013 the subject of this post \u2013 serves to control your content&#8217;s index on Google and other search engines. The second controls the tracking, that is, which website content you allow robots to access. Both are very confused. After all, they have a similar name and similar purposes. But make no mistake, its features are different.<\/p>\n\n\n\n<p>The robots.txt file can prevent a URL from being indexed simply because Google can&#8217;t access its content, but that doesn&#8217;t mean it&#8217;s blocked from appearing in the results. If you have a link on the site to it, for example, it can be indexed &#8220;by accident.&#8221; The purpose of the file is to keep Google from wasting time on useless pages on your site, to avoid crawling issues, and let Google focus on what matters! The robot&#8217;s meta tag directly controls how and whether your page appears in search results.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img decoding=\"async\" width=\"640\" height=\"640\" src=\"https:\/\/storage.googleapis.com\/dopingcloud\/blog\/en\/2021\/06\/how-vs-if.png\" alt=\"how vs if\" class=\"wp-image-5691\"\/><\/figure><\/div>\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"%E2%80%9CHow%E2%80%9D_vs_%E2%80%9CIf%E2%80%9D\"><\/span>&#8220;How&#8221; vs &#8220;If&#8221;<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>What Do You Mean by &#8220;How&#8221; and &#8220;If&#8221;? Let&#8217;s find out.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">How?<\/h3>\n\n\n\n<p>Through meta robots, you can, for example, control the size that Google should display your images in places like Google Discover. You can also block your pages from appearing in featured snippets and various other possibilities.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">If<\/h3>\n\n\n\n<p>With the directive index or noindex \u2013 let me explain each one better \u2013 you can control whether Google can show your page on <a href=\"https:\/\/www.dopinger.com\/blog\/what-is-serp\" target=\"_blank\" rel=\"noreferrer noopener\">SERP<\/a> or not!<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Explaining_Meta_Robots_Names_and_Directives\"><\/span>Explaining Meta Robots Names and Directives<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>Let&#8217;s break a standard meta robots code into parts so you can better understand how it works:<br>The &#8220;name&#8221; field, despite frequently appearing as &#8220;robots,&#8221; can be changed so that the target is directed to specific robots, in particular cases, such as:<\/p>\n\n\n\n<p>name=&#8221;Googlebot-Image&#8221;<\/p>\n\n\n\n<p>The &#8220;content&#8221; field is where the magic of the goal of the robot happens \u2026You need to be familiar with each of the policies that can be added to handle the goal. Find out now what are the main directives for controlling the Google robot: <\/p>\n\n\n\n<p>Note: it is noteworthy that these directives are not exclusive and can be worked together by separating commas, for example: &#8220;index , <a href=\"https:\/\/www.dopinger.com\/blog\/what-are-nofollow-links\" target=\"_blank\" rel=\"noreferrer noopener\">nofollow<\/a>&#8221; &#8211; in this case, we allowed the page to be indexed, but its links cannot be tracked for Google.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">All<\/h3>\n\n\n\n<p>It is the default value of the policy: index, follow.<br>In other words, by default, if you don&#8217;t have anything filled in the meta, the robots consider that the page can be indexed and have its links followed! No need to use this: meta name=&#8221;robots&#8221; content=&#8221;all&#8221;<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Noindex<\/h3>\n\n\n\n<p>The famous meta robots noindex . This is one of the most important directives, as it defines whether your page can be indexed on Google or not. In this case &#8211; noindex -, you block your page from appearing in the search results of Google and other search engines. meta name=&#8221;robots&#8221; content=&#8221;noindex&#8221;<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img decoding=\"async\" width=\"640\" height=\"640\" src=\"https:\/\/storage.googleapis.com\/dopingcloud\/blog\/en\/2021\/06\/nofollow-for-meta-tags.png\" alt=\"nofollow\" class=\"wp-image-5690\"\/><\/figure><\/div>\n\n\n<h3 class=\"wp-block-heading\">Nofollow<\/h3>\n\n\n\n<p>It prevents robots from tracking (accessing) links present on the page. So, for example, if you add this directive in this post, all the links you put in it won&#8217;t be followed by Google when you go here.<br>meta name=&#8221;robots&#8221; content=&#8221;nofollow&#8221;<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">None<\/h3>\n\n\n\n<p>It combines noindex and nofollow (equivalent to adding: &#8220;noindex,nofollow\u201d ). That is, with this directive, Google cannot index or follow the links on the page. meta name=&#8221;robots&#8221; content=&#8221;none&#8221;<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Noarchive<\/h3>\n\n\n\n<p>This policy prevents Google from displaying a cached link in search results.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">What is Cache?<\/h3>\n\n\n\n<p>It&#8217;s an information repository, where, in Google&#8217;s case, pages are saved in Google&#8217;s repository so that users have quick access to it, even if it&#8217;s down.<\/p>\n\n\n\n<p>The cache policy can be implemented on your site independently of Google, so this policy can be useful on sites that prefer to display their versions of cached pages. meta name=&#8221;robots&#8221; content=&#8221;noarchive&#8221; It tells Google not to display a snippet of text or preview videos in search results.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Nosnippet<\/h3>\n\n\n\n<p>For example, it prevents Google from displaying your pages&#8217; meta descriptions in search results.<br>meta name=&#8221;robots&#8221; content=&#8221;nosnippet&#8221;<\/p>\n\n\n\n<p>Unavailable_After: [date\/time]<\/p>\n\n\n\n<p>Allows you to set a date\/time limit on when the page can be indexed on Google.<br>After the set date, the page can no longer appear in search results (useful for landing pages for temporary releases, for example):<\/p>\n\n\n\n<p>meta name=&#8221;robots&#8221; content=&#8221;unavailable_after: 2021-06-05&#8243;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"How_to_Validate_the_Goal_of_the_Robot\"><\/span>How to Validate the Goal of the Robot<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>Here are the steps to validate the goal of the robot.<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Navigate to Page: You can go to the page you want to validate and press CTRL + U, then CTRL + F and search for \u201c robots \u201d to see if and how the tag is appearing on the page.<\/li>\n\n\n\n<li>Use Extensions: You can use a Chrome extension for <a href=\"https:\/\/www.dopinger.com\/seo\/\" target=\"_blank\" rel=\"noreferrer noopener\">SEO<\/a>, such as SEO META, in 1 CLICK.<\/li>\n\n\n\n<li>Validate: To validate at scale, it is ideal to use a tracking tool such as Screaming Frog.<\/li>\n<\/ol>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"How_to_Implement_the_Robots_Meta_Tag\"><\/span>How to Implement the Robots Meta Tag?<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>This is a very simple HTML markup to add to the head of the pages, as in the example:<br><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;head&gt;\n   &lt;title&gt;T\u00edtulo da p\u00e1gina&lt;\/title&gt;\n   &lt;meta name=\"description\" content=\"description page\" \/&gt;\n   &lt;meta name=\"robots\" content=\"follow, index, max-snippet:-1, max-video-preview:-1, max-image-preview:large\" \/&gt;\n   &lt;link rel=\"canonical\" href=\"url\" \/&gt;\n&lt;\/head&gt;<\/code><\/pre>\n\n\n\n<p>To implement it, add it with the pattern above to all the pages you want for indexing in the way Google sees fit for users! But How do You do It? The answer is: it honestly depends. It depends on your CMS! Many already have it as default. Others don&#8217;t. It&#8217;s up to you to validate if it&#8217;s there and understand with a dev how it can add the markup to the pages&#8217; HTML or yourself.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img decoding=\"async\" width=\"640\" height=\"640\" src=\"https:\/\/storage.googleapis.com\/dopingcloud\/blog\/en\/2021\/06\/what-is-x-robots-tag.png\" alt=\"what is x-robots tag\" class=\"wp-image-5689\"\/><\/figure><\/div>\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"What_is_X-Robots-Tag\"><\/span>What is X-Robots-Tag?<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>It&#8217;s not just the meta robots tag that controls indexing. There is another one, X-Robots-Tag, which has the same function and directives. The only difference is in the form of implementation. While the meta tag is a markup in the page&#8217;s HTML code, the X-Robots-Tag is an HTTP response \u2013 like the 301 redirect \u2013 sent by the website&#8217;s server.<\/p>\n\n\n\n<p>It is useful in some specific cases, mainly to block the indexing of files like PDFs or images, for example.<br>To validate the X-Robots-Tag, the process is slightly different, as you should see the HTTP response from the page.<br>You can use the screaming frog to validate it to scale. For a quick check on the page, you need to use some Chrome extensions.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"7_Use_Cases_of_Meta_Robots_Tag\"><\/span>7 Use Cases of Meta Robots Tag<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>Learn how to use this tag with examples of the most common cases where it is useful:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Don&#8217;t index pages with no value to the user: if the page doesn&#8217;t make much sense to appear to the user, you can add the noindex tag.<\/li>\n\n\n\n<li>Test pages: You can use the robots noindex meta to prevent pages from a new site still being tested from being indexed in place of your old ones, and Google deems them as duplicate content.<\/li>\n\n\n\n<li>Block login and admin pages from appearing on Google<\/li>\n\n\n\n<li>Checkout and thank you pages: it doesn&#8217;t make much sense for these to appear on Google, as it would confuse users<br>Launch and Promotion Pages: When you create launch pages for a new product or promotion, and you still don&#8217;t want users to see it, the noindex tag is a good solution!<\/li>\n\n\n\n<li>Internal search pages: This is VERY important. Internal search\/search pages are not usually good for indexing on Google. That&#8217;s because they tend to be pages without content and considered irrelevant! In addition, you may unintentionally start appearing on Google for unwanted searches if you don&#8217;t block those pages from being indexed. The usefulness for the user is good, but for indexing, it doesn&#8217;t make sense.<\/li>\n\n\n\n<li>To appear on Google Discover: we have already explained this, but it&#8217;s always good to reinforce. Google Discover is a very interesting source of SEO. To increase its potential there, it is ideal that you add the directive: max-image-preview: large, allowing large images for display.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Meta_Robots_Tag_Guide_in_Short\"><\/span>Meta Robots Tag Guide in Short<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>Understanding the use of meta robots tag is not that difficult. The description of the usability and use of the meta robots tags above should be enough for you to avoid SEO practice mistakes that will harm you. Want more info on robots and <a href=\"https:\/\/www.dopinger.com\/blog\/how-to-create-robots-txt-file\">robot.txt<\/a>? Take a look at our other article!<\/p>\n\n\n\n<div class=\"schema-faq wp-block-yoast-faq-block\">     <\/div>\n\n    <div class=\"container m-0 p-0 pm-faq\">\n            <h2 class=\"accordion-title\"><span class=\"ez-toc-section\" id=\"Frequently_Asked_Questions_About\"><\/span>Frequently Asked Questions About <span class=\"ez-toc-section-end\"><\/span><\/h2>\n        <div class=\"faq accordion faq-drop\" id=\"accordion\">\n            <div class=\"col-md-12 faq-card m-0 p-0\">\n                    <div class=\"card faq\">\n                        <div class=\"card-header collapsed d-flex justify-content-between align-items-center d-flex\" id=\"heading0\"\n                             data-toggle=\"collapse\" data-target=\"#collapse_0\" aria-expanded=\"true\" role=\"button\"\n                             aria-controls=\"collapse_0\">\n                            What can the meta robots tag do with my page?\n                            <svg class=\"close\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                              <path d=\"M12.0002 23.6663C9.69272 23.6663 7.43709 22.9821 5.51851 21.7002C3.59994 20.4182 2.1046 18.5961 1.22157 16.4643C0.338551 14.3325 0.107512 11.9867 0.557673 9.72362C1.00783 7.46051 2.11898 5.38171 3.75059 3.7501C5.3822 2.11849 7.461 1.00735 9.72411 0.557185C11.9872 0.107024 14.333 0.338063 16.4648 1.22108C18.5966 2.10411 20.4187 3.59945 21.7006 5.51803C22.9826 7.4366 23.6668 9.69223 23.6668 11.9997C23.6668 15.0939 22.4377 18.0613 20.2497 20.2493C18.0618 22.4372 15.0944 23.6663 12.0002 23.6663ZM12.0002 2.27746C10.0773 2.27746 8.1976 2.84766 6.59879 3.91595C4.99998 4.98424 3.75386 6.50264 3.01801 8.27914C2.28215 10.0556 2.08962 12.0105 2.46476 13.8964C2.83989 15.7823 3.76584 17.5146 5.12552 18.8743C6.48519 20.234 8.21753 21.16 10.1035 21.5351C11.9894 21.9102 13.9442 21.7177 15.7207 20.9818C17.4972 20.246 19.0156 18.9999 20.0839 17.4011C21.1522 15.8022 21.7224 13.9226 21.7224 11.9997C21.7224 9.42118 20.6981 6.9483 18.8748 5.12503C17.0515 3.30176 14.5787 2.27746 12.0002 2.27746Z\" fill=\"#4266FF\"\/>\n                              <path d=\"M12.0001 18.1566C11.7432 18.1533 11.4979 18.0497 11.3163 17.8681C11.1347 17.6865 11.0312 17.4412 11.0278 17.1844V6.81402C11.0278 6.55617 11.1303 6.30888 11.3126 6.12655C11.4949 5.94423 11.7422 5.8418 12.0001 5.8418C12.2579 5.8418 12.5052 5.94423 12.6875 6.12655C12.8698 6.30888 12.9723 6.55617 12.9723 6.81402V17.1844C12.9689 17.4412 12.8654 17.6865 12.6838 17.8681C12.5022 18.0497 12.2569 18.1533 12.0001 18.1566Z\" fill=\"#4266FF\"\/>\n                              <path d=\"M17.1854 12.9718H6.815C6.55715 12.9718 6.30986 12.8694 6.12753 12.687C5.9452 12.5047 5.84277 12.2574 5.84277 11.9996C5.84277 11.7417 5.9452 11.4944 6.12753 11.3121C6.30986 11.1298 6.55715 11.0273 6.815 11.0273H17.1854C17.4432 11.0273 17.6905 11.1298 17.8728 11.3121C18.0552 11.4944 18.1576 11.7417 18.1576 11.9996C18.1576 12.2574 18.0552 12.5047 17.8728 12.687C17.6905 12.8694 17.4432 12.9718 17.1854 12.9718Z\" fill=\"#4266FF\"\/>\n                            <\/svg>\n                            <svg class=\"open\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                              <path d=\"M12.0002 23.6663C9.69272 23.6663 7.43709 22.9821 5.51851 21.7002C3.59994 20.4182 2.1046 18.5961 1.22157 16.4643C0.338551 14.3325 0.107512 11.9867 0.557673 9.72362C1.00783 7.46051 2.11898 5.38171 3.75059 3.7501C5.3822 2.11849 7.461 1.00735 9.72411 0.557185C11.9872 0.107024 14.333 0.338063 16.4648 1.22108C18.5966 2.10411 20.4187 3.59945 21.7006 5.51803C22.9826 7.4366 23.6668 9.69223 23.6668 11.9997C23.6668 15.0939 22.4377 18.0613 20.2497 20.2493C18.0618 22.4372 15.0944 23.6663 12.0002 23.6663ZM12.0002 2.27746C10.0773 2.27746 8.1976 2.84766 6.59879 3.91595C4.99998 4.98424 3.75386 6.50264 3.01801 8.27914C2.28215 10.0556 2.08962 12.0105 2.46476 13.8964C2.83989 15.7823 3.76584 17.5146 5.12552 18.8743C6.48519 20.234 8.21753 21.16 10.1035 21.5351C11.9894 21.9102 13.9442 21.7177 15.7207 20.9818C17.4972 20.246 19.0156 18.9999 20.0839 17.4011C21.1522 15.8022 21.7224 13.9226 21.7224 11.9997C21.7224 9.42118 20.6981 6.9483 18.8748 5.12503C17.0515 3.30176 14.5787 2.27746 12.0002 2.27746Z\" fill=\"#EF4444\"\/>\n                              <path d=\"M5.84241 11.9996C5.84577 11.7428 5.94928 11.4974 6.13088 11.3158C6.31249 11.1342 6.55783 11.0307 6.81464 11.0273L17.185 11.0273C17.4429 11.0273 17.6901 11.1298 17.8725 11.3121C18.0548 11.4944 18.1572 11.7417 18.1572 11.9996C18.1572 12.2574 18.0548 12.5047 17.8725 12.687C17.6901 12.8694 17.4429 12.9718 17.185 12.9718L6.81464 12.9718C6.55783 12.9684 6.31249 12.8649 6.13088 12.6833C5.94928 12.5017 5.84577 12.2564 5.84241 11.9996Z\" fill=\"#EF4444\"\/>\n                              <path d=\"M17.1854 12.9718H6.815C6.55715 12.9718 6.30986 12.8694 6.12753 12.687C5.9452 12.5047 5.84277 12.2574 5.84277 11.9996C5.84277 11.7417 5.9452 11.4944 6.12753 11.3121C6.30986 11.1298 6.55715 11.0273 6.815 11.0273H17.1854C17.4432 11.0273 17.6905 11.1298 17.8728 11.3121C18.0552 11.4944 18.1576 11.7417 18.1576 11.9996C18.1576 12.2574 18.0552 12.5047 17.8728 12.687C17.6905 12.8694 17.4432 12.9718 17.1854 12.9718Z\" fill=\"#EF4444\"\/>\n                            <\/svg>\n                        <\/div>\n                        <div id=\"collapse_0\" class=\"collapse\" aria-labelledby=\"heading0\" data-parent=\"#accordion\">\n                            <div class=\"card-body\">\n                                <p>The robot&#8217;s meta tag directly controls how and whether your page appears in search results.<\/p>\n                            <\/div>\n                        <\/div>\n                        <\/div>\n                        \n                    <div class=\"card faq\">\n                        <div class=\"card-header collapsed d-flex justify-content-between align-items-center d-flex\" id=\"heading1\"\n                             data-toggle=\"collapse\" data-target=\"#collapse_1\" aria-expanded=\"true\" role=\"button\"\n                             aria-controls=\"collapse_1\">\n                            Can I block my pages from appearing in featured snippets?\n                            <svg class=\"close\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                              <path d=\"M12.0002 23.6663C9.69272 23.6663 7.43709 22.9821 5.51851 21.7002C3.59994 20.4182 2.1046 18.5961 1.22157 16.4643C0.338551 14.3325 0.107512 11.9867 0.557673 9.72362C1.00783 7.46051 2.11898 5.38171 3.75059 3.7501C5.3822 2.11849 7.461 1.00735 9.72411 0.557185C11.9872 0.107024 14.333 0.338063 16.4648 1.22108C18.5966 2.10411 20.4187 3.59945 21.7006 5.51803C22.9826 7.4366 23.6668 9.69223 23.6668 11.9997C23.6668 15.0939 22.4377 18.0613 20.2497 20.2493C18.0618 22.4372 15.0944 23.6663 12.0002 23.6663ZM12.0002 2.27746C10.0773 2.27746 8.1976 2.84766 6.59879 3.91595C4.99998 4.98424 3.75386 6.50264 3.01801 8.27914C2.28215 10.0556 2.08962 12.0105 2.46476 13.8964C2.83989 15.7823 3.76584 17.5146 5.12552 18.8743C6.48519 20.234 8.21753 21.16 10.1035 21.5351C11.9894 21.9102 13.9442 21.7177 15.7207 20.9818C17.4972 20.246 19.0156 18.9999 20.0839 17.4011C21.1522 15.8022 21.7224 13.9226 21.7224 11.9997C21.7224 9.42118 20.6981 6.9483 18.8748 5.12503C17.0515 3.30176 14.5787 2.27746 12.0002 2.27746Z\" fill=\"#4266FF\"\/>\n                              <path d=\"M12.0001 18.1566C11.7432 18.1533 11.4979 18.0497 11.3163 17.8681C11.1347 17.6865 11.0312 17.4412 11.0278 17.1844V6.81402C11.0278 6.55617 11.1303 6.30888 11.3126 6.12655C11.4949 5.94423 11.7422 5.8418 12.0001 5.8418C12.2579 5.8418 12.5052 5.94423 12.6875 6.12655C12.8698 6.30888 12.9723 6.55617 12.9723 6.81402V17.1844C12.9689 17.4412 12.8654 17.6865 12.6838 17.8681C12.5022 18.0497 12.2569 18.1533 12.0001 18.1566Z\" fill=\"#4266FF\"\/>\n                              <path d=\"M17.1854 12.9718H6.815C6.55715 12.9718 6.30986 12.8694 6.12753 12.687C5.9452 12.5047 5.84277 12.2574 5.84277 11.9996C5.84277 11.7417 5.9452 11.4944 6.12753 11.3121C6.30986 11.1298 6.55715 11.0273 6.815 11.0273H17.1854C17.4432 11.0273 17.6905 11.1298 17.8728 11.3121C18.0552 11.4944 18.1576 11.7417 18.1576 11.9996C18.1576 12.2574 18.0552 12.5047 17.8728 12.687C17.6905 12.8694 17.4432 12.9718 17.1854 12.9718Z\" fill=\"#4266FF\"\/>\n                            <\/svg>\n                            <svg class=\"open\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                              <path d=\"M12.0002 23.6663C9.69272 23.6663 7.43709 22.9821 5.51851 21.7002C3.59994 20.4182 2.1046 18.5961 1.22157 16.4643C0.338551 14.3325 0.107512 11.9867 0.557673 9.72362C1.00783 7.46051 2.11898 5.38171 3.75059 3.7501C5.3822 2.11849 7.461 1.00735 9.72411 0.557185C11.9872 0.107024 14.333 0.338063 16.4648 1.22108C18.5966 2.10411 20.4187 3.59945 21.7006 5.51803C22.9826 7.4366 23.6668 9.69223 23.6668 11.9997C23.6668 15.0939 22.4377 18.0613 20.2497 20.2493C18.0618 22.4372 15.0944 23.6663 12.0002 23.6663ZM12.0002 2.27746C10.0773 2.27746 8.1976 2.84766 6.59879 3.91595C4.99998 4.98424 3.75386 6.50264 3.01801 8.27914C2.28215 10.0556 2.08962 12.0105 2.46476 13.8964C2.83989 15.7823 3.76584 17.5146 5.12552 18.8743C6.48519 20.234 8.21753 21.16 10.1035 21.5351C11.9894 21.9102 13.9442 21.7177 15.7207 20.9818C17.4972 20.246 19.0156 18.9999 20.0839 17.4011C21.1522 15.8022 21.7224 13.9226 21.7224 11.9997C21.7224 9.42118 20.6981 6.9483 18.8748 5.12503C17.0515 3.30176 14.5787 2.27746 12.0002 2.27746Z\" fill=\"#EF4444\"\/>\n                              <path d=\"M5.84241 11.9996C5.84577 11.7428 5.94928 11.4974 6.13088 11.3158C6.31249 11.1342 6.55783 11.0307 6.81464 11.0273L17.185 11.0273C17.4429 11.0273 17.6901 11.1298 17.8725 11.3121C18.0548 11.4944 18.1572 11.7417 18.1572 11.9996C18.1572 12.2574 18.0548 12.5047 17.8725 12.687C17.6901 12.8694 17.4429 12.9718 17.185 12.9718L6.81464 12.9718C6.55783 12.9684 6.31249 12.8649 6.13088 12.6833C5.94928 12.5017 5.84577 12.2564 5.84241 11.9996Z\" fill=\"#EF4444\"\/>\n                              <path d=\"M17.1854 12.9718H6.815C6.55715 12.9718 6.30986 12.8694 6.12753 12.687C5.9452 12.5047 5.84277 12.2574 5.84277 11.9996C5.84277 11.7417 5.9452 11.4944 6.12753 11.3121C6.30986 11.1298 6.55715 11.0273 6.815 11.0273H17.1854C17.4432 11.0273 17.6905 11.1298 17.8728 11.3121C18.0552 11.4944 18.1576 11.7417 18.1576 11.9996C18.1576 12.2574 18.0552 12.5047 17.8728 12.687C17.6905 12.8694 17.4432 12.9718 17.1854 12.9718Z\" fill=\"#EF4444\"\/>\n                            <\/svg>\n                        <\/div>\n                        <div id=\"collapse_1\" class=\"collapse\" aria-labelledby=\"heading1\" data-parent=\"#accordion\">\n                            <div class=\"card-body\">\n                                <p>Yes, you can block your pages from appearing in featured snippets.<\/p>\n                            <\/div>\n                        <\/div>\n                        <\/div>\n                        \n                    <div class=\"card faq\">\n                        <div class=\"card-header collapsed d-flex justify-content-between align-items-center d-flex\" id=\"heading2\"\n                             data-toggle=\"collapse\" data-target=\"#collapse_2\" aria-expanded=\"true\" role=\"button\"\n                             aria-controls=\"collapse_2\">\n                            Is there a way to prevent Google from displaying a cached link in the search results?\n                            <svg class=\"close\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                              <path d=\"M12.0002 23.6663C9.69272 23.6663 7.43709 22.9821 5.51851 21.7002C3.59994 20.4182 2.1046 18.5961 1.22157 16.4643C0.338551 14.3325 0.107512 11.9867 0.557673 9.72362C1.00783 7.46051 2.11898 5.38171 3.75059 3.7501C5.3822 2.11849 7.461 1.00735 9.72411 0.557185C11.9872 0.107024 14.333 0.338063 16.4648 1.22108C18.5966 2.10411 20.4187 3.59945 21.7006 5.51803C22.9826 7.4366 23.6668 9.69223 23.6668 11.9997C23.6668 15.0939 22.4377 18.0613 20.2497 20.2493C18.0618 22.4372 15.0944 23.6663 12.0002 23.6663ZM12.0002 2.27746C10.0773 2.27746 8.1976 2.84766 6.59879 3.91595C4.99998 4.98424 3.75386 6.50264 3.01801 8.27914C2.28215 10.0556 2.08962 12.0105 2.46476 13.8964C2.83989 15.7823 3.76584 17.5146 5.12552 18.8743C6.48519 20.234 8.21753 21.16 10.1035 21.5351C11.9894 21.9102 13.9442 21.7177 15.7207 20.9818C17.4972 20.246 19.0156 18.9999 20.0839 17.4011C21.1522 15.8022 21.7224 13.9226 21.7224 11.9997C21.7224 9.42118 20.6981 6.9483 18.8748 5.12503C17.0515 3.30176 14.5787 2.27746 12.0002 2.27746Z\" fill=\"#4266FF\"\/>\n                              <path d=\"M12.0001 18.1566C11.7432 18.1533 11.4979 18.0497 11.3163 17.8681C11.1347 17.6865 11.0312 17.4412 11.0278 17.1844V6.81402C11.0278 6.55617 11.1303 6.30888 11.3126 6.12655C11.4949 5.94423 11.7422 5.8418 12.0001 5.8418C12.2579 5.8418 12.5052 5.94423 12.6875 6.12655C12.8698 6.30888 12.9723 6.55617 12.9723 6.81402V17.1844C12.9689 17.4412 12.8654 17.6865 12.6838 17.8681C12.5022 18.0497 12.2569 18.1533 12.0001 18.1566Z\" fill=\"#4266FF\"\/>\n                              <path d=\"M17.1854 12.9718H6.815C6.55715 12.9718 6.30986 12.8694 6.12753 12.687C5.9452 12.5047 5.84277 12.2574 5.84277 11.9996C5.84277 11.7417 5.9452 11.4944 6.12753 11.3121C6.30986 11.1298 6.55715 11.0273 6.815 11.0273H17.1854C17.4432 11.0273 17.6905 11.1298 17.8728 11.3121C18.0552 11.4944 18.1576 11.7417 18.1576 11.9996C18.1576 12.2574 18.0552 12.5047 17.8728 12.687C17.6905 12.8694 17.4432 12.9718 17.1854 12.9718Z\" fill=\"#4266FF\"\/>\n                            <\/svg>\n                            <svg class=\"open\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                              <path d=\"M12.0002 23.6663C9.69272 23.6663 7.43709 22.9821 5.51851 21.7002C3.59994 20.4182 2.1046 18.5961 1.22157 16.4643C0.338551 14.3325 0.107512 11.9867 0.557673 9.72362C1.00783 7.46051 2.11898 5.38171 3.75059 3.7501C5.3822 2.11849 7.461 1.00735 9.72411 0.557185C11.9872 0.107024 14.333 0.338063 16.4648 1.22108C18.5966 2.10411 20.4187 3.59945 21.7006 5.51803C22.9826 7.4366 23.6668 9.69223 23.6668 11.9997C23.6668 15.0939 22.4377 18.0613 20.2497 20.2493C18.0618 22.4372 15.0944 23.6663 12.0002 23.6663ZM12.0002 2.27746C10.0773 2.27746 8.1976 2.84766 6.59879 3.91595C4.99998 4.98424 3.75386 6.50264 3.01801 8.27914C2.28215 10.0556 2.08962 12.0105 2.46476 13.8964C2.83989 15.7823 3.76584 17.5146 5.12552 18.8743C6.48519 20.234 8.21753 21.16 10.1035 21.5351C11.9894 21.9102 13.9442 21.7177 15.7207 20.9818C17.4972 20.246 19.0156 18.9999 20.0839 17.4011C21.1522 15.8022 21.7224 13.9226 21.7224 11.9997C21.7224 9.42118 20.6981 6.9483 18.8748 5.12503C17.0515 3.30176 14.5787 2.27746 12.0002 2.27746Z\" fill=\"#EF4444\"\/>\n                              <path d=\"M5.84241 11.9996C5.84577 11.7428 5.94928 11.4974 6.13088 11.3158C6.31249 11.1342 6.55783 11.0307 6.81464 11.0273L17.185 11.0273C17.4429 11.0273 17.6901 11.1298 17.8725 11.3121C18.0548 11.4944 18.1572 11.7417 18.1572 11.9996C18.1572 12.2574 18.0548 12.5047 17.8725 12.687C17.6901 12.8694 17.4429 12.9718 17.185 12.9718L6.81464 12.9718C6.55783 12.9684 6.31249 12.8649 6.13088 12.6833C5.94928 12.5017 5.84577 12.2564 5.84241 11.9996Z\" fill=\"#EF4444\"\/>\n                              <path d=\"M17.1854 12.9718H6.815C6.55715 12.9718 6.30986 12.8694 6.12753 12.687C5.9452 12.5047 5.84277 12.2574 5.84277 11.9996C5.84277 11.7417 5.9452 11.4944 6.12753 11.3121C6.30986 11.1298 6.55715 11.0273 6.815 11.0273H17.1854C17.4432 11.0273 17.6905 11.1298 17.8728 11.3121C18.0552 11.4944 18.1576 11.7417 18.1576 11.9996C18.1576 12.2574 18.0552 12.5047 17.8728 12.687C17.6905 12.8694 17.4432 12.9718 17.1854 12.9718Z\" fill=\"#EF4444\"\/>\n                            <\/svg>\n                        <\/div>\n                        <div id=\"collapse_2\" class=\"collapse\" aria-labelledby=\"heading2\" data-parent=\"#accordion\">\n                            <div class=\"card-body\">\n                                <p>The Noarchive policy prevents Google from displaying a cached link in search results.<\/p>\n                            <\/div>\n                        <\/div>\n                        <\/div>\n                        \n                    <div class=\"card faq\">\n                        <div class=\"card-header collapsed d-flex justify-content-between align-items-center d-flex\" id=\"heading3\"\n                             data-toggle=\"collapse\" data-target=\"#collapse_3\" aria-expanded=\"true\" role=\"button\"\n                             aria-controls=\"collapse_3\">\n                            How can I implement the cache policy on my website?\n                            <svg class=\"close\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                              <path d=\"M12.0002 23.6663C9.69272 23.6663 7.43709 22.9821 5.51851 21.7002C3.59994 20.4182 2.1046 18.5961 1.22157 16.4643C0.338551 14.3325 0.107512 11.9867 0.557673 9.72362C1.00783 7.46051 2.11898 5.38171 3.75059 3.7501C5.3822 2.11849 7.461 1.00735 9.72411 0.557185C11.9872 0.107024 14.333 0.338063 16.4648 1.22108C18.5966 2.10411 20.4187 3.59945 21.7006 5.51803C22.9826 7.4366 23.6668 9.69223 23.6668 11.9997C23.6668 15.0939 22.4377 18.0613 20.2497 20.2493C18.0618 22.4372 15.0944 23.6663 12.0002 23.6663ZM12.0002 2.27746C10.0773 2.27746 8.1976 2.84766 6.59879 3.91595C4.99998 4.98424 3.75386 6.50264 3.01801 8.27914C2.28215 10.0556 2.08962 12.0105 2.46476 13.8964C2.83989 15.7823 3.76584 17.5146 5.12552 18.8743C6.48519 20.234 8.21753 21.16 10.1035 21.5351C11.9894 21.9102 13.9442 21.7177 15.7207 20.9818C17.4972 20.246 19.0156 18.9999 20.0839 17.4011C21.1522 15.8022 21.7224 13.9226 21.7224 11.9997C21.7224 9.42118 20.6981 6.9483 18.8748 5.12503C17.0515 3.30176 14.5787 2.27746 12.0002 2.27746Z\" fill=\"#4266FF\"\/>\n                              <path d=\"M12.0001 18.1566C11.7432 18.1533 11.4979 18.0497 11.3163 17.8681C11.1347 17.6865 11.0312 17.4412 11.0278 17.1844V6.81402C11.0278 6.55617 11.1303 6.30888 11.3126 6.12655C11.4949 5.94423 11.7422 5.8418 12.0001 5.8418C12.2579 5.8418 12.5052 5.94423 12.6875 6.12655C12.8698 6.30888 12.9723 6.55617 12.9723 6.81402V17.1844C12.9689 17.4412 12.8654 17.6865 12.6838 17.8681C12.5022 18.0497 12.2569 18.1533 12.0001 18.1566Z\" fill=\"#4266FF\"\/>\n                              <path d=\"M17.1854 12.9718H6.815C6.55715 12.9718 6.30986 12.8694 6.12753 12.687C5.9452 12.5047 5.84277 12.2574 5.84277 11.9996C5.84277 11.7417 5.9452 11.4944 6.12753 11.3121C6.30986 11.1298 6.55715 11.0273 6.815 11.0273H17.1854C17.4432 11.0273 17.6905 11.1298 17.8728 11.3121C18.0552 11.4944 18.1576 11.7417 18.1576 11.9996C18.1576 12.2574 18.0552 12.5047 17.8728 12.687C17.6905 12.8694 17.4432 12.9718 17.1854 12.9718Z\" fill=\"#4266FF\"\/>\n                            <\/svg>\n                            <svg class=\"open\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                              <path d=\"M12.0002 23.6663C9.69272 23.6663 7.43709 22.9821 5.51851 21.7002C3.59994 20.4182 2.1046 18.5961 1.22157 16.4643C0.338551 14.3325 0.107512 11.9867 0.557673 9.72362C1.00783 7.46051 2.11898 5.38171 3.75059 3.7501C5.3822 2.11849 7.461 1.00735 9.72411 0.557185C11.9872 0.107024 14.333 0.338063 16.4648 1.22108C18.5966 2.10411 20.4187 3.59945 21.7006 5.51803C22.9826 7.4366 23.6668 9.69223 23.6668 11.9997C23.6668 15.0939 22.4377 18.0613 20.2497 20.2493C18.0618 22.4372 15.0944 23.6663 12.0002 23.6663ZM12.0002 2.27746C10.0773 2.27746 8.1976 2.84766 6.59879 3.91595C4.99998 4.98424 3.75386 6.50264 3.01801 8.27914C2.28215 10.0556 2.08962 12.0105 2.46476 13.8964C2.83989 15.7823 3.76584 17.5146 5.12552 18.8743C6.48519 20.234 8.21753 21.16 10.1035 21.5351C11.9894 21.9102 13.9442 21.7177 15.7207 20.9818C17.4972 20.246 19.0156 18.9999 20.0839 17.4011C21.1522 15.8022 21.7224 13.9226 21.7224 11.9997C21.7224 9.42118 20.6981 6.9483 18.8748 5.12503C17.0515 3.30176 14.5787 2.27746 12.0002 2.27746Z\" fill=\"#EF4444\"\/>\n                              <path d=\"M5.84241 11.9996C5.84577 11.7428 5.94928 11.4974 6.13088 11.3158C6.31249 11.1342 6.55783 11.0307 6.81464 11.0273L17.185 11.0273C17.4429 11.0273 17.6901 11.1298 17.8725 11.3121C18.0548 11.4944 18.1572 11.7417 18.1572 11.9996C18.1572 12.2574 18.0548 12.5047 17.8725 12.687C17.6901 12.8694 17.4429 12.9718 17.185 12.9718L6.81464 12.9718C6.55783 12.9684 6.31249 12.8649 6.13088 12.6833C5.94928 12.5017 5.84577 12.2564 5.84241 11.9996Z\" fill=\"#EF4444\"\/>\n                              <path d=\"M17.1854 12.9718H6.815C6.55715 12.9718 6.30986 12.8694 6.12753 12.687C5.9452 12.5047 5.84277 12.2574 5.84277 11.9996C5.84277 11.7417 5.9452 11.4944 6.12753 11.3121C6.30986 11.1298 6.55715 11.0273 6.815 11.0273H17.1854C17.4432 11.0273 17.6905 11.1298 17.8728 11.3121C18.0552 11.4944 18.1576 11.7417 18.1576 11.9996C18.1576 12.2574 18.0552 12.5047 17.8728 12.687C17.6905 12.8694 17.4432 12.9718 17.1854 12.9718Z\" fill=\"#EF4444\"\/>\n                            <\/svg>\n                        <\/div>\n                        <div id=\"collapse_3\" class=\"collapse\" aria-labelledby=\"heading3\" data-parent=\"#accordion\">\n                            <div class=\"card-body\">\n                                <p>You can implement the cache policy on your site independently of Google.<\/p>\n                            <\/div>\n                        <\/div>\n                        <\/div>\n                        \n                    <div class=\"card faq\">\n                        <div class=\"card-header collapsed d-flex justify-content-between align-items-center d-flex\" id=\"heading4\"\n                             data-toggle=\"collapse\" data-target=\"#collapse_4\" aria-expanded=\"true\" role=\"button\"\n                             aria-controls=\"collapse_4\">\n                            How can I block the indexing of images?\n                            <svg class=\"close\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                              <path d=\"M12.0002 23.6663C9.69272 23.6663 7.43709 22.9821 5.51851 21.7002C3.59994 20.4182 2.1046 18.5961 1.22157 16.4643C0.338551 14.3325 0.107512 11.9867 0.557673 9.72362C1.00783 7.46051 2.11898 5.38171 3.75059 3.7501C5.3822 2.11849 7.461 1.00735 9.72411 0.557185C11.9872 0.107024 14.333 0.338063 16.4648 1.22108C18.5966 2.10411 20.4187 3.59945 21.7006 5.51803C22.9826 7.4366 23.6668 9.69223 23.6668 11.9997C23.6668 15.0939 22.4377 18.0613 20.2497 20.2493C18.0618 22.4372 15.0944 23.6663 12.0002 23.6663ZM12.0002 2.27746C10.0773 2.27746 8.1976 2.84766 6.59879 3.91595C4.99998 4.98424 3.75386 6.50264 3.01801 8.27914C2.28215 10.0556 2.08962 12.0105 2.46476 13.8964C2.83989 15.7823 3.76584 17.5146 5.12552 18.8743C6.48519 20.234 8.21753 21.16 10.1035 21.5351C11.9894 21.9102 13.9442 21.7177 15.7207 20.9818C17.4972 20.246 19.0156 18.9999 20.0839 17.4011C21.1522 15.8022 21.7224 13.9226 21.7224 11.9997C21.7224 9.42118 20.6981 6.9483 18.8748 5.12503C17.0515 3.30176 14.5787 2.27746 12.0002 2.27746Z\" fill=\"#4266FF\"\/>\n                              <path d=\"M12.0001 18.1566C11.7432 18.1533 11.4979 18.0497 11.3163 17.8681C11.1347 17.6865 11.0312 17.4412 11.0278 17.1844V6.81402C11.0278 6.55617 11.1303 6.30888 11.3126 6.12655C11.4949 5.94423 11.7422 5.8418 12.0001 5.8418C12.2579 5.8418 12.5052 5.94423 12.6875 6.12655C12.8698 6.30888 12.9723 6.55617 12.9723 6.81402V17.1844C12.9689 17.4412 12.8654 17.6865 12.6838 17.8681C12.5022 18.0497 12.2569 18.1533 12.0001 18.1566Z\" fill=\"#4266FF\"\/>\n                              <path d=\"M17.1854 12.9718H6.815C6.55715 12.9718 6.30986 12.8694 6.12753 12.687C5.9452 12.5047 5.84277 12.2574 5.84277 11.9996C5.84277 11.7417 5.9452 11.4944 6.12753 11.3121C6.30986 11.1298 6.55715 11.0273 6.815 11.0273H17.1854C17.4432 11.0273 17.6905 11.1298 17.8728 11.3121C18.0552 11.4944 18.1576 11.7417 18.1576 11.9996C18.1576 12.2574 18.0552 12.5047 17.8728 12.687C17.6905 12.8694 17.4432 12.9718 17.1854 12.9718Z\" fill=\"#4266FF\"\/>\n                            <\/svg>\n                            <svg class=\"open\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                              <path d=\"M12.0002 23.6663C9.69272 23.6663 7.43709 22.9821 5.51851 21.7002C3.59994 20.4182 2.1046 18.5961 1.22157 16.4643C0.338551 14.3325 0.107512 11.9867 0.557673 9.72362C1.00783 7.46051 2.11898 5.38171 3.75059 3.7501C5.3822 2.11849 7.461 1.00735 9.72411 0.557185C11.9872 0.107024 14.333 0.338063 16.4648 1.22108C18.5966 2.10411 20.4187 3.59945 21.7006 5.51803C22.9826 7.4366 23.6668 9.69223 23.6668 11.9997C23.6668 15.0939 22.4377 18.0613 20.2497 20.2493C18.0618 22.4372 15.0944 23.6663 12.0002 23.6663ZM12.0002 2.27746C10.0773 2.27746 8.1976 2.84766 6.59879 3.91595C4.99998 4.98424 3.75386 6.50264 3.01801 8.27914C2.28215 10.0556 2.08962 12.0105 2.46476 13.8964C2.83989 15.7823 3.76584 17.5146 5.12552 18.8743C6.48519 20.234 8.21753 21.16 10.1035 21.5351C11.9894 21.9102 13.9442 21.7177 15.7207 20.9818C17.4972 20.246 19.0156 18.9999 20.0839 17.4011C21.1522 15.8022 21.7224 13.9226 21.7224 11.9997C21.7224 9.42118 20.6981 6.9483 18.8748 5.12503C17.0515 3.30176 14.5787 2.27746 12.0002 2.27746Z\" fill=\"#EF4444\"\/>\n                              <path d=\"M5.84241 11.9996C5.84577 11.7428 5.94928 11.4974 6.13088 11.3158C6.31249 11.1342 6.55783 11.0307 6.81464 11.0273L17.185 11.0273C17.4429 11.0273 17.6901 11.1298 17.8725 11.3121C18.0548 11.4944 18.1572 11.7417 18.1572 11.9996C18.1572 12.2574 18.0548 12.5047 17.8725 12.687C17.6901 12.8694 17.4429 12.9718 17.185 12.9718L6.81464 12.9718C6.55783 12.9684 6.31249 12.8649 6.13088 12.6833C5.94928 12.5017 5.84577 12.2564 5.84241 11.9996Z\" fill=\"#EF4444\"\/>\n                              <path d=\"M17.1854 12.9718H6.815C6.55715 12.9718 6.30986 12.8694 6.12753 12.687C5.9452 12.5047 5.84277 12.2574 5.84277 11.9996C5.84277 11.7417 5.9452 11.4944 6.12753 11.3121C6.30986 11.1298 6.55715 11.0273 6.815 11.0273H17.1854C17.4432 11.0273 17.6905 11.1298 17.8728 11.3121C18.0552 11.4944 18.1576 11.7417 18.1576 11.9996C18.1576 12.2574 18.0552 12.5047 17.8728 12.687C17.6905 12.8694 17.4432 12.9718 17.1854 12.9718Z\" fill=\"#EF4444\"\/>\n                            <\/svg>\n                        <\/div>\n                        <div id=\"collapse_4\" class=\"collapse\" aria-labelledby=\"heading4\" data-parent=\"#accordion\">\n                            <div class=\"card-body\">\n                                <p>You can block the indexing of images with the X Robots Tag.<\/p>\n                            <\/div>\n                        <\/div>\n                        <\/div>\n                        <\/div><\/div><\/div>","protected":false},"excerpt":{"rendered":"<p>The meta robots tag is said to be one of the essential SEO tags to audit your pages! After all, your page is tagged with the robot&#8217;s meta tag &#8220;noindex,&#8221; for example, no matter how valuable, complete and practical your content is, it won&#8217;t show up on Google. The name [&hellip;]<\/p>\n","protected":false},"author":7,"featured_media":15358,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[24],"tags":[],"class_list":["post-5686","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-technical-seo","entry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.0 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Meta Robots Tag Guide (A Simple Guide) - Dopinger<\/title>\n<meta name=\"description\" content=\"Curious about meta robots tags? If so, look no further, as we will cover all you need to know about robots tags and more.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.dopinger.com\/blog\/meta-robots-tag-guide\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Meta Robots Tag Guide (A Simple Guide) - Dopinger\" \/>\n<meta property=\"og:description\" content=\"Curious about meta robots tags? If so, look no further, as we will cover all you need to know about robots tags and more.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.dopinger.com\/blog\/meta-robots-tag-guide\" \/>\n<meta property=\"og:site_name\" content=\"Dopinger Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/dopingercom\/\" \/>\n<meta property=\"article:published_time\" content=\"2021-06-10T08:31:20+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-08-12T12:46:05+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/storage.googleapis.com\/dopingcloud\/blog\/en\/2021\/06\/meta-robots-tag-guide.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1248\" \/>\n\t<meta property=\"og:image:height\" content=\"832\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Yavuz Sad\u0131ko\u011flu\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@myseofactory\" \/>\n<meta name=\"twitter:site\" content=\"@dopingercom\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Yavuz Sad\u0131ko\u011flu\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"8 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.dopinger.com\/blog\/meta-robots-tag-guide#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.dopinger.com\/blog\/meta-robots-tag-guide\"},\"author\":{\"name\":\"Yavuz Sad\u0131ko\u011flu\",\"@id\":\"https:\/\/www.dopinger.com\/blog\/#\/schema\/person\/165c1d7a41e8f9aa263a47eb6bde1ccb\"},\"headline\":\"Meta Robots Tag Guide\",\"datePublished\":\"2021-06-10T08:31:20+00:00\",\"dateModified\":\"2024-08-12T12:46:05+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.dopinger.com\/blog\/meta-robots-tag-guide\"},\"wordCount\":1698,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.dopinger.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.dopinger.com\/blog\/meta-robots-tag-guide#primaryimage\"},\"thumbnailUrl\":\"https:\/\/storage.googleapis.com\/dopingcloud\/blog\/en\/2021\/06\/meta-robots-tag-guide.jpg\",\"articleSection\":[\"Technical SEO\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.dopinger.com\/blog\/meta-robots-tag-guide#respond\"]}]},{\"@type\":[\"WebPage\",\"FAQPage\"],\"@id\":\"https:\/\/www.dopinger.com\/blog\/meta-robots-tag-guide\",\"url\":\"https:\/\/www.dopinger.com\/blog\/meta-robots-tag-guide\",\"name\":\"Meta Robots Tag Guide (A Simple Guide) - Dopinger\",\"isPartOf\":{\"@id\":\"https:\/\/www.dopinger.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.dopinger.com\/blog\/meta-robots-tag-guide#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.dopinger.com\/blog\/meta-robots-tag-guide#primaryimage\"},\"thumbnailUrl\":\"https:\/\/storage.googleapis.com\/dopingcloud\/blog\/en\/2021\/06\/meta-robots-tag-guide.jpg\",\"datePublished\":\"2021-06-10T08:31:20+00:00\",\"dateModified\":\"2024-08-12T12:46:05+00:00\",\"description\":\"Curious about meta robots tags? If so, look no further, as we will cover all you need to know about robots tags and more.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.dopinger.com\/blog\/meta-robots-tag-guide#breadcrumb\"},\"mainEntity\":[{\"@id\":\"https:\/\/www.dopinger.com\/blog\/meta-robots-tag-guide#faq-question-1623308212905\"},{\"@id\":\"https:\/\/www.dopinger.com\/blog\/meta-robots-tag-guide#faq-question-1623308263598\"},{\"@id\":\"https:\/\/www.dopinger.com\/blog\/meta-robots-tag-guide#faq-question-1623308275855\"},{\"@id\":\"https:\/\/www.dopinger.com\/blog\/meta-robots-tag-guide#faq-question-1623308282410\"},{\"@id\":\"https:\/\/www.dopinger.com\/blog\/meta-robots-tag-guide#faq-question-1623308289083\"}],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.dopinger.com\/blog\/meta-robots-tag-guide\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.dopinger.com\/blog\/meta-robots-tag-guide#primaryimage\",\"url\":\"https:\/\/storage.googleapis.com\/dopingcloud\/blog\/en\/2021\/06\/meta-robots-tag-guide.jpg\",\"contentUrl\":\"https:\/\/storage.googleapis.com\/dopingcloud\/blog\/en\/2021\/06\/meta-robots-tag-guide.jpg\",\"width\":1248,\"height\":832,\"caption\":\"meta robots tag guide\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.dopinger.com\/blog\/meta-robots-tag-guide#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.dopinger.com\/blog\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Meta Robots Tag Guide\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.dopinger.com\/blog\/#website\",\"url\":\"https:\/\/www.dopinger.com\/blog\/\",\"name\":\"Dopinger Blog\",\"description\":\"Dopinger\",\"publisher\":{\"@id\":\"https:\/\/www.dopinger.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.dopinger.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.dopinger.com\/blog\/#organization\",\"name\":\"Dopinger Blog\",\"url\":\"https:\/\/www.dopinger.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.dopinger.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/storage.googleapis.com\/dopingcloud\/blog\/en\/2022\/02\/dopinger-blog-logo.png\",\"contentUrl\":\"https:\/\/storage.googleapis.com\/dopingcloud\/blog\/en\/2022\/02\/dopinger-blog-logo.png\",\"width\":157,\"height\":48,\"caption\":\"Dopinger Blog\"},\"image\":{\"@id\":\"https:\/\/www.dopinger.com\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/dopingercom\/\",\"https:\/\/x.com\/dopingercom\",\"https:\/\/www.instagram.com\/dopinger_com\/\",\"https:\/\/www.linkedin.com\/company\/dopingercom\/\",\"https:\/\/tr.pinterest.com\/dopingercom\/_saved\/\",\"https:\/\/www.youtube.com\/dopinger\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.dopinger.com\/blog\/#\/schema\/person\/165c1d7a41e8f9aa263a47eb6bde1ccb\",\"name\":\"Yavuz Sad\u0131ko\u011flu\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.dopinger.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/www.dopinger.com\/blog\/wp-content\/uploads\/2022\/11\/harold-96x96.png\",\"contentUrl\":\"https:\/\/www.dopinger.com\/blog\/wp-content\/uploads\/2022\/11\/harold-96x96.png\",\"caption\":\"Yavuz Sad\u0131ko\u011flu\"},\"description\":\"Since his early years, Yavuz has been studying the inner workings of different digital environments.\",\"sameAs\":[\"https:\/\/www.instagram.com\/haroldstonesseofactory\/?hl=tr\",\"https:\/\/x.com\/myseofactory\"],\"url\":\"https:\/\/www.dopinger.com\/blog\/author\/yavuzsadikoglu\"},{\"@type\":\"Question\",\"@id\":\"https:\/\/www.dopinger.com\/blog\/meta-robots-tag-guide#faq-question-1623308212905\",\"position\":1,\"url\":\"https:\/\/www.dopinger.com\/blog\/meta-robots-tag-guide#faq-question-1623308212905\",\"name\":\"What can the meta robots tag do with my page?\",\"answerCount\":1,\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"The robot's meta tag directly controls how and whether your page appears in search results.\",\"inLanguage\":\"en-US\"},\"inLanguage\":\"en-US\"},{\"@type\":\"Question\",\"@id\":\"https:\/\/www.dopinger.com\/blog\/meta-robots-tag-guide#faq-question-1623308263598\",\"position\":2,\"url\":\"https:\/\/www.dopinger.com\/blog\/meta-robots-tag-guide#faq-question-1623308263598\",\"name\":\"Can I block my pages from appearing in featured snippets?\",\"answerCount\":1,\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Yes, you can block your pages from appearing in featured snippets.\",\"inLanguage\":\"en-US\"},\"inLanguage\":\"en-US\"},{\"@type\":\"Question\",\"@id\":\"https:\/\/www.dopinger.com\/blog\/meta-robots-tag-guide#faq-question-1623308275855\",\"position\":3,\"url\":\"https:\/\/www.dopinger.com\/blog\/meta-robots-tag-guide#faq-question-1623308275855\",\"name\":\"Is there a way to prevent Google from displaying a cached link in the search results?\",\"answerCount\":1,\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"The Noarchive policy prevents Google from displaying a cached link in search results.\",\"inLanguage\":\"en-US\"},\"inLanguage\":\"en-US\"},{\"@type\":\"Question\",\"@id\":\"https:\/\/www.dopinger.com\/blog\/meta-robots-tag-guide#faq-question-1623308282410\",\"position\":4,\"url\":\"https:\/\/www.dopinger.com\/blog\/meta-robots-tag-guide#faq-question-1623308282410\",\"name\":\"How can I implement the cache policy on my website?\",\"answerCount\":1,\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"You can implement the cache policy on your site independently of Google.\",\"inLanguage\":\"en-US\"},\"inLanguage\":\"en-US\"},{\"@type\":\"Question\",\"@id\":\"https:\/\/www.dopinger.com\/blog\/meta-robots-tag-guide#faq-question-1623308289083\",\"position\":5,\"url\":\"https:\/\/www.dopinger.com\/blog\/meta-robots-tag-guide#faq-question-1623308289083\",\"name\":\"How can I block the indexing of images?\",\"answerCount\":1,\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"You can block the indexing of images with the X Robots Tag.\",\"inLanguage\":\"en-US\"},\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Meta Robots Tag Guide (A Simple Guide) - Dopinger","description":"Curious about meta robots tags? If so, look no further, as we will cover all you need to know about robots tags and more.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.dopinger.com\/blog\/meta-robots-tag-guide","og_locale":"en_US","og_type":"article","og_title":"Meta Robots Tag Guide (A Simple Guide) - Dopinger","og_description":"Curious about meta robots tags? If so, look no further, as we will cover all you need to know about robots tags and more.","og_url":"https:\/\/www.dopinger.com\/blog\/meta-robots-tag-guide","og_site_name":"Dopinger Blog","article_publisher":"https:\/\/www.facebook.com\/dopingercom\/","article_published_time":"2021-06-10T08:31:20+00:00","article_modified_time":"2024-08-12T12:46:05+00:00","og_image":[{"width":1248,"height":832,"url":"https:\/\/storage.googleapis.com\/dopingcloud\/blog\/en\/2021\/06\/meta-robots-tag-guide.jpg","type":"image\/jpeg"}],"author":"Yavuz Sad\u0131ko\u011flu","twitter_card":"summary_large_image","twitter_creator":"@myseofactory","twitter_site":"@dopingercom","twitter_misc":{"Written by":"Yavuz Sad\u0131ko\u011flu","Est. reading time":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.dopinger.com\/blog\/meta-robots-tag-guide#article","isPartOf":{"@id":"https:\/\/www.dopinger.com\/blog\/meta-robots-tag-guide"},"author":{"name":"Yavuz Sad\u0131ko\u011flu","@id":"https:\/\/www.dopinger.com\/blog\/#\/schema\/person\/165c1d7a41e8f9aa263a47eb6bde1ccb"},"headline":"Meta Robots Tag Guide","datePublished":"2021-06-10T08:31:20+00:00","dateModified":"2024-08-12T12:46:05+00:00","mainEntityOfPage":{"@id":"https:\/\/www.dopinger.com\/blog\/meta-robots-tag-guide"},"wordCount":1698,"commentCount":0,"publisher":{"@id":"https:\/\/www.dopinger.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.dopinger.com\/blog\/meta-robots-tag-guide#primaryimage"},"thumbnailUrl":"https:\/\/storage.googleapis.com\/dopingcloud\/blog\/en\/2021\/06\/meta-robots-tag-guide.jpg","articleSection":["Technical SEO"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.dopinger.com\/blog\/meta-robots-tag-guide#respond"]}]},{"@type":["WebPage","FAQPage"],"@id":"https:\/\/www.dopinger.com\/blog\/meta-robots-tag-guide","url":"https:\/\/www.dopinger.com\/blog\/meta-robots-tag-guide","name":"Meta Robots Tag Guide (A Simple Guide) - Dopinger","isPartOf":{"@id":"https:\/\/www.dopinger.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.dopinger.com\/blog\/meta-robots-tag-guide#primaryimage"},"image":{"@id":"https:\/\/www.dopinger.com\/blog\/meta-robots-tag-guide#primaryimage"},"thumbnailUrl":"https:\/\/storage.googleapis.com\/dopingcloud\/blog\/en\/2021\/06\/meta-robots-tag-guide.jpg","datePublished":"2021-06-10T08:31:20+00:00","dateModified":"2024-08-12T12:46:05+00:00","description":"Curious about meta robots tags? If so, look no further, as we will cover all you need to know about robots tags and more.","breadcrumb":{"@id":"https:\/\/www.dopinger.com\/blog\/meta-robots-tag-guide#breadcrumb"},"mainEntity":[{"@id":"https:\/\/www.dopinger.com\/blog\/meta-robots-tag-guide#faq-question-1623308212905"},{"@id":"https:\/\/www.dopinger.com\/blog\/meta-robots-tag-guide#faq-question-1623308263598"},{"@id":"https:\/\/www.dopinger.com\/blog\/meta-robots-tag-guide#faq-question-1623308275855"},{"@id":"https:\/\/www.dopinger.com\/blog\/meta-robots-tag-guide#faq-question-1623308282410"},{"@id":"https:\/\/www.dopinger.com\/blog\/meta-robots-tag-guide#faq-question-1623308289083"}],"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.dopinger.com\/blog\/meta-robots-tag-guide"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.dopinger.com\/blog\/meta-robots-tag-guide#primaryimage","url":"https:\/\/storage.googleapis.com\/dopingcloud\/blog\/en\/2021\/06\/meta-robots-tag-guide.jpg","contentUrl":"https:\/\/storage.googleapis.com\/dopingcloud\/blog\/en\/2021\/06\/meta-robots-tag-guide.jpg","width":1248,"height":832,"caption":"meta robots tag guide"},{"@type":"BreadcrumbList","@id":"https:\/\/www.dopinger.com\/blog\/meta-robots-tag-guide#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.dopinger.com\/blog"},{"@type":"ListItem","position":2,"name":"Meta Robots Tag Guide"}]},{"@type":"WebSite","@id":"https:\/\/www.dopinger.com\/blog\/#website","url":"https:\/\/www.dopinger.com\/blog\/","name":"Dopinger Blog","description":"Dopinger","publisher":{"@id":"https:\/\/www.dopinger.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.dopinger.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.dopinger.com\/blog\/#organization","name":"Dopinger Blog","url":"https:\/\/www.dopinger.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.dopinger.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/storage.googleapis.com\/dopingcloud\/blog\/en\/2022\/02\/dopinger-blog-logo.png","contentUrl":"https:\/\/storage.googleapis.com\/dopingcloud\/blog\/en\/2022\/02\/dopinger-blog-logo.png","width":157,"height":48,"caption":"Dopinger Blog"},"image":{"@id":"https:\/\/www.dopinger.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/dopingercom\/","https:\/\/x.com\/dopingercom","https:\/\/www.instagram.com\/dopinger_com\/","https:\/\/www.linkedin.com\/company\/dopingercom\/","https:\/\/tr.pinterest.com\/dopingercom\/_saved\/","https:\/\/www.youtube.com\/dopinger"]},{"@type":"Person","@id":"https:\/\/www.dopinger.com\/blog\/#\/schema\/person\/165c1d7a41e8f9aa263a47eb6bde1ccb","name":"Yavuz Sad\u0131ko\u011flu","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.dopinger.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/www.dopinger.com\/blog\/wp-content\/uploads\/2022\/11\/harold-96x96.png","contentUrl":"https:\/\/www.dopinger.com\/blog\/wp-content\/uploads\/2022\/11\/harold-96x96.png","caption":"Yavuz Sad\u0131ko\u011flu"},"description":"Since his early years, Yavuz has been studying the inner workings of different digital environments.","sameAs":["https:\/\/www.instagram.com\/haroldstonesseofactory\/?hl=tr","https:\/\/x.com\/myseofactory"],"url":"https:\/\/www.dopinger.com\/blog\/author\/yavuzsadikoglu"},{"@type":"Question","@id":"https:\/\/www.dopinger.com\/blog\/meta-robots-tag-guide#faq-question-1623308212905","position":1,"url":"https:\/\/www.dopinger.com\/blog\/meta-robots-tag-guide#faq-question-1623308212905","name":"What can the meta robots tag do with my page?","answerCount":1,"acceptedAnswer":{"@type":"Answer","text":"The robot's meta tag directly controls how and whether your page appears in search results.","inLanguage":"en-US"},"inLanguage":"en-US"},{"@type":"Question","@id":"https:\/\/www.dopinger.com\/blog\/meta-robots-tag-guide#faq-question-1623308263598","position":2,"url":"https:\/\/www.dopinger.com\/blog\/meta-robots-tag-guide#faq-question-1623308263598","name":"Can I block my pages from appearing in featured snippets?","answerCount":1,"acceptedAnswer":{"@type":"Answer","text":"Yes, you can block your pages from appearing in featured snippets.","inLanguage":"en-US"},"inLanguage":"en-US"},{"@type":"Question","@id":"https:\/\/www.dopinger.com\/blog\/meta-robots-tag-guide#faq-question-1623308275855","position":3,"url":"https:\/\/www.dopinger.com\/blog\/meta-robots-tag-guide#faq-question-1623308275855","name":"Is there a way to prevent Google from displaying a cached link in the search results?","answerCount":1,"acceptedAnswer":{"@type":"Answer","text":"The Noarchive policy prevents Google from displaying a cached link in search results.","inLanguage":"en-US"},"inLanguage":"en-US"},{"@type":"Question","@id":"https:\/\/www.dopinger.com\/blog\/meta-robots-tag-guide#faq-question-1623308282410","position":4,"url":"https:\/\/www.dopinger.com\/blog\/meta-robots-tag-guide#faq-question-1623308282410","name":"How can I implement the cache policy on my website?","answerCount":1,"acceptedAnswer":{"@type":"Answer","text":"You can implement the cache policy on your site independently of Google.","inLanguage":"en-US"},"inLanguage":"en-US"},{"@type":"Question","@id":"https:\/\/www.dopinger.com\/blog\/meta-robots-tag-guide#faq-question-1623308289083","position":5,"url":"https:\/\/www.dopinger.com\/blog\/meta-robots-tag-guide#faq-question-1623308289083","name":"How can I block the indexing of images?","answerCount":1,"acceptedAnswer":{"@type":"Answer","text":"You can block the indexing of images with the X Robots Tag.","inLanguage":"en-US"},"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/www.dopinger.com\/blog\/wp-json\/wp\/v2\/posts\/5686","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.dopinger.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.dopinger.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.dopinger.com\/blog\/wp-json\/wp\/v2\/users\/7"}],"replies":[{"embeddable":true,"href":"https:\/\/www.dopinger.com\/blog\/wp-json\/wp\/v2\/comments?post=5686"}],"version-history":[{"count":10,"href":"https:\/\/www.dopinger.com\/blog\/wp-json\/wp\/v2\/posts\/5686\/revisions"}],"predecessor-version":[{"id":23968,"href":"https:\/\/www.dopinger.com\/blog\/wp-json\/wp\/v2\/posts\/5686\/revisions\/23968"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.dopinger.com\/blog\/wp-json\/wp\/v2\/media\/15358"}],"wp:attachment":[{"href":"https:\/\/www.dopinger.com\/blog\/wp-json\/wp\/v2\/media?parent=5686"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.dopinger.com\/blog\/wp-json\/wp\/v2\/categories?post=5686"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.dopinger.com\/blog\/wp-json\/wp\/v2\/tags?post=5686"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}