制作官网website
This commit is contained in:
20
website/robots.txt
Normal file
20
website/robots.txt
Normal file
@@ -0,0 +1,20 @@
|
||||
# robots.txt for Ningxia Smart Farming Platform
|
||||
User-agent: *
|
||||
Allow: /
|
||||
|
||||
# Sitemap location
|
||||
Sitemap: https://nxfarm.com/sitemap.xml
|
||||
|
||||
# Disallow crawling of admin and sensitive areas
|
||||
Disallow: /admin/
|
||||
Disallow: /api/
|
||||
Disallow: /private/
|
||||
|
||||
# Allow all other content
|
||||
Allow: /assets/
|
||||
Allow: /css/
|
||||
Allow: /js/
|
||||
Allow: /images/
|
||||
|
||||
# Crawl delay (requests per second)
|
||||
Crawl-delay: 1
|
||||
Reference in New Issue
Block a user