Conversation
Ahrefs counts a decorative alt="" as a missing alt attribute, so the cookie close button, the /uxcp country flags and the longevity environment icons showed up across ~90 pages in the audit. Alt text is derived from content already on the page — the country name and the Strapi item name — so it stays correct and localized as the content changes. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
The locale-root canonical was built from asPath, and the `asPath === '/'` guard only catches the bare root. Add any query string and the path fell through as "/?x=1", which cleanURL trimmed back to "/" — yielding https://keepsimple.io/ru/ and /hy/, both of which 308 to the slashless form. Ahrefs surfaced it via a scanner's ?phpinfo=1 probe, but it hit every UTM-tagged link to the RU and HY homepages too. English is unaffected: it has no locale prefix, so the path is "/" and the domain root never redirects. Also flip the 404 page from "index, follow" to "noindex, follow" — it was inviting Google to index the error page. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Fix/seo audit
…smissed Dismissal is stored in sessionStorage keyed to the CMS updatedAt, so a newly published update still shows once while the same one stays hidden across reloads and locale switches. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
fix(uxcore): keep the new-update modal closed for the session once di…
|
Claude finished @MaryWylde's task in 3m 25s —— View job Claude's PR ReviewTodo list
SummarySmall, well-scoped PR: session-based dismissal for the "new update" modal, a canonical-URL fix (avoid pointing at a 308 redirect for locale root paths), noindex on the 404 page, and several accessibility alt-text fixes. No structural or convention issues found.
SEO (
Accessibility fixes (
No inline comments — nothing here needs a code change. Nice, focused fix set. |
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.
No description provided.