How can we help?
Search our knowledge base, API docs, and troubleshooting guides.
Documentation
Comprehensive guides on configuring robots.txt, managing crawl rules, and optimizing your content strategy.
124 articlesAPI Reference
RESTful API documentation for programmatic access to your crawl configurations and analytics.
48 endpointsTroubleshooting
Solutions for common issues like 403 errors, crawl delays, sitemap conflicts, and indexing problems.
86 solutionsBilling & Plans
Information about pricing tiers, usage limits, invoices, and upgrading or downgrading your subscription.
32 articlesIntegrations
Set up guides for WordPress, Vercel, Netlify, Cloudflare, and other platforms we support.
21 integrationsSecurity & Compliance
Details on our security practices, data encryption, GDPR compliance, and audit logs.
15 articlesFrequently Asked Questions
Quick answers to common questions about Robots.txt.
How do I block a specific bot from crawling my site?
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?
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?
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?
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.
Email Support
Send us a detailed description and we'll respond within 4 hours.
support@robotstxt.io →