Skip to content

fix(seo): add internal links to orphaned pages and homepage backlinks#17578

Merged
pettinarip merged 3 commits into
devfrom
fix/orphaned-page-links
Feb 16, 2026
Merged

fix(seo): add internal links to orphaned pages and homepage backlinks#17578
pettinarip merged 3 commits into
devfrom
fix/orphaned-page-links

Conversation

@minimalsm
Copy link
Copy Markdown
Contributor

Summary

  • Adds contextual internal links to 7 orphaned pages (pages with zero inbound content links) from relevant content pages
  • Adds [Ethereum](/) homepage backlink to the first body mention of "Ethereum" on the 13 highest-authority MDX pages by external referring domains

Orphaned page links (commit 1)

  • defi: new "Beyond traditional DeFi" section linking to /prediction-markets/, /real-world-assets/, /payments/, /ai-agents/; inline payments link in "Send money" section
  • nft: linked "real-world assets" text to /real-world-assets/, added /collectibles/ mention
  • wrapped-eth: linked "supply of ETH" to /eth/supply/
  • roadmap/merge/issuance: linked "Total ETH supply" to /eth/supply/
  • contributing: added /contributing/adding-resources/ to product listings

Homepage backlinks (commit 2)

Added [Ethereum](/) on these pages (sorted by referring domains):

  • roadmap/merge (3,133 RDs)
  • whitepaper (2,784)
  • developers/docs/consensus-mechanisms/pos (1,967)
  • developers/docs/evm (1,837)
  • developers/docs/standards/tokens/erc-20 (1,730)
  • nft (1,695)
  • developers/docs/smart-contracts (1,439)
  • developers/docs/gas (1,428)
  • dao (1,270)
  • foundation (1,266)
  • roadmap/danksharding (1,231)
  • roadmap/beacon-chain (1,051)
  • web3 (1,014)

Test plan

  • Verify linked pages resolve correctly (no 404s)
  • Spot-check that homepage links render as expected in content body
  • Confirm no MDX build errors from content changes

Link orphaned pages from contextually relevant content to improve
crawlability and pass link equity:

- defi: add "Beyond traditional DeFi" section linking to prediction
  markets, real-world assets, payments, and AI agents pages
- defi: add inline payments link in "Send money" section
- nft: link "real-world assets" text and add collectibles mention
- wrapped-eth: link "supply of ETH" to /eth/supply/
- roadmap/merge/issuance: link "Total ETH supply" to /eth/supply/
- contributing: add "Add a resource" link to product listings
Add [Ethereum](/) link to the first contextual body mention of
"Ethereum" on the 13 highest-authority MDX pages (by external
referring domains). This passes link equity from the most linked
pages back to the homepage.

Pages updated (by RDs):
- roadmap/merge (3,133)
- whitepaper (2,784)
- developers/docs/consensus-mechanisms/pos (1,967)
- developers/docs/evm (1,837)
- developers/docs/standards/tokens/erc-20 (1,730)
- nft (1,695)
- developers/docs/smart-contracts (1,439)
- developers/docs/gas (1,428)
- dao (1,270)
- foundation (1,266)
- roadmap/danksharding (1,231)
- roadmap/beacon-chain (1,051)
- web3 (1,014)
@github-actions github-actions Bot added the content 🖋️ This involves copy additions or edits label Feb 16, 2026
@netlify
Copy link
Copy Markdown

netlify Bot commented Feb 16, 2026

Deploy Preview for ethereumorg ready!

Name Link
🔨 Latest commit bec4639
🔍 Latest deploy log https://app.netlify.com/projects/ethereumorg/deploys/6992fba38d34880008d6510a
😎 Deploy Preview https://deploy-preview-17578.ethereum.it
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
7 paths audited
Performance: 58 (🟢 up 3 from production)
Accessibility: 94 (no change from production)
Best Practices: 100 (no change from production)
SEO: 100 (no change from production)
PWA: 59 (no change from production)
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify project configuration.

