SEO: backfill meta description fixes and add missing crawler meta tags to 2685 older news pages#2974
Merged
Merged
Conversation
Replaces truncated (ellipsis-ending) and too-short meta descriptions with complete, newsworthy, language-appropriate text (no '…') across: - 8 truncated: ai-strategy fr/nl/es/ja, evening-analysis en/sv/zh, interpellationssvar-en, ai-facial-recognition-en - 5 too-short: ai-strategy-ja, committee-reports-sv Mar26, govt-propositions-ar, index_ja, index_ko - 8 already-complete but flagged: immigration-reform-en, committee-reports-en, legislative-package-nl, security-detention-en, committee-reports-sv Apr6, breaking-1416 es/sv, interpellationssvar-da Updates all three meta variants per file (name=description, og:description, twitter:description) to match. Co-authored-by: pethers <1726836+pethers@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
pethers
June 16, 2026 11:37
View session
Contributor
🏷️ Automatic Labeling SummaryThis PR has been automatically labeled based on the files changed and PR metadata. Applied Labels: html-css,i18n,translation,rtl,size-m,news Label Categories
For more information, see |
…er news pages Co-authored-by: pethers <1726836+pethers@users.noreply.github.com>
Copilot
AI
changed the title
fix: replace truncated/short meta descriptions on 21 SEO-flagged pages
SEO: backfill meta description fixes and add missing crawler meta tags to 2685 older news pages
Jun 16, 2026
Contributor
🔍 Lighthouse Performance Audit
📥 Download full Lighthouse report Budget Compliance: Performance budgets enforced via |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Two SEO audit failures addressed: 21 pages flagged for "missing" meta descriptions (root cause: trailing
…U+2026 treated as truncated by the audit tool), and 2685 older news pages missing crawler directives that were introduced in a later template revision.Meta description fixes (21 pages)
…) with complete sentencesname="description",og:description,twitter:descriptionindex_ja.html,index_ko.html) and language variants across EN/SV/DA/ES/FR/NL/AR/JA/ZHCrawler meta tag backfill (2685 older news pages)
Pages rendered before
scripts/render-lib/chrome/head.tswas updated to emit these tags were missing them entirely. Added to every affectednews/*.html:Post-fix verification: 0 pages missing
robots, 0 missingnews_keywordsacross all 6087news/*.htmlfiles.