Skip to content

Fix canonical URL mismatch for what-is-the-ethereum-network page#16927

Merged
corwintines merged 1 commit into
devfrom
fix/canonical-url-mismatch
Dec 18, 2025
Merged

Fix canonical URL mismatch for what-is-the-ethereum-network page#16927
corwintines merged 1 commit into
devfrom
fix/canonical-url-mismatch

Conversation

@minimalsm
Copy link
Copy Markdown
Contributor

Summary

  • Fix slug from what-is-ethereum-network to what-is-the-ethereum-network
  • The canonical URL was pointing to a URL that doesn't exist

Before: <link rel="canonical" href="https://ethereum.org/what-is-ethereum-network/">
After: <link rel="canonical" href="https://ethereum.org/what-is-the-ethereum-network/">

This was flagged by AHREFS as a non-canonical URL issue.

Test plan

  • Verify canonical URL matches the actual page URL
  • Check page source for correct canonical tag

🤖 Generated with Claude Code

The slug was missing "the" - was "what-is-ethereum-network" but the
actual URL path is "/what-is-the-ethereum-network/".

This caused AHREFS to flag a non-canonical URL issue.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@netlify
Copy link
Copy Markdown

netlify Bot commented Dec 17, 2025

Deploy Preview for ethereumorg failed.

Name Link
🔨 Latest commit 1dc5ea8
🔍 Latest deploy log https://app.netlify.com/projects/ethereumorg/deploys/69431fe4f40c670008d8fe19

@corwintines corwintines merged commit 8337af8 into dev Dec 18, 2025
3 of 7 checks passed
@corwintines corwintines deleted the fix/canonical-url-mismatch branch December 18, 2025 04:40
This was referenced Dec 18, 2025
@wackerow wackerow mentioned this pull request Jan 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants