SEO Tool
Robots.txt Generator
Block AI scrapers, protect admin paths, and declare your sitemap — in seconds.
robots.txt
Good to know
- robots.txt is advisory — well-behaved bots respect it. Malicious scrapers won't. It is not a security measure.
- Google-Extended — blocks your content from being used to train Gemini AI, while still allowing normal Google search indexing. Recommended for most sites.
- CCBot — Common Crawl is the dataset most open-source LLMs (LLaMA, Mistral…) were trained on. Blocking it is now widely recommended.
- WordPress tip — always pair
Disallow: /wp-admin/withAllow: /wp-admin/admin-ajax.phpor front-end AJAX calls will break. - Sitemap — declaring it in robots.txt helps search engines discover it faster than waiting for manual submission.
Official documentation
- WordPress: Robots.txt & SEO ↗ — official guidance on robots.txt for WordPress sites
- WordPress: Hardening — Securing wp-admin ↗ — why admin-ajax.php must stay accessible
- Google: robots.txt introduction ↗ — how Google interprets the spec
- RFC 9309 — Robots Exclusion Protocol ↗ — the formal specification
Copied!