20 lines
376 B
Plaintext
20 lines
376 B
Plaintext
# QR Master - robots.txt
|
|
# Allow all search engines to crawl all pages
|
|
|
|
User-agent: *
|
|
Allow: /
|
|
|
|
# Sitemap location
|
|
Sitemap: https://www.qrmaster.net/sitemap.xml
|
|
|
|
# Crawl-delay (optional, be nice to servers)
|
|
Crawl-delay: 1
|
|
|
|
# Disallow admin/api routes
|
|
Disallow: /api/
|
|
Disallow: /dashboard/
|
|
Disallow: /_next/
|
|
|
|
# Allow all free tools explicitly
|
|
Allow: /tools/
|