Skip to content

Fix page indexing issues reported by Google Search Console#57

Merged
nyechiel merged 1 commit intomasterfrom
fix/page-indexing-issues
Feb 12, 2026
Merged

Fix page indexing issues reported by Google Search Console#57
nyechiel merged 1 commit intomasterfrom
fix/page-indexing-issues

Conversation

@nyechiel
Copy link
Owner

@nyechiel nyechiel commented Feb 12, 2026

Summary

  • Sitemap cleanup: Exclude non-content pages (/404/, /feed.xml, /redirects.json, /assets/*) from sitemap. Fixed feed.xml filter that wasn't working (page.namepage.url).
  • Internal links: Updated 5 posts that linked to old redirect URLs (e.g., /2014/07/01/...) to use canonical /blog/ URLs, preventing Google from crawling redirect pages via internal links.
  • robots.txt: Added robots.txt with sitemap directive and disallow rules for /assets/ and /redirects.json.

Test plan

  • Verify generated sitemap only contains blog posts and content pages (/, /blog/, /about/)
  • Verify robots.txt is served at https://nyechiel.com/robots.txt
  • Verify internal links in posts navigate to canonical /blog/ URLs
  • After deploy, resubmit sitemap in Google Search Console

🤖 Generated with Claude Code

Exclude non-content pages (404, feed.xml, redirects.json, assets) from
sitemap, fix internal links pointing to old redirect URLs instead of
canonical /blog/ URLs, and add robots.txt with sitemap directive.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@nyechiel nyechiel merged commit c6b5eaf into master Feb 12, 2026
6 checks passed
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.

1 participant