Internal Links Manager

Page orpheline

3 minute read · Updated 28 August 2026 · Also called orphaned page

Definition

An orphan page is a page that no other page on the same site links to. It loads perfectly and may well sit in the Plan du site XML, but nothing following links can reach it.

That is the whole criterion: zero inbound internal links. Almost every site older than a year has some, and they are usually created by tidying up rather than by neglect.

Three things it is not

  • Not a 404. The page exists and works. That is exactly what makes it easy to miss — nothing is broken.
  • Not a noindexed page. Excluding a page from the index is a decision; orphaning is an accident.
  • Not saved by the sitemap. A sitemap tells a crawler a URL existe. Internal links tell it the URL compte, and roughly how much.

One near-miss is worth naming: a page reachable only through page seven of a paginated archive is technically linked, but from a page that itself sits deep and carries almost nothing. Practitioners call these presque-orphelins and treat them the same way.

Comment les pages finissent par devenir orphelines

Nobody creates one on purpose. They accumulate through ordinary maintenance: a post drops off the blog listing, a campaign ends but its landing page stays live, a menu item is removed to simplify the header, content is migrated without the links between it, a category is restructured and its children are cut loose.

The common thread is that the page was linked once and the lien disappeared through a change nobody connected to it. Every simplification of a navigation buries something.

Finding them

The method is a subtraction: everything that exists, minus everything a crawler reaches by following links. What remains is orphaned.

Crawl from the homepage with Screaming Frog or Sitebulb, feed the sitemap in as a second source, and both tools flag the difference directly — in Screaming Frog under Crawl Analysis as URLs orphelines. Search Console alone will not answer it: its Links report shows the most-linked targets, not the unlinked ones, and absence from a top list is not proof of absence.

What it costs

Three separate costs, and the third is the one that stings.

Exploration. Pages nothing links to are visited rarely, so changes to them are noticed late.

Autorité. Whatever standing the domain has flows along internal links. A page receiving none inherits none and competes on its own from a standing start.

Le travail déjà payé. Somebody researched, wrote and edited that page. It is still good. It simply cannot be found through the mechanism most of the site relies on. Orphans are usually the cheapest traffic available precisely because the expensive part is already done.

Lier, fusionner ou supprimer

Do not link everything back reflexively. Each orphan gets one of three verdicts, and one question decides it: Publieriez-vous cette page aujourd'hui ?

  • Liez-le — if yes. Find two or three pages whose subject genuinely leads there and link from inside the text, not from a footer list.
  • Fusionnez-le — if the answer is “not on its own, but the content is worth keeping”. Fold it into a stronger page on the same topic and redirect the old URL there.
  • Supprimez-le — if no. Delete it and let it return 410, or redirect it if it has inbound links or lingering traffic.

Work through them by traffic, highest first. An orphan with impressions is already ranking with one hand tied.

Not producing new ones

Finding orphans is a cleanup. Not creating them is a habit, and it comes down to three things.

Lien à la publication, pas après. Lorsqu'une page est mise en ligne, décidez sur-le-champ quelles deux ou trois pages existantes devraient pointer vers elle — et modifiez-les. “ J'ajouterai des liens plus tard ”, c'est ainsi que commence le soufflé des tâches en attente.

Traiter les changements structurels comme des changements de liens. Removing a menu item, retiring a category, unpublishing a hub: each one cuts links. Ask what loses its route before making the change, not after.

Réexploration selon un calendrier. Quarterly is enough for most sites, takes twenty minutes, and catches the drift before it becomes a project.

Going deeper: la recherche et la correction des pages orphelines walks through the crawl step by step and covers the decision that follows.