chore: update robots.txt for better indexing
- Add disallow rules for /admin/ to prevent indexing - Update sitemap URL to point to the correct domain These changes improve site indexing by ensuring that sensitive admin pages are not accessible to search engine crawlers and updating the sitemap to reflect the accurate URL, helping discovery and SEO efforts.
This commit is contained in:
parent
a0516f731c
commit
6544f0247c
@ -1,5 +1,7 @@
|
||||
# See https://www.robotstxt.org/robotstxt.html for documentation on how to use the robots.txt file
|
||||
User-agent: *
|
||||
Allow: /
|
||||
Disallow: /admin/
|
||||
Disallow: /admin
|
||||
|
||||
Sitemap: https://your-domain.com/sitemap.xml.gz
|
||||
Sitemap: https://todayaiweather.com/sitemap.xml.gz
|
||||
|
Loading…
Reference in New Issue
Block a user