If a webpage lacks a robots meta tag the default is the page is indexed (Google indexes it) & followed (Google follows all links from the page), if your intention is for Google to have maximum access to a website there’s no reason to add any meta robots tags.
- meta name=”robots” content=”index, follow”
- meta name=”robots” content=”noindex, follow”
- meta name=”robots” content=”index, nofollow”
- meta name=”robots” content=”noindex, nofollow”
Continue Reading Meta Robots