Files
aijianhua/website/robots.txt

18 lines
346 B
Plaintext
Raw Normal View History

User-agent: *
Allow: /
# Sitemap location
Sitemap: https://aijianhua.com/sitemap.xml
# Block access to sensitive directories
Disallow: /admin/
Disallow: /private/
Disallow: /config/
# Allow crawlers to access all HTML, CSS, and JS files
Allow: /*.html$
Allow: /*.css$
Allow: /*.js$
# Prevent server overloading with crawl delay
Crawl-delay: 1