What You Will Learn
- How internal links transfer PageRank and what "link equity" actually means
- How anchor text communicates topical relevance to Google
- Why link depth (click depth from homepage) affects crawl budget and rankings
- How to identify and fix orphan pages — pages with no internal links
- How to conduct an internal link audit using crawl tools
- Practical internal linking patterns for topic cluster architecture
How Internal Links Work for SEO
Internal links serve three distinct SEO functions that are often conflated. Understanding each separately enables more precise strategy:
- PageRank distribution. Links pass a portion of the linking page's PageRank to the linked page. Internal links are the primary mechanism for distributing link equity earned from external backlinks throughout your site.
- Topical relevance signalling. The anchor text of a link, the surrounding content, and the overall context of the linking page communicate to Google what the destination page is about — reinforcing its relevance for specific keywords.
- Crawl path provision. Googlebot discovers pages by following links. Pages without internal links (orphan pages) may not be discovered or may be crawled infrequently regardless of their sitemap inclusion.
PageRank Flow Through Internal Links
PageRank flows from pages with high external link equity to pages they link to. A homepage that accumulates backlinks from external sites becomes a high-PageRank page — every internal link from the homepage passes a fraction of that PageRank to the linked page. Pages linked from high-PageRank internal pages benefit from more link equity than pages linked only from low-PageRank pages deep in the site structure.
The PageRank algorithm divides a page's PageRank equally among all outbound links. A homepage with 100 PageRank units linking to 10 pages passes approximately 10 units to each. A page linked from that homepage that also receives links from 5 other high-PageRank internal pages accumulates more PageRank than a page only linked from one low-traffic deep page.
Strategic implications
- Important pages (your highest-value conversion pages, your pillar content) should receive internal links from your highest-PageRank pages — typically the homepage, top-level category pages, and frequently updated high-traffic pages.
- Reducing the number of links on high-PageRank pages increases the PageRank passed per link to the linked pages — a reason to avoid link-dense navigation that dilutes equity across dozens of destinations.
- Pages that earn significant external backlinks should link internally to related pages you want to boost — this "passes" the external link equity inward.
Anchor Text Strategy for Internal Links
Anchor text is one of the most direct on-page signals available to communicate what a linked page is about. For internal links, descriptive, keyword-relevant anchor text is almost always preferable to generic text.
| Anchor Text Type | Example | SEO Value |
|---|---|---|
| Exact match | "keyword research methodology" | Strong topical signal; use naturally, not forced |
| Partial match | "our keyword research guide" | Good signal; more natural-sounding |
| Descriptive | "how to research keywords for SEO" | Good; communicates context and topic |
| Generic | "click here", "read more", "this page" | No topical signal — avoid for SEO-important links |
| URL as anchor | "https://example.com/seo/keyword-research/" | Minimal — only use if URL is descriptive |
For internal links, use descriptive anchor text that includes the primary keyword of the destination page where natural in the sentence. Do not force exact-match anchors unnaturally — Google's understanding of internal link context now extends beyond just anchor text to the surrounding paragraph. A naturally-written sentence that contextually describes the destination page is as valuable as a keyword-exact anchor.
Vary anchor text across different internal links to the same page. Multiple links with identical anchor text can appear manipulative even when internal — use synonym anchors, partial-match anchors, and descriptive anchors across the different pages linking to a single destination.
Link Depth and Crawlability
Link depth is the minimum number of clicks required to reach a page starting from the homepage. Pages at depth 1 (directly linked from homepage) are the most prominent. Pages at depth 5 or beyond may not be crawled regularly, may receive less PageRank, and are often less likely to rank well.
Recommended max depth
clicks from homepage to any important page
Orphan page risk
Pages unreachable via internal links — never crawled
Homepage link value
Most valuable internal link source on any site
Google recommends keeping all important pages reachable within 3–4 clicks from the homepage. For large sites (e-commerce with hundreds of thousands of product pages), pagination and category structure determine effective depth. Ensuring top-priority pages are at depth 1–2 (linked from homepage or top-level category) is a practical signal of importance to Googlebot.
Orphan Pages
An orphan page has no internal links pointing to it from other pages on the same site. Orphan pages may exist in your XML sitemap and be accessible by URL, but Googlebot has no link path to discover them through normal crawling. Orphan pages accumulate no internal PageRank and often rank poorly or not at all despite being indexed.
Common causes of orphan pages
- New content published without being linked from any existing page
- Pages that were linked from deleted or 301-redirected pages with no replacement internal links
- CMS-generated pages (tag archives, author pages, search result pages) with no navigation links
- Landing pages created for paid campaigns that were never added to site navigation
Identifying orphan pages
Compare your XML sitemap URL list against a full crawl of your site using Screaming Frog or a similar crawl tool. Pages appearing in the sitemap but not discovered during the crawl (i.e. not linked from any crawled page) are orphans. Search Console's URL Inspection can confirm whether specific pages have been indexed despite being orphaned.
Conducting an Internal Link Audit
An internal link audit identifies: pages with too few internal links (under-linked important pages), pages with broken internal links (404 targets), excessive internal links on single pages (diluting PageRank per link), orphan pages, and opportunities to add relevant contextual links.
Crawl-based audit process
- Crawl your site with Screaming Frog, Sitebulb, or equivalent — export the "Internal" links report
- Filter for broken internal links (HTTP 404, 410 responses) — fix or remove each one
- Sort pages by "Inlinks" count (fewest inbound internal links first) — identify important pages that are under-linked
- Check pages with extremely high outbound link counts — navigation-heavy pages may be diluting PageRank
- Cross-reference with Google Search Console page performance — correlate low-traffic pages with low internal link count
Internal Linking Patterns in Practice
Contextual links within body content
Links embedded naturally within article prose are the highest-value internal links for both SEO and user experience. They appear in context, use descriptive anchor text, and signal topical relevance through surrounding content. Every new piece of content should include 3–8 contextual links to related pages — but only where genuinely relevant to the sentence context.
Related articles / recommended reading modules
Modules at the bottom or within articles listing related guides (as we use in this series sidebar) provide systematic internal linking that scales across all pages. For topic clusters, a sidebar or footer listing all cluster pages on every cluster page ensures complete internal linking within the cluster.
Breadcrumb navigation
Breadcrumb navigation provides structured internal links reflecting site hierarchy — Home > SEO > On-Page SEO > Keyword Research. Breadcrumbs are crawlable, provide anchor text context, and improve link depth for deep pages by creating a navigational path from high-PageRank top-level pages.
HTML sitemap for large sites
An HTML sitemap page (distinct from the XML sitemap) linked from the footer provides a crawlable index of all important site pages. For large sites where pages would otherwise be at depth 4+, an HTML sitemap linked from the footer reduces effective crawl depth significantly.
Authentic Sources
Official documentation on what makes links crawlable and how Google follows internal links.
Google's official starter guide including internal linking best practices.
Using crawl data to identify link depth and crawl frequency patterns.
Official guidance on breadcrumb implementation for structured internal linking.