Internal Links Manager

صفحة يتيمة

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 خريطة موقع 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 يوجد. Internal links tell it the URL مسائل, 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 الأطفال شبه اليتامى and treat them the same way.

كيف ينتهي المطاف بالصفحات لتصبح معزولة

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 رابط 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 روابط يتيمة. 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.

الزحف. Pages nothing links to are visited rarely, so changes to them are noticed late.

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

العمل دُفِع ثمنه بالفعل. 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.

ربط، دمج أو إزالة

Do not link everything back reflexively. Each orphan gets one of three verdicts, and one question decides it: هل ستنشر هذه الصفحة اليوم؟

  • اربطه — if yes. Find two or three pages whose subject genuinely leads there and link from inside the text, not from a footer list.
  • اْدْمِجْهَا — 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.
  • أزله — 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.

رابط عند النشر، وليس لاحقاً. عندما تصبح أي صفحة مباشرة على الموقع، حدد في الحال صفحتين أو ثلاث صفحات موجودة يجب أن تشير إليها، وقُم بتعديلها. عبارة “سأضيف الروابط لاحقاً” هي الطريقة التي تبدأ بها قائمة المهام المتراكمة.

تعامل مع التغييرات الهيكلية على أنها تغييرات في الروابط. 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.

إعادة الزحف وفقاً لجدول زمني. Quarterly is enough for most sites, takes twenty minutes, and catches the drift before it becomes a project.

Going deeper: العثور على الصفحات اليتيمة وإصلاحها walks through the crawl step by step and covers the decision that follows.