Robots.txt Generator
Create a properly formatted robots.txt file to control how search engines crawl and index your website. Protect sensitive pages, manage bot access, and optimise your crawl budget effectively.
About the Robots.txt Generator
Generate a valid robots.txt file for any Wix site. Control what Google, Bing and AI crawlers (GPTBot, ClaudeBot, PerplexityBot) can and cannot fetch.
Quick summary
- Pre-built rules for Googlebot, Bingbot and 10+ AI crawlers
- Wix-specific disallow patterns for admin, checkout and editor paths
- Includes sitemap declaration line
- Validates syntax against Google robots spec
- Copy-paste ready for Wix Dashboard > SEO Tools
Configuration
User Agent
Use * for all search engines or specify: Googlebot, Bingbot, etc.
Disallow Specific Paths (optional)
Enter one path per line (e.g., /admin/, /private/)
Crawl Delay (seconds, optional)
Time to wait between requests (use only if your server needs it)
Sitemap URL (optional)
Help search engines find your sitemap
Common Use Cases
- •Block admin panels:
/admin/ - •Block search results:
/search/ - •Block API endpoints:
/api/ - •Block temporary files:
/tmp/
Generated robots.txt
Upload to your website root directory
# robots.txt generated by WixSEO # https://wixseo.co.uk/wix-seo-expert-uk-tools/robots-generator User-agent: * Allow: /
How to Use
- 1.Download or copy the generated robots.txt file
- 2.Upload it to the root directory of your website
- 3.Verify it's accessible at:
yoursite.com/robots.txt - 4.Test it using Google Search Console
Important Notice
The robots.txt file does NOT guarantee that pages won't be indexed. For sensitive content, use password protection or noindex meta tags instead.
How to use this tool
- 1
Choose presets
Pick from Allow All, Block AI, Wix Defaults, or custom.
- 2
Add custom disallow rules
Add paths like /admin/ or /checkout/ you want blocked from crawlers.
- 3
Add sitemap line
Add your sitemap.xml URL. Wix auto-generates this at yoursite.com/sitemap.xml.
- 4
Deploy in Wix
Open Wix Dashboard > SEO Tools > robots.txt and paste in the generated rules. Publish.
Examples & benchmarks
Safe starting point
Blocks ChatGPT training
Translate