Conversation
Copilot
AI
changed the title
[WIP] Update index.html and improve language files for news
Create 5 GitHub issues for news integration with 14-language support
Feb 11, 2026
Contributor
🔍 Lighthouse Performance Audit
📥 Download full Lighthouse report Budget Compliance: Performance budgets enforced via |
Co-authored-by: pethers <[email protected]>
Co-authored-by: pethers <[email protected]>
Copilot
AI
changed the title
Create 5 GitHub issues for news integration with 14-language support
Fix incomplete hreflang bidirectionality and missing news navigation across all 14 language versions
Feb 11, 2026
Contributor
🔍 Lighthouse Performance Audit
📥 Download full Lighthouse report Budget Compliance: Performance budgets enforced via |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR completes multi-language SEO and UX consistency by making hreflang alternates fully bidirectional across all localized news index pages and ensuring every localized main landing page includes a consistent “News” entry point.
Changes:
- Standardized all
news/index_*.htmlhreflang blocks to include the full 14-language set plusx-default, and removed duplicate tags where present. - Added the
news-navigationcomponent to all non-EN/SVindex_*.htmlpages so each language has a consistent path to its localized news section.
Reviewed changes
Copilot reviewed 26 out of 26 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| news/index.html | Removes duplicates and ensures full hreflang alternates set for EN news index. |
| news/index_sv.html | Removes duplicates and ensures full hreflang alternates set for SV news index. |
| news/index_da.html | Adds missing hreflang alternates to complete the full set. |
| news/index_no.html | Adds missing hreflang alternates to complete the full set (nb → index_no.html). |
| news/index_fi.html | Adds missing hreflang alternates to complete the full set. |
| news/index_de.html | Adds missing hreflang alternates to complete the full set. |
| news/index_fr.html | Adds missing hreflang alternates to complete the full set. |
| news/index_es.html | Adds missing hreflang alternates to complete the full set. |
| news/index_nl.html | Adds missing hreflang alternates to complete the full set. |
| news/index_ar.html | Adds missing hreflang alternates to complete the full set. |
| news/index_he.html | Adds missing hreflang alternates to complete the full set. |
| news/index_ja.html | Adds missing hreflang alternates to complete the full set. |
| news/index_ko.html | Adds missing hreflang alternates to complete the full set. |
| news/index_zh.html | Adds missing hreflang alternates to complete the full set. |
| index_da.html | Adds localized news-navigation block linking to news/index_da.html. |
| index_no.html | Adds localized news-navigation block linking to news/index_no.html. |
| index_fi.html | Adds localized news-navigation block linking to news/index_fi.html. |
| index_de.html | Adds localized news-navigation block linking to news/index_de.html. |
| index_fr.html | Adds localized news-navigation block linking to news/index_fr.html. |
| index_es.html | Adds localized news-navigation block linking to news/index_es.html. |
| index_nl.html | Adds localized news-navigation block linking to news/index_nl.html. |
| index_ar.html | Adds localized news-navigation block linking to news/index_ar.html. |
| index_he.html | Adds localized news-navigation block linking to news/index_he.html. |
| index_ja.html | Adds localized news-navigation block linking to news/index_ja.html. |
| index_ko.html | Adds localized news-navigation block linking to news/index_ko.html. |
| index_zh.html | Adds localized news-navigation block linking to news/index_zh.html. |
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.
Post-merge analysis revealed incomplete SEO implementation and inconsistent navigation UX across language versions.
Changes
Hreflang Bidirectionality (14 news pages)
Canonical order enforced:
News Navigation (12 main index pages)
Added missing news-navigation component to all non-EN/SV language versions:
Structure:
Impact
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.