Merge pull request #683 from langflow-ai/docs-robots-public-preview
Docs: Prepare robots.txt for public site
This commit is contained in:
commit
900e5f9795
1 changed files with 4 additions and 8 deletions
12
docs/static/robots.txt
vendored
12
docs/static/robots.txt
vendored
|
|
@ -1,12 +1,8 @@
|
||||||
# Robots.txt for OpenRAG Documentation
|
# Robots.txt for OpenRAG Documentation
|
||||||
|
|
||||||
# Block all crawlers by default
|
# Allow all crawlers
|
||||||
User-agent: *
|
User-agent: *
|
||||||
Disallow: /
|
Allow: /
|
||||||
|
|
||||||
# Allow specific crawlers if needed (uncomment when ready for launch)
|
# Sitemap location
|
||||||
# User-agent: Googlebot
|
Sitemap: https://docs.openr.ag/sitemap.xml
|
||||||
# Allow: /
|
|
||||||
|
|
||||||
# Sitemap location (uncomment when ready for launch)
|
|
||||||
# Sitemap: https://docs.openr.ag/sitemap.xml
|
|
||||||
Loading…
Add table
Reference in a new issue