Update robots.txt #3

Closed
opened 2026-07-02 22:22:28 +00:00 by kutesir · 0 comments
Owner

Summary

Updated /public_html/robots.txt to reflect correct canonical domain and reduce crawl budget waste.

Changes made

  • Updated Sitemap URL: provoc.ughttps://provocgroup.com/sitemap.xml
  • Added Disallow: /js/ — prevents crawlers wasting budget on non-indexable JS assets
  • Added Disallow: /css/ — same for CSS assets

Final file

User-agent: *
Allow: /
Disallow: /js/
Disallow: /css/

Sitemap: https://provocgroup.com/sitemap.xml

Status

Completed & deployed

## Summary Updated `/public_html/robots.txt` to reflect correct canonical domain and reduce crawl budget waste. ## Changes made - Updated Sitemap URL: `provoc.ug` → `https://provocgroup.com/sitemap.xml` - Added `Disallow: /js/` — prevents crawlers wasting budget on non-indexable JS assets - Added `Disallow: /css/` — same for CSS assets ## Final file ``` User-agent: * Allow: / Disallow: /js/ Disallow: /css/ Sitemap: https://provocgroup.com/sitemap.xml ``` ## Status ✅ Completed & deployed
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: kutesir/provoc-website#3
No description provided.