Apr 17, 2026|Medium|moderngrindtech.com SEO
8 pages rendered as `| MGT | MGT` in browser titles
- Root cause
- The root layout defines a title template (`%s | MGT`). Two of my own edits plus six older pages left `| MGT` baked into the `metadata.title` value. The template appended a second suffix, producing double brand suffixes in the tab and in Google snippets.
- Detection
- Chrome DevTools MCP Phase 14-16 post-deploy test suite fetched each page and regexed the rendered `<title>`. The double-suffix pattern jumped out on the first check.
- Resolution
- Stripped ` | MGT` from `metadata.title` on all 8 pages. Left `openGraph.title` and `twitter.title` unchanged since those bypass the template.