What meta robots tag should I use to stop a page from being indexed but still allow link following?
Asked on Sep 13, 2025
Answer
To prevent a page from being indexed while still allowing search engines to follow links on that page, you should use the "noindex, follow" meta robots tag. This instructs search engines not to include the page in their index but to continue crawling the links.
Additional Comment:
- The "noindex" directive ensures that the page does not appear in search engine results.
- The "follow" directive allows search engines to continue crawling and passing link equity through the links on the page.
- This tag is useful for pages like login screens or internal search results that you don't want indexed but still want to pass link value.
- Ensure that this tag is placed within the section of your HTML document.
Recommended Links: