: What does "all" mean in meta robots tag? Several websites have the following meta tag aimed at search engines like Google, Bing, etc.: <meta name="robots" content="all" /> What does it
Several websites have the following meta tag aimed at search engines like Google, Bing, etc.:
<meta name="robots" content="all" />
What does it do?
More posts by @Welton855
1 Comments
Sorted by latest first Latest Oldest Best
It is more or less the same as writing:
<meta name="robots" content="index, follow">
Interestingly, the "all" variant is not actually suggested by Google as an alternative, but it works* nonetheless.
Either command (when placed in the <head> section of your HTML code) tells search engines to index the page the tag is on, as well as crawl all other pages that are being linked to from that location.*
* That, however, is the default behaviour of search engine spiders — so the necessity of adding the either "all" or "index, follow" on pages has been questioned on multiple ocassions.
N.B. The other commands, "noindex" and "nofollow", are very useful.
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2025 All Rights reserved.