Seorobots Info
| Directive | Effect | | :--- | :--- | | index, follow | Default. Crawl the page and follow its links. | | noindex, follow | Do NOT index this page, but follow the links on it. | | index, nofollow | Index this page, but do not follow its outgoing links. | | noindex, nofollow | Do not index this page and ignore its links. | | noarchive | Do not show a "Cached" link in search results. |
Allow : Overrides a disallow to let robots into a specific subfolder. seorobots
SEO robots are the gatekeepers of the internet. Treat your robots.txt and meta robots tags as precision tools—not blunt instruments. A single Disallow: / line can wipe out years of SEO work, while a well-tuned robot policy ensures search engines find, crawl, and index exactly what you want them to. | Directive | Effect | | :--- |
The Ultimate Guide to SEO Robots: Mastering Crawling and AI Automation in 2026 | | index, nofollow | Index this page,
Misconfiguring your robot instructions is a leading cause of "accidental de-indexing." Here are the most dangerous errors:
User-agent: * Disallow: /admin/ Disallow: /private/ Sitemap: https://yourdomain.com/sitemap.xml

thx