@pettinarip pettinarip merged commit be4eb05 into dev Feb 16, 2026
3 checks passed
@pettinarip pettinarip deleted the fix/orphaned-page-links branch February 16, 2026 18:02
@pettinarip pettinarip mentioned this pull request Feb 19, 2026
- **[Prediction markets](/prediction-markets/)** – Decentralized platforms where you can bet on the outcome of future events, from elections to sporting events, without intermediaries.
- **[Real-world assets (RWAs)](/real-world-assets/)** – Tokenizing physical assets like real estate, commodities, and bonds on Ethereum, bringing trillions of dollars of value on-chain.
- **[Payments](/payments/)** – Using Ethereum and stablecoins for fast, low-cost global payments without traditional banking infrastructure.
- **[AI agents](/ai-agents/)** – Autonomous software agents that can transact on Ethereum, enabling new forms of automated trading, portfolio management, and on-chain interaction.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- **[AI agents](/ai-agents/)** – Autonomous software agents that can transact on Ethereum, enabling new forms of automated trading, portfolio management, and on-chain interaction.
- **[AI agents](/ai-agents/)** – Autonomous software agents that can transact on Ethereum, enabling new forms of automated trading, portfolio management, and onchain interaction.

The DeFi ecosystem continues to expand into new areas:

- **[Prediction markets](/prediction-markets/)** – Decentralized platforms where you can bet on the outcome of future events, from elections to sporting events, without intermediaries.
- **[Real-world assets (RWAs)](/real-world-assets/)** – Tokenizing physical assets like real estate, commodities, and bonds on Ethereum, bringing trillions of dollars of value on-chain.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- **[Real-world assets (RWAs)](/real-world-assets/)** – Tokenizing physical assets like real estate, commodities, and bonds on Ethereum, bringing trillions of dollars of value on-chain.
- **[Real-world assets (RWAs)](/real-world-assets/)** – Tokenizing physical assets like real estate, commodities, and bonds on Ethereum, bringing trillions of dollars of value onchain.

---

The [Ethereum](/) Virtual Machine (EVM) is a decentralized virtual environment that executes code consistently and securely across all Ethereum nodes. Nodes run the EVM to execute smart contracts, using "[gas](/developers/docs/gas/)" to measure the computational effort required for [operations](/developers/docs/evm/opcodes/), ensuring efficient resource allocation and network security.
The [Ethereum](/) Virtual Machine (EVM) is a decentralized virtual environment that executes code consistently and securely across all [Ethereum](/) nodes. Nodes run the EVM to execute smart contracts, using "[gas](/developers/docs/gas/)" to measure the computational effort required for [operations](/developers/docs/evm/opcodes/), ensuring efficient resource allocation and network security.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
The [Ethereum](/) Virtual Machine (EVM) is a decentralized virtual environment that executes code consistently and securely across all [Ethereum](/) nodes. Nodes run the EVM to execute smart contracts, using "[gas](/developers/docs/gas/)" to measure the computational effort required for [operations](/developers/docs/evm/opcodes/), ensuring efficient resource allocation and network security.
The Ethereum Virtual Machine (EVM) is a decentralized virtual environment that executes code consistently and securely across all [Ethereum](/) nodes. Nodes run the EVM to execute smart contracts, using "[gas](/developers/docs/gas/)" to measure the computational effort required for [operations](/developers/docs/evm/opcodes/), ensuring efficient resource allocation and network security.
  • Ethereum keyword is linked to home later in this sentence
  • Ethereum Virtual Machine is a separate noun

## A Next-Generation Smart Contract and Decentralized Application Platform {#a-next-generation-smart-contract-and-decentralized-application-platform}

