Meta robots tags are a vital part of improving the search engine’s behavior of crawling and indexing and controlling the snippets in the SERP (search engine result pages).
In this article, you will learn about Meta Robots Tag, including its syntax, directives, implementation, and how it’s related to X-Robots and Robots.txt files.
The Meta Robots Tag is one of the essential SEO tags to audit the pages of your website. It’s a simple piece of code that provides firm instructions to crawlers of Google on how to crawl or index your web page content.
The Meta Robots Tag is a Meta tag that can be written between the <head> </head> section of the HTML file. There’s one other Meta directive called Robots.txt, which is used to communicate with search engine robots and can be added to the root of the website.
We can write meta robot tag with parameters that give a signal to search engines for the written actions as given below:
<meta name= “robots” content=”noindex, nofollow” />
Where robots are meta robots tag and noindex and nofollow are parameters. We can also give the same task to crawlers by including the instruction in the header of HTTP through the X-Robots tag. The X-Robots tag is used to stop non-HTML content, such as images, videos, and PDFs, from being indexed by search engines.
Search engines try crawling and indexing all the content they see on your page. When your URL is ranked, the meta description of your page is obtained as input by search engines to generate a snippet. However, it's not necessary every time as search engines can also build their snippet based on web pages’ content if they think that it will perform better. The importance of using meta robot directives to protect the SEO performance of your website is given below.
Some most common and important directives for Google are given below:
<meta name=”robots” content=”all” />
<meta name=”robots” content=”noindex” />
<meta name=”robots” content=”nofollow” />
<meta name=”robots” content=”noarchieve” />
<meta name=”robots” content=”nosnippet” />
You can combine directives to perform a specific task for the different crawlers of different search engines. The crawler uses the sum of every directive written and performs tasks according to that. Take a look at the following example.
<meta name=”robots” content=”nofollow” />
<meta name=”googlebot” content=”noindex” />
By using this combination, Google will interpret noindex and nofollow directives while other search engines will interpret them as nofollow.
When you start using a set of directives, it’s easy to create a conflict. When this scenario occurs, Google follows the most restrictive one by default. However, interpreting the conflict directives can vary according to search engines.
Follow the listed instructions to use SEO best practices.
pages in your XML sitemap that have noindex directive written, as the XML sitemap is used for signaling crawlers about which pages they have to crawl or index.
Support Across Search Engines
The table listed below shows which search engines support which values of attributes. However, there are many unknowns as the information given by some search engines is limited.
Directive |
|
Yahoo | Yandex | Bing |
Baidu |
All | Y | ? | Y | ? | N |
None | Y | ? | Y | ? | N |
Index | Y* | Y* | Y | Y* | Y |
No-index | Y | Y | Y | Y | Y |
Follow | Y* | Y* | Y | Y* | Y |
No-follow | Y | Y | Y | Y | Y |
Nosnippet | Y | N | N | Y | N |
Noarchive | Y | Y | Y | Y | Y |
Nocache | N | N | N | N | N |
Notranslate | Y | N | N | N | N |
Max-snippet | Y | Y | N | N | N |
Max-image-previw | Y | Y | N | N | N |
Max-video-preview | Y | Y | N | N | N |
Unavailable after | Y | N | N | N | N |
Note: *indicates the pure assumption of working based on supportive attributes as the information provided by the search engines is not sufficient to know about the working of attributes.
The Meta Robots tag is not complicated as the name sounds. Understanding the goal and use of meta robots tag is more complex. The best SEO practice is to send the right instruction to search engines, and using the correct meta robots directive will do that for you.
Please keep your views respectful and not include any anchors, promotional content or obscene words in them. Such comments will be definitely removed and your IP be blocked for future purpose.
Subscribe to Our Newsletters