How to find orphan pages in WordPress and decide what to do with them
An orphan page is reachable by sitemap and nothing else. Finding them is mechanical; deciding what each one deserves is not.
An orphan page has no inbound internal links from anywhere on your site. It may sit in the sitemap, it may be indexed, and it will still behave like a page nobody vouched for — because structurally, nobody did.
On a WordPress site that has been publishing for a few years, orphans accumulate quietly: posts that fell off the archive, landing pages built for a campaign that ended, pages whose linking hub was removed in a redesign.
Why orphan pages underperform
Internal links do two things. They pass authority, and they tell the search engine what a page is about through anchor text and surrounding context. An orphan gets neither.
It also gets crawled less. Discovery through a sitemap alone signals low importance, and crawl frequency follows that signal down.
The near-orphan problem
Pages with exactly one inbound internal link are usually worse than they look, because that one link is almost always from a paginated archive. As the archive fills, the page moves to page four, then page nine, and the link effectively disappears.
Audit for one-link pages alongside true orphans. The remediation is the same and the decay is more predictable.
Finding them without a crawler
External crawlers find orphans by comparing a crawl against a sitemap, which requires a paid tool and a full crawl budget. Inside WordPress you have a shortcut: the content is already in the database, so inbound internal links can be counted directly from post content.
The free Content Signal plugin does exactly this — it identifies content with no inbound internal links and content with only one, locally, with no external request and no URL quota.
Deciding what each orphan deserves
Not every orphan should be rescued. Sort the list by impressions before you decide anything.
An orphan with impressions is an opportunity: it is ranking despite having no internal support, so linking to it from two or three relevant pages is one of the highest-return edits available. An orphan with no impressions and no strategic purpose is a candidate for merging or removal.
- Has impressions and a clear purpose → add 2-3 contextual internal links from related pages.
- No impressions, overlaps another page → merge the useful part and redirect.
- No impressions, no purpose, no backlinks → remove and let it 410, or redirect to the closest parent.
- Intentionally unlinked (a campaign landing page, a legal page) → mark it as ignored so it stops surfacing.
Linking well, not just linking
A link from a footer or a 'related posts' widget barely counts. The link that matters is a contextual one inside body copy, with anchor text that describes the destination.
Two good contextual links beat twenty template links. Choose source pages that are topically adjacent and that already have some authority of their own.
Frequently asked questions
Do orphan pages hurt the rest of my site?
Not directly. They waste crawl budget and underperform themselves, but they do not penalize other pages. The cost is opportunity, not punishment.
Does a sitemap entry fix an orphan page?
It fixes discovery, not authority or context. The page can be found and indexed while still receiving no internal ranking signal.
Are pages linked only from the menu still orphans?
No, but a navigation link is weak. If the page needs to rank, it also needs contextual links from related body content.