Mobile app version of vmapp.org
Login or Join
Debbie626

: What is the default behavior of robots if there is no robots meta tag? Assuming I have a page without a robots.txt and without the robots meta tag. What is the default behavior of robots?

@Debbie626

Posted in: #MetaRobots #RobotsTxt #WebCrawlers

Assuming I have a page without a robots.txt and without the robots meta tag. What is the default behavior of robots? Would they index the page and follow the links as in:

<meta name="robots" content="index, follow" />


I'm asking because I want to know if I can safely remove the meta tag.

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Debbie626

1 Comments

Sorted by latest first Latest Oldest Best

 

@YK1175434

The default behaviour of robots if there is no robots.txt and robots meta tag is to follow links on the page and index it.

That's why <meta name="robots" content="index, follow" /> is not necessary if you want the default behaviour of robots for your page.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme