Context
Sitemap (curl /sitemap.xml) contains 32 URLs: 4 posts + 22 pattern pages + 4 hub/listing pages + 2 misc.
Last-known indexing coverage:
- Bing: ~11 URLs indexed (~34%)
- Google Search Console: ~10 URLs indexed (~31%)
Most of the un-indexed URLs are pattern pages (which AI grounding heavily uses). Manual submission via Bing Webmaster Tools' URL Submission tool (10,000/day Free tier) and Google's URL Inspection tool accelerates indexing from days to hours, which in turn accelerates Copilot/Bing AI grounding on those pages.
Acceptance criteria
This is a manual operations task — no code changes, no PR. Track via this issue.
Out of scope
- Code changes (none expected)
- Sitemap restructuring — separate issue if needed
- Long-term indexing strategy — this is one-time catch-up
Plain-English explanation
- What: Manually submit the ~21 uncovered sitemap URLs to Bing + Google to accelerate indexing.
- Why now: AI grounding pipelines (Copilot via Bing) need URLs in their index to cite them. Natural crawl takes days–weeks; manual submission is hours–days.
- Risk: None. Submission is a no-op if the URL is already indexed; no rate-limit penalties for re-submission within reason.
- Validation: Indexed count on both tools rises closer to sitemap total within 7 days.
Note: No implementer subagent appropriate — this is Julian-direct UI work. Bot review is for spec quality only.
Context
Sitemap (
curl /sitemap.xml) contains 32 URLs: 4 posts + 22 pattern pages + 4 hub/listing pages + 2 misc.Last-known indexing coverage:
Most of the un-indexed URLs are pattern pages (which AI grounding heavily uses). Manual submission via Bing Webmaster Tools' URL Submission tool (10,000/day Free tier) and Google's URL Inspection tool accelerates indexing from days to hours, which in turn accelerates Copilot/Bing AI grounding on those pages.
Acceptance criteria
This is a manual operations task — no code changes, no PR. Track via this issue.
curl https://detached-node.dev/sitemap.xml— identify URLs in sitemap but NOT in Bing's indexOut of scope
Plain-English explanation
Note: No implementer subagent appropriate — this is Julian-direct UI work. Bot review is for spec quality only.