Home  /  Guides  /  robots.txt Editor
Tools & Analytics · Guide #35

robots.txt Editor

View and edit robots.txt from WordPress — control crawler access with validation and live preview.

⏱ 4 min read 👤 Intermediate 📦 v6.0+

Where to Find This Tab

Go to SEO Rank Genius → Tools & Analytics → robots.txt (first tab under “Crawl Intelligence”).

The Editor

  • Shows current robots.txt content
  • Validation for syntax errors
  • Live preview before saving
  • Auto-includes sitemap URL

Common Rules

RuleEffect
Disallow: /wp-admin/Blocks admin pages (standard)
Allow: /wp-admin/admin-ajax.phpRequired for AJAX content
Sitemap: /sitemap.xmlPoints crawlers to sitemap
⚠️
Never use Disallow: / unless you want to de-index your entire site.

Troubleshooting

Changes Not Taking Effect

  • robots.txt is cached by search engines. May take hours to days.
  • Use Google’s robots.txt Tester to verify.