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: *
|
User-agent: *
|
||||||
Disallow: /
|
Disallow: /
|
||||||
|
|
||||||
# Allow specific crawlers if needed (uncomment when ready for launch)
|
# Allow specific crawlers
|
||||||
# User-agent: Googlebot
|
User-agent: Googlebot
|
||||||
# Allow: /
|
Allow: /
|
||||||
|
|
||||||
# Sitemap location (uncomment when ready for launch)
|
# Sitemap location
|
||||||
# Sitemap: https://docs.openr.ag/sitemap.xml
|
Sitemap: https://docs.openr.ag/sitemap.xml
|
||||||
Loading…
Add table
Reference in a new issue