Your Guide to Internal Linking
- Last Edited April 19, 2026
- by Garenne Bigby
Getting visitors to your site is only half the job. Once they’re there, you need ways to keep them exploring — and you need search engines to understand how your pages connect to each other. Internal linking is the tool for both. Done well, it reduces bounce rates, signals your site’s structure to Google and AI search systems, and distributes ranking power from your strongest pages to the ones that need it.
The fundamentals haven’t changed much since 2017: link to relevant pages, use descriptive anchor text, don’t overdo it. What has changed is the tooling, the understanding of how Google processes internal links in the age of BERT and MUM, and the way modern SEO thinking has replaced “silo” architecture with topic clusters. This guide covers what still matters and what to update.
Why Internal Linking Matters
An internal link is any link from one page on your site to another page on the same site. That’s the mechanical definition. The SEO value comes from three things internal links actually do:
- They build your site’s structural story. Google reads your internal linking pattern as a map of which pages you consider most important and how they relate to each other. Pages linked from many places get indexed faster and ranked higher, all else being equal.
- They distribute ranking power. When a page earns backlinks from external sites, that authority passes along internal links to other pages on your site. A well-linked internal page can rank for queries it would never earn external links for.
- They keep users moving. Each click into another page on your site is another chance to answer a question, build trust, or convert. A visitor who reads five pages is far more valuable than one who reads one and leaves.
All of this is still true in 2026. What’s shifted is that Google’s ranking systems are much better at understanding topical relationships through natural language (BERT since 2019, MUM since 2021) — so the relevance of your internal links matters more than their raw count. Linking pages that actually belong together is what moves the needle; stuffing a page with unrelated internal links doesn’t help and can hurt.
Internal Linking Best Practices
Use Descriptive Anchor Text
The clickable text of a link (the “anchor text”) tells both users and search engines what the destination is about. “Click here” and “read more” tell Google nothing. “Our beginner’s guide to SEO” tells Google exactly what the linked page covers.
For internal links, you have more flexibility than you do with external backlinks. Exact-match and keyword-rich anchors are fine within reason — Google treats internal anchor text as a signal from your own site about your own content, which is fundamentally different from anchor manipulation on external links. Still, vary your anchor text naturally and write for readers first. If your internal link anchors all read like keyword phrases, the page reads like SEO spam.
Link to Genuinely Relevant Pages
The most common internal-linking mistake is linking because you can, not because the destination actually helps the reader. Every internal link should pass a simple test: would a thoughtful reader of this paragraph want to click through to that page? If the answer is no, the link is noise.
Google’s modern ranking systems evaluate contextual relevance. A link from a detailed article about image optimization to a related article about Core Web Vitals is a strong signal both pages belong to a connected topic cluster. A link from the same article to your “contact us” page is a navigational link with no topical meaning.
Go Deep, Not Shallow
Link to specific supporting pages, not to your homepage or top-level category pages. Your homepage already has plenty of internal links pointing at it; sending visitors back there from deep within your content is a dead end. Your most under-linked pages are usually your most valuable long-tail articles, product pages, or case studies. Surface them through contextual internal links from related content.
Keep the Count Reasonable
There’s no hard limit on internal links per page, but readability drops fast past 5-10 per 1,000 words for a typical blog post. Long reference articles and pillar pages can carry more. The question isn’t “what’s the maximum Google allows” — it’s “how many links does this page actually need to help readers and signal structure?”
Use Plain HTML Anchor Tags
Use standard <a href="..."> anchor tags in server-rendered HTML. Links injected by JavaScript are sometimes not crawled, and links hidden behind onClick handlers without a backing <a> element are invisible to most crawlers. Modern frameworks (Next.js, Nuxt, Astro, SvelteKit) render real anchor tags automatically when you use their built-in link components.
Topic Clusters: The Modern Approach
Older SEO articles recommended “silo” architecture — grouping content into strictly separated categories and cross-linking only within each silo. Modern SEO has largely replaced that model with topic clusters.
In a topic cluster, a central pillar page covers a broad topic at a high level, and 8-15 cluster pages each go deep on a specific subtopic. Every cluster page links back to the pillar, and the pillar links out to each cluster page. This pattern signals topical authority to Google and handles cross-topic linking more gracefully than rigid silos.
Practical example for an SEO blog:
- Pillar: “Getting Started with SEO” (broad overview)
- Clusters: “Are keywords still important for SEO?”, “All about canonicals”, “JavaScript and SEO”, “Topic cluster strategy”, each linking back to the pillar and to each other where relevant.
Modern cluster strategy also leans on entity-based linking. When your content mentions specific people, tools, concepts, or brands, link those mentions to the internal page that covers them (if you have one). Over time this builds a dense, topic-focused internal link graph that modern search systems reward.
Common Internal Linking Mistakes
Forcing Links to Open in New Windows
Older SEO advice often recommended adding target="_blank" to all internal links so users wouldn’t lose their place. This is bad modern UX advice. WCAG 2.1 (the web accessibility standard) explicitly warns against opening new windows without warning — it disorients users on assistive technology and breaks expected browser behavior. Modern guidance is to let users control their own browser tabs (Ctrl+click or long-press opens in new tab when they want). Reserve target="_blank" for genuinely external links where leaving your site is the expected behavior, and always pair it with rel="noopener noreferrer" for security.
Auto-Generated Links from Plugins
WordPress plugins that automatically insert internal links based on keyword matching (sometimes called “auto-linking plugins”) can sound appealing but tend to produce clumsy, tangentially-relevant links at best. Modern plugins like Link Whisper and Yoast SEO’s internal link suggestion feature propose candidate links for human review rather than inserting them automatically; that’s the right compromise. The final decision on each link should always be a human reading the surrounding paragraph and deciding whether the link adds value.
Broken Internal Links
Every time you change a URL, every internal link pointing to the old URL breaks. Set up 301 redirects when you move content. Audit broken internal links periodically — Screaming Frog, Sitebulb, and Ahrefs Site Audit all flag them. A site full of 404s from internal links wastes crawl budget, frustrates users, and signals poor maintenance to Google.
Orphan Pages
An orphan page is a page with no internal links pointing to it. Search engines may still find orphan pages through sitemaps or external links, but without internal links they’re starved of context and authority. Every indexable page should have at least 2-3 internal links from relevant pages elsewhere on your site. Use IATO’s orphan page detection or crawl your site with Screaming Frog to find them.
Over-Optimizing Anchor Text
Using the exact same keyword anchor for every internal link to a single page looks natural in small doses but suspicious at scale. Mix in variations: the target keyword, partial matches, branded mentions, and sometimes a generic phrase. Modern Google is looking for the pattern a real writer would produce, not a ratio out of an SEO playbook.
Tools for Internal Link Auditing
A few tools make internal-link auditing and planning much faster:
- Google Search Console Links report. Free. Shows which pages have the most internal links pointing to them and exposes your internal link graph at a high level. The right place to start.
- Screaming Frog SEO Spider. Crawls your entire site and reports on every internal link, broken link, and orphan page. Free for sites under 500 URLs; paid above that.
- Sitebulb. Similar to Screaming Frog with better visualization of site structure. Particularly useful for seeing your topic clusters visually.
- Link Whisper (WordPress). Suggests internal link opportunities inside the WordPress editor as you write.
- Yoast SEO or Rank Math. Both WordPress SEO plugins include internal link suggestion features in their premium tiers.
- Ahrefs Site Audit. Part of Ahrefs’ paid subscription; crawls your site and reports on internal linking issues alongside broader technical SEO.
For a more comprehensive look at the tool ecosystem, see our guide to SEO blogs which covers the tool-blog publishing side of each of these.
Internal Linking for AI Search
AI search systems (Google AI Overviews, ChatGPT Search, Perplexity) rely heavily on the same ranking signals as traditional search to pick which pages to cite. Pages cited in AI Overviews are almost always pages that rank well in organic results, and 97% of AI Overview citations come from pages in the top 20 organic results.
For internal linking specifically, this means a few things:
- Strong internal linking to your best content raises its organic rank, which raises its AI-citation probability.
- Topic clusters are particularly useful because AI search systems often cite multiple pages on the same topic from the same site when the connection is clear. A well-linked cluster gives the AI system a stronger signal that you’re an authoritative source on the topic.
- Descriptive anchor text helps AI systems understand your pages the same way it helps Google. “Our guide to JavaScript and SEO” is more informative than “this article.”
You don’t need a separate internal linking strategy for AI search. You need solid traditional internal linking, which naturally carries over.
Frequently Asked Questions
How many internal links should a page have?
There’s no strict number. A practical target is 3-10 contextual internal links per 1,000 words of content, plus whatever navigation and footer links your template provides. Long reference articles and pillar pages can carry more. Err on the side of quality over quantity.
Should internal links use exact-match anchor text?
Sometimes, but vary it. Internal anchor text gives you more flexibility than external anchors, but an obviously-over-optimized internal link graph can still look manipulative. Mix exact-match, partial-match, and naturally-worded anchors to produce the pattern a real writer would.
Do internal links pass PageRank?
Yes, internal links distribute ranking authority across your site, including the modern internal equivalent of what used to be called PageRank. (PageRank still exists in Google’s internal systems; it was only the public Toolbar PageRank score that Google retired in 2016.) Pages with more internal links pointing at them gain more authority.
Should internal links open in a new window?
Usually no. Forcing internal links to open in a new tab is bad UX and can violate accessibility guidelines. Let users decide. Reserve target="_blank" for external links, and always pair it with rel="noopener noreferrer".
What’s the difference between internal links and external links?
Internal links point to other pages on the same domain. External links point to other sites. Both matter for SEO but in different ways: internal links shape your site’s structure and distribute your own ranking power; external links earned from other sites bring authority in from outside. You control internal linking; external linking is largely earned.
Can I have too many internal links?
Yes. If a typical paragraph has three or four internal links, readers start to tune out and Google starts to discount the pattern. Link when a link genuinely adds value, not to hit a link count.
Bottom Line
Internal linking is one of the highest-leverage things you can do for SEO, because unlike external backlinks, you control every internal link on your site. The rules haven’t changed dramatically: use descriptive anchor text, link to genuinely relevant destinations, vary your anchors, and don’t overdo it. What has changed is the organizing framework — topic clusters have replaced strict silos — and some older advice (force new windows, use auto-linking plugins, load up on exact-match anchors) has aged badly.
If you’re refreshing an older site’s internal linking, start by identifying orphan pages, fixing broken links, and looking for your top-performing content whose authority could be better distributed. For related reading, our guides on canonical tags and getting started with SEO cover the neighboring technical-SEO topics this fits inside.
Categories
- Last Edited April 19, 2026
- by Garenne Bigby