add-robots-block-crawlers
This commit is contained in:
parent
8c73d49a06
commit
4473447843
1 changed files with 12 additions and 0 deletions
12
docs/static/robots.txt
vendored
Normal file
12
docs/static/robots.txt
vendored
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
# Robots.txt for OpenRAG Documentation
|
||||
|
||||
# Block all crawlers by default
|
||||
User-agent: *
|
||||
Disallow: /
|
||||
|
||||
# Allow specific crawlers if needed (uncomment when ready for launch)
|
||||
# User-agent: Googlebot
|
||||
# Allow: /
|
||||
|
||||
# Sitemap location (uncomment when ready for launch)
|
||||
# Sitemap: https://docs.openr.ag/sitemap.xml
|
||||
Loading…
Add table
Reference in a new issue