Skip to content

fix(seo): add jekyll-archives for category/tag pages#30

Merged
mrlesmithjr merged 1 commit into
mainfrom
develop
Jan 5, 2026
Merged

fix(seo): add jekyll-archives for category/tag pages#30
mrlesmithjr merged 1 commit into
mainfrom
develop

Conversation

@mrlesmithjr
Copy link
Copy Markdown
Member

Summary

  • Add jekyll-archives gem to Gemfile
  • Configure jekyll-archives in _config.yml
  • Generates individual pages for /categories/:name/ and /tags/:name/

Context

Google Search Console reports 404 errors for URLs like:

  • /categories/automation/
  • /tags/ansible/

The previous liquid type archive only generated index pages (/categories/, /tags/) but not individual category/tag pages.

Test plan

  • Verify /categories/automation/ returns 200 (was 404)
  • Verify /tags/ansible/ returns 200 (was 404)
  • Verify category/tag pages list relevant posts

- Add jekyll-archives gem to Gemfile
- Configure jekyll-archives in _config.yml
- Generates individual pages for /categories/:name/ and /tags/:name/
- Uses archive-taxonomy layout from minimal-mistakes theme

Fixes Google Search Console 404 errors for category/tag URLs.
@mrlesmithjr mrlesmithjr merged commit 1afda16 into main Jan 5, 2026
1 check 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