from mac
This commit is contained in:
@@ -0,0 +1,36 @@
|
||||
# robots.txt for juan.andres.morenoyrubio.com
|
||||
|
||||
# Allow all search engines
|
||||
User-agent: *
|
||||
Allow: /
|
||||
|
||||
# Disallow admin/internal paths (if any in future)
|
||||
Disallow: /admin/
|
||||
Disallow: /api/internal/
|
||||
Disallow: /.git/
|
||||
Disallow: /.env
|
||||
|
||||
# Sitemap location
|
||||
Sitemap: https://juan.andres.morenoyrubio.com/static/sitemap.xml
|
||||
|
||||
# Crawl-delay (optional, helps prevent server overload)
|
||||
# Crawl-delay: 1
|
||||
|
||||
# Allow specific search engines (explicit)
|
||||
User-agent: Googlebot
|
||||
Allow: /
|
||||
|
||||
User-agent: Bingbot
|
||||
Allow: /
|
||||
|
||||
User-agent: Slurp
|
||||
Allow: /
|
||||
|
||||
User-agent: DuckDuckBot
|
||||
Allow: /
|
||||
|
||||
User-agent: Baiduspider
|
||||
Allow: /
|
||||
|
||||
User-agent: YandexBot
|
||||
Allow: /
|
||||
Reference in New Issue
Block a user