Skip to content

Refresh sitemap lastmod to trigger recrawl - #11

Draft
pranayesse wants to merge 1 commit into
mainfrom
claude/google-search-console-error-zfdn0s
Draft

Refresh sitemap lastmod to trigger recrawl#11
pranayesse wants to merge 1 commit into
mainfrom
claude/google-search-console-error-zfdn0s

Conversation

@pranayesse

Copy link
Copy Markdown
Owner

What

Bumps lastmod to 2026-07-25 for the three living pages in sitemap.xml — the homepage (/), blog index (blog.html), and links page (links.html). Individual post entries keep their real publish dates.

Why

Context: Google Search Console reported the sitemap as "Couldn't fetch" and only 1 of 8 pages is indexed. Investigation showed the sitemap file itself is byte-perfect (no BOM, valid XML, correctly served at the repo root by the Pages deploy), so this is not a file/server defect — the "Couldn't fetch" is a GSC-side transient/pending or property-mismatch state that is resolved by resubmitting in Search Console.

This change is a recrawl nudge, not a fix for the fetch error: refreshing lastmod on the pages that actually change over time and redeploying gives Googlebot a fresh signal to re-fetch the sitemap and re-crawl the site.

Not changed

  • Canonical tags (the "Alternative page with proper canonical tag" and "Page with redirect" statuses are benign and working as intended).
  • Post lastmod dates (left at their genuine publish dates).

🤖 Generated with Claude Code

https://claude.ai/code/session_01M9pM96QL7pcGD31DbYkdhP


Generated by Claude Code

Bump lastmod to 2026-07-25 for the homepage, blog index, and links
pages (the pages that change over time) to give Googlebot a fresh
signal to re-fetch the sitemap and re-crawl the site. Post entries
keep their real publish dates.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01M9pM96QL7pcGD31DbYkdhP
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants