Key takeaways
- Most teams do internal linking by feel, for lack of measurement. We mapped ours: 84 pages, 825 content links, navigation and footer excluded
- The correlation between internal links received and clicks is +0.05. None. Our three most-linked articles total 6 clicks; the one pulling 399 ranks fourteenth on linking
- Our two pages that sell receive one link each and send out 13 and 14. They are the most depleted pages on the site
- 39 of 84 pages have no editorial path from the homepage, including 37 of the 62 glossary entries
- The method comes down to five rules and is verified with a 100-line script, no paid tool involved
Ask an SEO team how many internal links point at their most strategic page. Almost nobody can answer. Internal linking gets decided by feel, article after article, with a vague sense of doing the right thing.
We wanted to know how ours held up. Rather than publish a theoretical method, we mapped the internal linking of vydera.com, then cross-checked the graph against twelve months of Search Console. The results are not flattering, which is exactly what makes them useful.
What we measured, and how
A crawl of the 84 French pages listed in the sitemap, extracting internal <a> links. One methodological precaution, and it changes everything:
We only count content links. Navigation and footer appear on every page of the site: including them levels everyone out and erases the signal. Only links placed in the editorial body count, because they are the only ones carrying intent.
Raw result: 825 content links, a maximum depth of 3 clicks from the homepage, and a graph we can finally look at squarely.
Linking does not follow performance
First question, the obvious one: do we link most to the articles that perform best?
The most-linked articles are not the most-read
The 15 Lab articles on vydera.com, ranked on the left by internal links received, on the right by clicks over 12 months. If internal linking followed performance, the lines would run parallel.
- Ranked by internal links received
- Ranked by clicks, 12 months
Spearman rank correlation: +0.05. In other words, none. The three most-linked articles total 6 clicks; the one pulling 399 ranks fourteenth on internal links.
Search Console, 27 August 2025 to 25 August 2026. Content links only, navigation and footer excluded.
The rank correlation is +0.05. On a scale where 0 means "no relationship" and 1 means "perfectly aligned", that is noise.
The detail says more than the coefficient. Our three most internally-linked articles, 88 links between them, total 6 clicks over twelve months. Meanwhile our article on Claude prompts pulls 399 clicks on its own, and ranks fourteenth out of fifteen on internal links, with 5 pointing at it.
Put plainly: we spent a year reinforcing the pages that do not convert, and leaving alone the one carrying two thirds of our organic traffic.
This is neither bad luck nor negligence. It is the mechanical result of linking as you write: you link what comes to mind while drafting, which means foundational articles and definitions, not the ones that perform.
The pages that sell are the poorest on the site
Second question, the one that costs money: where does the link equity go?
| Page | Role | Received | Sent | Balance |
|---|---|---|---|---|
| /fr/agence-seo-agentique | Sells | 1 | 13 | -12 |
| /fr/agence-geo-agentique | Sells | 1 | 14 | -13 |
| /fr/solutions/ (les 6) | Sells | 3 | 7.5 | -4.5 |
| /fr/cas-clients | Proof | 28 | 11 | +17 |
| /fr/lab (les 15 articles) | Content | 14.4 | 10.8 | +3.6 |
| /fr/glossaire (les 37) | Content | 4.9 | 11.8 | -6.9 |
| /fr/contact | Conversion | 75 | 2 | +73 |
Our two service pages, the ones describing the offer and carrying contact requests, receive a single content link each. They send out 13 and 14. They are the two most depleted pages on the site.
The six pages under "solutions" do barely better at 3 inbound links on average. The contact page, by contrast, gets 75: it is the end-of-article CTA, placed everywhere, and it works very well.
The imbalance is stark. The editorial corpus pushes toward the final conversion but skips the middle step: the pages that explain what we do and why. A prospect reading an article reaches contact without ever passing through the offer.
39 of 84 pages are editorially unreachable
Third measurement: starting from the homepage and following only content links, how many pages do you reach?
45 out of 84. The other 39 exist only through navigation. Among them, 37 of the 62 glossary entries.
Not a disaster in itself: the glossary stays accessible, indexable, and it does its job of entity recognition. But a glossary sending out 11.8 links on average while receiving 4.9 is a one-way pump. It distributes authority it never gets back.
The about page and the legal notice are outright orphans, with zero inbound content links.
The method in five rules
What we fixed, and what we now apply to every publication.
- Link from the content, never from an automated block. A CMS-generated "related articles" module carries no intent and weighs little. A link placed inside a sentence, with anchor text describing the destination, carries one.
- 3 to 6 outbound links per page, no more. Beyond that each link is worth less and the reader stops clicking. Our pages with 14 outbound links serve nobody.
- Check the balance, not the count. A useful page receives at least as much as it gives. The table above can be rebuilt with one command, and it is the only indicator that exposes the pages you are draining.
- Link what performs, not what reassures. Cross the graph against Search Console once a quarter. If the correlation sits near zero, your linking is decorative.
- No strategic page more than 2 clicks from the homepage, counting content links only. Navigation does not count: parts of the engine ecosystem ignore it, and it says nothing about hierarchy.
None of these rules needs a paid tool. The graph is built by a script that reads the sitemap, fetches each page and extracts links from the body. About a hundred lines.
What this changes for AI engines
A generative engine does not browse a site the way a person does. It fetches pages, extracts passages, and decides which to cite. The link structure tells it what is central and what is peripheral on your site.
Linking heavily to your definitions while ignoring your offer pages sends a clear message: this site talks about concepts, not services. Which is exactly what we were saying about ourselves without meaning to.
The retrieval mechanism is covered in our article on query fan-out, and making structure legible in the one on llms.txt.
Running the measurement yourself
The approach works on any site:
- Pull the sitemap URLs, filtered to a single locale.
- For each page, isolate the content (the
mainelement, or the body stripped ofnav,headerandfooter) and extract internal links. - Count inbound and outbound links per page, compute depth from the homepage breadth-first.
- Export clicks and impressions from Search Console over the same period.
- Compare the two rankings. If the ranks disagree, your linking is not working for you.
Budget an hour for a site under 500 pages. It is the best effort-to-insight ratio in all of technical SEO, and almost nobody does it.
For the definitions: internal linking and link juice.
Should navigation links count in an internal linking audit?
No. Navigation and footer appear on every page: including them levels everyone out and erases the signal. Only links placed in the editorial body carry intent and deserve to be counted.
How many internal links per page?
3 to 6 outbound links in the body text. Beyond that each link weighs less and the reader disengages. On our own site, the pages with 13 or 14 outbound links were precisely the ones receiving least in return.
How do I know whether my internal linking works?
Compare two rankings: your pages by internal links received, and your pages by clicks in Search Console. If the two rankings disagree, the linking is decorative. On vydera.com the rank correlation was +0.05, meaning none.
How deep can an important page sit?
Two clicks from the homepage, counting content links only. Navigation does not count: engines treat it differently and it says nothing about the real hierarchy of the site.
Does internal linking matter for AI engines?
Yes, but differently. A generative engine uses link structure to tell what is central from what is peripheral. A site that links heavily to its definitions and ignores its offer pages presents itself as a site about concepts, not services.
Do I need a paid tool to audit internal linking?
No. A hundred-line script that reads the sitemap, fetches each page and extracts body links is enough. Budget an hour of processing for a site under 500 pages.




