Mobile app version of vmapp.org
Login or Join
Welton855

: 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

@Welton855

Posted in: #MetaRobots

Several websites have the following meta tag aimed at search engines like Google, Bing, etc.:

<meta name="robots" content="all" />


What does it do?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Welton855

1 Comments

Sorted by latest first Latest Oldest Best

 

@Fox8124981

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.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme