Internal linking

nounalso called internal links or site architecture

Definition

Internal linking is the practice of linking between pages on the same website, which helps crawlers find pages, moves authority from strong pages to weaker ones and shows search engines and AI systems how the topics on a site relate.

Updated 6 min read7 cited sources

On this page8 sections

Why it matters for founders and small teams

Internal links are the one link signal you fully control, and they cost nothing but an editing pass. For a small team publishing on a schedule, they decide whether each new article gets found and borrows authority from your strongest pages, or sits orphaned where neither Google nor an AI crawler will reach it. It’s also the fastest link fix you can make this week: no outreach and no budget, just links from the pages that already get traffic.

How does internal linking help SEO?#

Internal linking helps SEO in three ways: it lets crawlers discover pages, it carries authority from your strongest pages to weaker ones, and its anchor text and placement tell search engines what each page is about and how your pages relate.

Google’s link best practices set the baseline plainly: “Every page you care about should have a link from at least one other page on your site.” Links are how Google finds most new pages, and John Mueller has said internal links also help Google “get a bit of context about that specific page,” partly from the anchor text and partly from where the page sits in the site.

  • Discovery: a page with no internal links pointing at it, an orphan, may only be found through a sitemap, if at all. XML sitemaps help discovery but say nothing about which pages matter.
  • Authority: most sites earn backlinks to a few pages. Internal links from those pages are how that authority reaches the product, pricing and comparison pages you need to rank.
  • Context: descriptive anchor text and links between related pages show which pages form a topic cluster, and which one is the main page on the subject.

Google repeats the point for its AI features. Its AI features documentation lists “making your content easily findable through internal links on your website” among the SEO fundamentals that still apply to AI Overviews and AI Mode, because a page Google hasn’t indexed can’t be retrieved for anything.

Internal links connect pages on the same site and are fully under your control, while backlinks come from other sites and act as outside endorsements; internal links distribute the authority that backlinks bring in, so the two work as a pair.

Internal linksBacklinks
SourceYour own siteOther websites
Who controls themYou, completelyAnother site’s editor
Main jobDiscovery, context, spreading authority around the siteDiscovery, endorsement, bringing authority in
Anchor textDescriptive and consistent is fineOne commercial keyword repeated across sites looks arranged
Spam riskLow: Google’s Gary Illyes has said there’s no internal over-optimization penaltyReal: buying or trading followed links breaks Google’s link spam policy
CostAn editing passTime, relationships and content worth citing

The practical link between them: a data study or popular guide might earn most of your backlinks, but it’s rarely the page that sells. A few contextual internal links from that page to the pages that convert are how outside authority turns into rankings where it counts. Keyword stuffing is still a spam policy violation on either kind of link.

Worked example

The Cluster Link Count

How many internal links a small topic cluster needs, and what each new article costs to wire in. The inputs are illustrative, for a fictional startup called Plannora with one hub page and eight articles on sprint planning.

  1. 1

    The hub links to every article

    The hub page, “Sprint planning for small teams,” links once to each of the eight articles with a descriptive anchor.

    8 links

  2. 2

    Every article links back to the hub

    One contextual link, anchored with the hub’s topic rather than “click here.”

    8 links

  3. 3

    Every article links to its two closest siblings

    “How long should a sprint be?” links to “Sprint velocity, explained” and “Backlog grooming for small teams,” and so on.

    16 links

  4. 4

    The homepage or main navigation links to the hub

    That single link puts every article in the cluster two clicks from the homepage.

    1 link

  5. =

    Total for nine pages

    8 + 8 + 16 + 1, with a maximum click depth of two and no orphans.

    33 links

The result: Wiring in a ninth article costs six links: hub to new, new to hub, new to two siblings, and two older siblings to the new page. Three of those six are edits to pages that already exist, which is the step easiest to skip when you publish on a schedule, and the reason new articles so often end up with links out and none in.

Free to use and adapt. If you cite it, link to rankbox.xyz/glossary/internal-linking.

How do you audit internal links?#

Audit internal links by crawling your site to find orphan pages and pages buried deep, checking that your most important pages get links from your strongest ones, and fixing links that are broken, redirected or built with JavaScript alone.

  1. Crawl the site with a desktop SEO crawler and export every URL with its count of internal links and its click depth from the homepage.
  2. Find orphans. Compare the crawl with your XML sitemap and analytics; URLs that appear there but not in the crawl have no internal links.
  3. Check your priority pages. The pages you most want to rank should be among the most linked. Search Console’s Links report shows your top internally-linked pages as Google sees them.
  4. Fix the plumbing. Links that point at redirects, 404s or non-canonical URLs waste the link. Point them at the final canonical URL.
  5. Check the raw HTML. Google says it can only crawl a link that’s an <a> element with an href, and AI crawlers that don’t run JavaScript only see links present in the HTML the server sends.

Internal linking matters for AI search because engines can only cite pages their crawlers and indexes reach, and most AI crawlers read raw HTML without running JavaScript, so links need to be plain HTML links on pages those crawlers already visit.

Of the major engines, only Google runs your JavaScript; OpenAI’s, Anthropic’s and Perplexity’s fetchers read the HTML they receive, as the AI SEO guides document. A navigation menu or related-articles block injected by client-side scripts may be invisible to them, which leaves deep pages reachable only through a sitemap, if the crawler reads one. OpenAI doesn’t say whether OAI-SearchBot does. Server-side rendering fixes the links along with the content.

  • Internal links aid discovery for AI features

    Official

    Google lists making content easily findable through internal links among the fundamentals for AI Overviews and AI Mode.

  • Non-Google crawlers skip JavaScript

    Observed

    Vercel’s crawler study saw OpenAI’s and Anthropic’s bots download JavaScript files without running them.

  • Linked clusters help with fan-out

    Our read

    Engines split one question into several searches (query fan-out). A cluster whose pages link to each other lets a crawler that reaches one answer find its neighbors: pricing, setup, comparisons. Plausible, but not measured.

Common mistakes with internal linking#

The most common internal linking mistakes are publishing new pages without adding links to them from older pages, relying on JavaScript-only navigation, using generic anchors like “click here,” and pointing links at redirected or non-canonical URLs.

Myth

Linking out from a new article is enough.

Reality

Links from the new page help readers, but the new page needs links pointing at it. Add them from older, already-indexed pages, ideally ones with traffic, on the day you publish.

Myth

The sitemap takes care of discovery.

Reality

A sitemap aids discovery but carries no sense of importance, and it’s no substitute for links from relevant pages. Google’s rule is that every page you care about needs at least one internal link.

Myth

Adding nofollow to internal links focuses authority.

Reality

Google’s guidance reserves nofollow for links you’d rather it not associate with your site. Your own pages don’t fit that description, and the attribute is only a hint anyway.

Myth

Navigation and footer links do the job.

Reality

Sitewide links help people navigate, but a link inside a relevant paragraph carries far more context: the anchor, the sentence around it, and the topic of the page it sits on.

Myth

Exact-match internal anchors will get me penalized.

Reality

Google’s Gary Illyes has said there’s no internal over-optimization penalty. Descriptive, varied anchors still read better, and outright keyword stuffing is spam anywhere.

Sources

  1. 1.SEO link best practices for GoogleGoogle Search Central · developers.google.com
  2. 2.AI features and your websiteGoogle Search Central · developers.google.com
  3. 3.Links reportSearch Console Help · support.google.com
  4. 4.Qualify your outbound links to GoogleGoogle Search Central · developers.google.com
  5. 5.Google's John Mueller on internal anchor textSearch Engine Journal · searchenginejournal.com
  6. 6.Google: there is no internal linking over-optimization penaltySearch Engine Roundtable · seroundtable.com
  7. 7.The rise of the AI crawlerVercel · vercel.com

Know someone who’d find this useful? Send it their way.

Written by

Rankbox Team

The team behind Rankbox. We study how ChatGPT, Perplexity, Gemini, and Google AI Overviews choose their sources, and publish what we learn so you can put it to work.

See which AI answers cite you today

Enter your site to see how often ChatGPT, Perplexity, Gemini, and Google cite your brand, and exactly what to publish next.

No credit card required · Free 7-day trial