Skip to content

feat: enhance SEO and favicon #7299

Merged
alicanerdurmaz merged 1 commit into
mainfrom
feat/fix-favicon-and-seo
Feb 24, 2026
Merged

feat: enhance SEO and favicon #7299
alicanerdurmaz merged 1 commit into
mainfrom
feat/fix-favicon-and-seo

Conversation

@alicanerdurmaz

@alicanerdurmaz alicanerdurmaz commented Feb 24, 2026

Copy link
Copy Markdown
Collaborator

PR Checklist

Please check if your PR fulfills the following requirements:

Bugs / Features

What is the current behavior?

  • Blog routes can show inconsistent favicon because only specific icon links are updated, and later <head> updates may restore a default icon.
  • /blog/categories/:category pages use generic metadata (<Category> - <Site Title> and shared blog description) instead of category-specific SEO copy.
  • Related posts are selected only by shared tags, so posts without tags may return weaker related content.
  • Blog hero has wider left padding on blog-max layouts.

What is the new behavior?

  • Favicon switching is stable on route changes by syncing all link[rel~="icon"] tags and re-syncing on <head> icon mutations.
  • Category SEO metadata is generated in the blog plugin at build time and passed as seoTitle / seoDescription to category pages.
  • Category pages now render custom SEO title/description for:
    • How To Build
    • Tutorials
    • AI & Innovation
    • Ecosystem / Integrations
    • Alternatives
    • Engineering
    • Announcement
  • Paginated category pages keep the same SEO copy and append - Page N.
  • Related posts now fall back to same-category matching when tag overlap is unavailable.
  • Blog hero left padding on blog-max was reduced from 68px to 46px.

fixes (issue)

Notes for reviewers

@alicanerdurmaz alicanerdurmaz requested a review from a team as a code owner February 24, 2026 09:23
@changeset-bot

changeset-bot Bot commented Feb 24, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: f36e2bc

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@alicanerdurmaz alicanerdurmaz changed the title feat: enhance SEO and favicon handling in blog plugin and related com… feat: enhance SEO and favicon Feb 24, 2026
@alicanerdurmaz alicanerdurmaz merged commit 9108d4a into main Feb 24, 2026
7 checks passed
@alicanerdurmaz alicanerdurmaz deleted the feat/fix-favicon-and-seo branch February 24, 2026 10:13
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.

3 participants