prepare robots.txt for public site
This commit is contained in:
parent
a460fd05fd
commit
b0c5a78e35
1 changed files with 5 additions and 5 deletions
10
docs/static/robots.txt
vendored
10
docs/static/robots.txt
vendored
|
|
@ -4,9 +4,9 @@
|
|||
User-agent: *
|
||||
Disallow: /
|
||||
|
||||
# Allow specific crawlers if needed (uncomment when ready for launch)
|
||||
# User-agent: Googlebot
|
||||
# Allow: /
|
||||
# Allow specific crawlers
|
||||
User-agent: Googlebot
|
||||
Allow: /
|
||||
|
||||
# Sitemap location (uncomment when ready for launch)
|
||||
# Sitemap: https://docs.openr.ag/sitemap.xml
|
||||
# Sitemap location
|
||||
Sitemap: https://docs.openr.ag/sitemap.xml
|
||||
Loading…
Add table
Reference in a new issue