Skip to content

SEO: Append site title to page title tags#456

Open
vittorio88 wants to merge 1 commit intodevcows:masterfrom
lagobello:seo/site-title-in-page-titles
Open

SEO: Append site title to page title tags#456
vittorio88 wants to merge 1 commit intodevcows:masterfrom
lagobello:seo/site-title-in-page-titles

Conversation

@vittorio88
Copy link
Contributor

@vittorio88 vittorio88 commented Mar 15, 2026

Summary

  • Appends | {Site.Title} to all non-homepage <title> tags
  • Improves SERP branding and click-through rates
  • No change on the homepage (keeps just the site title)

Before / After

  • Before: <title>My Blog Post</title>
  • After: <title>My Blog Post | My Site Name</title>

Test plan

  • Verify homepage title is unchanged
  • Verify inner pages show Page Title | Site Title
  • Run example site with hugo server and inspect <title> tags

Add " | {Site.Title}" suffix to all non-homepage title tags for better
SERP branding and click-through rates.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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