SEO tweaks
This commit is contained in:
21
web/static/robots.txt
Normal file
21
web/static/robots.txt
Normal file
@@ -0,0 +1,21 @@
|
||||
# Robots.txt for Maze Generator
|
||||
# Allow all search engines to index the site
|
||||
|
||||
User-agent: *
|
||||
Allow: /
|
||||
Disallow: /api/
|
||||
|
||||
# Specific crawlers
|
||||
User-agent: Googlebot
|
||||
Allow: /
|
||||
Disallow: /api/
|
||||
|
||||
User-agent: Bingbot
|
||||
Allow: /
|
||||
Disallow: /api/
|
||||
|
||||
# Sitemap location
|
||||
Sitemap: https://yoursite.com/sitemap.xml
|
||||
|
||||
# Crawl delay (optional)
|
||||
Crawl-delay: 1
|
||||
Reference in New Issue
Block a user