All Systems Operational View full status →

How can we help?

Search our knowledge base, API docs, and troubleshooting guides.

🔍 ⌘ K
📚

Documentation

Comprehensive guides on configuring robots.txt, managing crawl rules, and optimizing your content strategy.

124 articles

API Reference

RESTful API documentation for programmatic access to your crawl configurations and analytics.

48 endpoints
🔧

Troubleshooting

Solutions for common issues like 403 errors, crawl delays, sitemap conflicts, and indexing problems.

86 solutions
💳

Billing & Plans

Information about pricing tiers, usage limits, invoices, and upgrading or downgrading your subscription.

32 articles
🔌

Integrations

Set up guides for WordPress, Vercel, Netlify, Cloudflare, and other platforms we support.

21 integrations
🛡️

Security & Compliance

Details on our security practices, data encryption, GDPR compliance, and audit logs.

15 articles

Frequently Asked Questions

Quick answers to common questions about Robots.txt.

How do I block a specific bot from crawling my site?
To block a specific bot, add a User-agent directive followed by the bot's name, then use Disallow: /. For example:

User-agent: BadBot
Disallow: /


You can find the user-agent string for most crawlers in your server logs or through our Crawl Analytics dashboard.
What's the difference between Disallow and Allow?
Disallow tells crawlers they should not access specific paths. Allow explicitly permits access to a path, which can override a broader disallow rule.

For example:
Disallow: /private/
Allow: /public/


This blocks everything under /private/ but ensures /public/ remains accessible.
How long does it take for changes to take effect?
Changes to your robots.txt file are typically picked up by search engines within 24-48 hours. However, this varies by crawler. Googlebot often checks robots.txt before each crawl, so changes can take effect almost immediately for Google.

You can force a re-check in our dashboard by clicking "Notify Crawlers" under the Actions menu.
Can I use robots.txt to remove content from search results?
No. Robots.txt controls crawling, not indexing. If a page has already been indexed, disallowing it in robots.txt will prevent future crawling but may not remove it from search results.

To remove indexed content, use the noindex meta tag or HTTP header, or use the Search Console removal tool. Robots.txt is not a security feature and should not be used to hide sensitive data.
How do I reset my API key?
You can regenerate your API key from the Dashboard → Settings → API Keys. Click the "Regenerate" button next to the key you wish to replace. Note that this will immediately invalidate the old key.

If you've lost access to your account, please contact support at support@robotstxt.io.

Still need help?

Our team is available 24/7 to assist you.

💬

Live Chat

Get instant answers from our support bot or connect with a human agent.

Start Chat →
📧

Email Support

Send us a detailed description and we'll respond within 4 hours.

support@robotstxt.io →
💻

Community Forum

Connect with other developers and share solutions on our forum.

Visit Forum →
"}