Why isn't my highest-converting page ranking anymore? Nine times out of ten, the page is fine and the site around it stopped pointing at it. It sits in the CMS, it loads, it converts when someone lands on it, and nothing else on the domain sends a single internal link its way. Google has no reason to crawl it often and no signal that you consider it important.
These are orphaned money pages: high-intent URLs your own site is hiding from search engines. The categories below are the ways this actually happens on a real site, and what to do about each one on its own terms.
The Migration Casualty
Site migrations are where most orphans are born. A team replatforms, redesigns, or consolidates two properties, and the redirect map covers the URLs that were getting traffic at the time.
Everything else gets a 301 to a category page, or the internal links that used to point at it simply disappear from the templates. The page still resolves. Nothing links to it.
You find these by exporting a crawl of the live site and diffing it against the URLs in your XML sitemap, your analytics, and Search Console. Anything present in the second set but missing from the crawl is a candidate. Rebuild the internal links from the surviving parent pages before you touch anything else. That single step often recovers rankings without a rewrite.
The Programmatic Long Tail
Programmatic pages are the second common source: location pages, comparison pages, integration pages, and long-tail product filters generated by templates. The template ships with links inward from a hub, then someone changes the hub, and half the set stops being linked. The URLs stay in the sitemap, so they look healthy on a dashboard. In practice they compete for a shrinking share of crawl.
Google is explicit that a site's crawl budget is shaped by two factors, crawl capacity and crawl demand. Demand tracks perceived importance, and internal links are the primary way you tell Google a page matters. A programmatic set with no live hub is a set with no demand signal, and the pages fall out of the index in slow motion.
The Blog Cul-de-Sac
Blog cul-de-sacs are a different animal. Editorial pages tend to link generously to other editorial pages and almost never to product, service, or pricing URLs. The result is a large, well-linked content garden with no path from any of it to the pages that make money. The money pages are technically discoverable through the top nav, and that's it.
The Faceted Navigation Trap
Faceted navigation on ecommerce and directory sites creates the opposite problem: too many URLs, most of them low value, none of them clearly prioritized. Filter combinations spawn thousands of URLs that Google can crawl but no human ever links to on purpose. The genuinely high-intent variants, the ones that match real search queries, drown in the noise.
Decide which filtered URLs deserve to be indexed and treat them like real pages, with their own inbound internal links from category headers and content. Everything else should be noindexed or blocked in a way the crawl guidance supports. Do not rely on the sitemap alone to carry a page. A sitemap helps discovery but does not distribute authority the way an internal link does.
The Mobile Parity Miss
Mobile-desktop link parity is the failure most teams never think to check. If your desktop template surfaces a set of related links in the footer or sidebar, and your mobile template hides them behind a menu that never renders in the HTML, the mobile crawler sees a different link graph than a desktop user does. Under mobile-first indexing, the mobile graph is the one that counts.
A Search Engine Journal analysis of Google's updated crawl budget guidance flags this directly: the mobile and desktop versions of a page should expose the same set of links, or the missing ones should be surfaced through a sitemap. Check your mobile HTML source, not your rendered view, and confirm your money pages are actually linked from it.
Build the Routing System Before You Publish Again
The through-line across all five cases is the same. Internal linking gets treated as something writers do in the moment, when it should be an architectural decision made before the page ships. Every new URL needs a home in the link graph on day one: which parent links down to it, which siblings link across, which conversion pages it links out to. Decide that at the outline stage, not after publish.
For a deeper walkthrough of the strategic version of this, the the SEO.co discussion of internal Linking Is Your Sites Hidden Ranking Engine — Heres How to Fix It discussion of internal Linking Is Your Sites Hidden Ranking Engine — Heres How to Fix It is a useful next step, because it frames link structure as a deliberate authority-distribution system rather than a writing habit. Finding orphaned money pages one by one is a chore that never ends; the real payoff is building the routing system that stops producing them in the first place.