Open
Conversation
…ontent Remediates Priority 1 errors identified in the latest SEO audit: - Cleaned up stale `/zh/whitepaper/` relative cross-locale links from 16 `community/language-resources` markdown files, realigning them with the English canonical source and resolving nested 404s. - Fixed malformed markdown links (concatenated external URLs, inverted syntax, stray UI text in hrefs) across tutorial and contribution guide pages in the `ar`, `ja`, `ko`, `mr`, `ru`, and `sw` locales. - Updated deprecated translation paths (`/stake/` -> `/staking/`) and removed rogue trailing whitespace characters (`%20`) inside Russian `glossary.json` and `glossary-tooltip.json` files. - Normalized internal linking structures inside Portuguese, Russian, and Arabic JSON internationalization files to eliminate redirect loops and markdown parse failures.
…des and inject native UI fallback for broken crowdin image avatars
✅ Deploy Preview for ethereumorg ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
wackerow
reviewed
Apr 16, 2026
|
|
||
| - [GitHub](https://github.com/Nethereum/Nethereum) | ||
| - [Documentation](http://docs.nethereum.com/en/latest/) | ||
| - [Documentation](https://docs.nethereum.com/en/latest/) |
Member
There was a problem hiding this comment.
@mnelsonBT Happened to be the first one I checked, but this is 404ing... I only note it as potentially in-scope since the PR body notes 404s.
Looks like this would now be https://docs.nethereum.com/docs/getting-started/welcome/ and the /en/latest/ path is now dead for the docs.nethereum.com links
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.

Fix: trailing SEO remediations from last audit recommendations (404s, broken images, HTTP link normalization, and keyword optimization)
Description
SEO improvements remaining from the recent SEO audit. The primary focus is on target keyword optimization, eliminating 404/4XX errors, preventing server-less 502 cascades, and improving link health across localized content.
http://ecosystem links withhttps://across MDX and translation files. Updatedsrc/components/ui/Link.tsxto ensure any future HTTP links are handled at the component level.src/components/ui/avatar.tsxfor broken Crowdin contributor avatars to prevent 403/404 image load errors.MapPinUI fallback mechanism to theEventCardcomponent to gracefully catch and handle broken remote event images.pt-br) and Russian (ru) glossary source files that were causing localized redirect loops.Changes addressed remaining audit export critical errors and low-hanging high impact warnings. Remaining flags on title length, duplicate H1s from frontmatter & title tag, image size, etc. will require another round of updates with more tactical review.