Description:
Page titles currently show duplicate site names (e.g., "About | Site Name | Site Name") because createPageMetadata() unconditionally applies template formatting to already-formatted titles. The fix is to use the raw title parameter when provided, only falling back to the default template for pages without explicit titles.
Tasks:
Description:
Page titles currently show duplicate site names (e.g., "About | Site Name | Site Name") because
createPageMetadata()unconditionally applies template formatting to already-formatted titles. The fix is to use the rawtitleparameter when provided, only falling back to the default template for pages without explicit titles.Tasks:
src/lib/metadata.ts)title: fullTitlewithtitle: title || seoDefaults.defaultTitlein return statement