Satoshi Nakamoto's development of Bitcoin in 2009 has often been hailed as a radical development in money and currency, being the first example of a digital asset which simultaneously has no backing or "[intrinsic value](https://bitcoinmagazine.com/culture/an-exploration-of-intrinsic-value-what-it-is-why-bitcoin-doesnt-have-it-and-why-bitcoin-does-have-it)" and no centralized issuer or controller. However, another, arguably more important, part of the Bitcoin experiment is the underlying blockchain technology as a tool of distributed consensus, and attention is rapidly starting to shift to this other aspect of Bitcoin. Commonly cited alternative applications of blockchain technology include using on-blockchain digital assets to represent custom currencies and financial instruments ("[colored coins](https://docs.google.com/a/buterin.com/document/d/1AnkP_cVZTCMLIzw4DvsW6M8Q2JC0lIzrTLuoWu2z1BE/edit)"), the ownership of an underlying physical device ("[smart property](https://en.bitcoin.it/wiki/Smart_Property)"), non-fungible assets such as domain names ("[Namecoin](http://namecoin.org)"), as well as more complex applications involving having digital assets being directly controlled by a piece of code implementing arbitrary rules ("[smart contracts](http://www.fon.hum.uva.nl/rob/Courses/InformationInSpeech/CDROM/Literature/LOTwinterschool2006/szabo.best.vwh.net/idea.html)") or even blockchain-based "[decentralized autonomous organizations](http://bitcoinmagazine.com/7050/bootstrapping-a-decentralized-autonomous-corporation-part-i/)" (DAOs). What Ethereum intends to provide is a blockchain with a built-in fully fledged Turing-complete programming language that can be used to create "contracts" that can be used to encode arbitrary state transition functions, allowing users to create any of the systems described above, as well as many others that we have not yet imagined, simply by writing up the logic in a few lines of code.
Satoshi Nakamoto's development of Bitcoin in 2009 has often been hailed as a radical development in money and currency, being the first example of a digital asset which simultaneously has no backing or "[intrinsic value](https://bitcoinmagazine.com/culture/an-exploration-of-intrinsic-value-what-it-is-why-bitcoin-doesnt-have-it-and-why-bitcoin-does-have-it)" and no centralized issuer or controller. However, another, arguably more important, part of the Bitcoin experiment is the underlying blockchain technology as a tool of distributed consensus, and attention is rapidly starting to shift to this other aspect of Bitcoin. Commonly cited alternative applications of blockchain technology include using on-blockchain digital assets to represent custom currencies and financial instruments ("[colored coins](https://docs.google.com/a/buterin.com/document/d/1AnkP_cVZTCMLIzw4DvsW6M8Q2JC0lIzrTLuoWu2z1BE/edit)"), the ownership of an underlying physical device ("[smart property](https://en.bitcoin.it/wiki/Smart_Property)"), non-fungible assets such as domain names ("[Namecoin](http://namecoin.org)"), as well as more complex applications involving having digital assets being directly controlled by a piece of code implementing arbitrary rules ("[smart contracts](http://www.fon.hum.uva.nl/rob/Courses/InformationInSpeech/CDROM/Literature/LOTwinterschool2006/szabo.best.vwh.net/idea.html)") or even blockchain-based "[decentralized autonomous organizations](http://bitcoinmagazine.com/7050/bootstrapping-a-decentralized-autonomous-corporation-part-i/)" (DAOs). What [Ethereum](/) intends to provide is a blockchain with a built-in fully fledged Turing-complete programming language that can be used to create "contracts" that can be used to encode arbitrary state transition functions, allowing users to create any of the systems described above, as well as many others that we have not yet imagined, simply by writing up the logic in a few lines of code.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's revert this change @minimalsm - it's earlier on the page to link to the word Ethereum in the header section, and I don't feel comfortable with us adding links to the actual whitepaper content when it has the disclaimer "we maintain the original paper below"


<WhitepaperBridge />

_While several years old, we maintain the original paper below because it continues to serve as a useful reference and an accurate representation of [Ethereum](/) and its vision._
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See comment on line 17 below - there's already a homepage anchor link here, so let's not add any new links to the original whitepaper content.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually @minimalsm the link is in the code here but it isn't working on the live page. Any idea why that is? This is the best place to have the homepage anchor link on this page.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Disregard - that's because this one was added in a different PR. Let's remove the link from the body text below since this is here already.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

content 🖋️ This involves copy additions or edits

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants