Internal Links Manager

Página órfã

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 Sitemap 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 importa, 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 quase-órfãos and treat them the same way.

Como as páginas acabam por ficar órfãs

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 ligação 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 órfãs. 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.

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

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

O trabalho já pago. 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.

Ligar, fundir ou remover

Do not link everything back reflexively. Each orphan gets one of three verdicts, and one question decides it: Publicaria esta página hoje?

  • Faz a ligação — if yes. Find two or three pages whose subject genuinely leads there and link from inside the text, not from a footer list.
  • Fundir — 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.
  • Remover — 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.

Ligação na publicação, não mais tarde. Quando uma página for publicada, decida ali mesmo quais duas ou três páginas existentes devem apontar para ela — e edite-as. “Vou adicionar links mais tarde” é a forma como o *backlog* começa.

Tratar as alterações estruturais como alterações de links. 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.

Reexplorar segundo um calendário. Quarterly is enough for most sites, takes twenty minutes, and catches the drift before it becomes a project.

Going deeper: encontrar e corrigir páginas órfãs walks through the crawl step by step and covers the decision that follows.