Official statement
Other statements from this video 25 ▾
- 3:21 Le hreflang protège-t-il vraiment contre le duplicate content ?
- 4:22 Faut-il privilégier les tirets ou les pluses dans les URLs pour le SEO ?
- 6:27 Sous-domaine ou sous-répertoire : Google a-t-il vraiment aucune préférence SEO ?
- 8:04 L'attribut target="_blank" a-t-il un impact sur le référencement ?
- 9:09 Faut-il s'inquiéter du message 'site being moved' dans l'outil de changement d'adresse de la Search Console ?
- 10:12 Les vieux backlinks perdent-ils vraiment de leur valeur SEO avec le temps ?
- 12:22 Faut-il vraiment éviter les canonical vers la page 1 sur les pages paginées ?
- 13:47 Pourquoi Google ignore-t-il votre navigation et vos sidebars en crawl ?
- 15:46 Le texte autour d'un lien interne compte-t-il autant que l'ancre elle-même pour Google ?
- 18:47 Faut-il vraiment choisir entre fresh start et redirections lors d'une migration partielle ?
- 19:22 Architecture de site : faut-il vraiment choisir entre flat et deep ?
- 22:29 Faut-il vraiment garder ses anciens domaines pour protéger sa marque ?
- 22:59 Les domaines expirés rachètent-ils vraiment leur passé SEO ?
- 24:02 Discover n'a-t-il vraiment aucun critère d'éligibilité exploitable ?
- 26:29 Faut-il vraiment abandonner la version desktop de votre site avec le mobile-first indexing ?
- 27:11 Le responsive design est-il vraiment la seule solution viable pour unifier desktop et mobile ?
- 28:12 Faut-il vraiment s'inquiéter du PageRank interne sur les pages en noindex ?
- 33:57 Pourquoi Google désindexe-t-il vos articles de blog après une mise à jour ?
- 38:12 Pourquoi Google affiche-t-il parfois 5 résultats du même site en première page ?
- 39:45 Faut-il indexer les pages de recherche interne de votre site ?
- 42:22 L'EAT est-il vraiment inutile en SEO si Google dit que ce n'est pas un facteur de ranking ?
- 45:01 Faut-il vraiment automatiser la génération de son sitemap XML ?
- 46:34 Les tests A/B de contenu peuvent-ils vraiment dégrader votre SEO sans que vous le sachiez ?
- 53:21 Google oublie-t-il vraiment vos erreurs SEO passées ?
- 57:04 Google classe-t-il vraiment les sites sans intervention humaine ?
Google claims that repeating the same link multiple times on a page (like in navigation and content) provides no additional SEO benefits. Only the first occurrence counts for PageRank transfer and link anchor. However, this duplication can enhance accessibility and user experience by multiplying entry points to a strategic page.
What you need to understand
Why does Google ignore duplicate links on the same page?
The search engine counts each URL on a page only once, regardless of how many times it appears. The first occurrence of the link is the one that transmits PageRank and whose anchor is considered for SEO. Subsequent repetitions are completely ignored by the link calculation algorithm.
This rule has been in place for years and aims to prevent manipulation of link weight through mere repetition. If Google counted every occurrence, it would be easy to artificially multiply a strategic link to boost its value — which would render the entire linking ecosystem meaningless.
What’s the difference between the first and second occurrence of a link?
Technically, only the anchor text of the first link is indexed and used to understand the context of the target page. If your first link uses a generic anchor (“click here”) and the second uses an optimized anchor (“complete guide to internal linking”), it’s the first one that Google will retain.
This precision has direct implications on your page architecture. If you place a link in your main navigation with a short anchor, then a contextual link with a rich anchor, it’s the navigation anchor that will count. This means that the order of appearance in the HTML DOM becomes critical for the semantic optimization of your internal links.
In what scenarios are duplicate links commonly found?
The most common scenarios involve e-commerce sites and structured blogs. You have a product link in the navigation menu, another in a breadcrumb, and then a third in the body of the article — three occurrences of the same URL. The pattern also appears in rich footers that repeat links already present in the header or sidebar.
Modern CMS templates multiply these redundancies without editors realizing it. The same article can be linked from a “similar articles” widget, a category list, and a “featured” module — all on the same homepage. The result: no additional SEO gain, just a waste of crawl budget if the page contains hundreds of links.
- Only the first occurrence of a URL on a page transmits PageRank and counts for the link anchor
- The order of appearance in the HTML code determines which version of the link will be indexed
- Duplicate links can improve UX by multiplying access points, but have no additional SEO impact
- Modern CMS often generate redundant links via widgets, breadcrumbs, and navigation without the editor's control
- Optimizing the anchor of the first link becomes a priority if you want to maximize the semantic relevance transmitted
SEO Expert opinion
Is this rule consistently applied by Google?
Based on field observations, yes, the rule seems consistent with what is seen during internal linking audits. A/B tests conducted on high-traffic sites show that adding a second link to a page already present in navigation neither changes its crawl nor its positioning. Googlebot's behavior remains the same.
However, some SEOs report that duplicating links in very different contexts (navigation vs editorial content) can influence the overall semantic understanding of the target page. Not via PageRank, but through the analysis of the context surrounding each link. Google could theoretically extract different semantic signals even if the technical link is only counted once. [To be verified] — no official data confirms this hypothesis.
What nuances should be added to this statement?
Mueller talks about "additional SEO value," which is technically correct for strict PageRank transfer. But he overlooks an aspect: the multiplication of crawl paths. If your duplicated link appears in a crawled priority zone (main content vs JS-heavy sidebar), you facilitate the rapid discovery of the target page.
Another point: the UX impact mentioned by Mueller is not negligible in terms of user signals. A link in navigation + a contextual link can increase the overall click-through rate to the target page, which indirectly improves its perceived authority through behavioral metrics. Saying that "it doesn’t change anything in SEO" is therefore reductive — it doesn’t change anything in PageRank, though.
In what cases could this rule be circumvented?
Let’s be honest: we don’t "circumvent" a technical rule of this level. But we can optimize it. If you know that only the first link counts, you can control the HTML loading order so that an optimized link appears before a generic link, even if they are visually reversed on the screen (via CSS).
Some advanced SEOs use lazy-loading techniques or conditional loading to ensure that the “strategic” link is technically the first in the DOM while displaying the UX link at the top of the page. This is borderline and requires a solid technical mastery. Not recommended if you do not perfectly understand the impact on rendering and crawling.
Practical impact and recommendations
What should you concretely do on your existing pages?
First step: audit your templates to identify systematic duplicated links. Use a crawler like Screaming Frog or Oncrawl to list all URLs linked from each page, and then filter out the duplicates. You’ll be surprised at how many links are unnecessarily repeated on your category or product pages.
Next, decide on the optimal anchor for each strategic URL. If a link appears in navigation with a short anchor (“Blog”) and then in content with a rich anchor (“Complete guide to technical SEO”), reorganize the HTML code so that the rich anchor appears first in the DOM — even if it visually reverses via CSS.
What mistakes should be avoided when optimizing internal links?
Do not systematically remove all duplicate links on the grounds that they have "no SEO value." As Mueller points out, they can improve UX by multiplying entry points to an important page. A link in navigation + a contextual link in the middle of an article = two click opportunities for the user.
Avoid also over-optimizing the anchors of the first link at the expense of readability. If your navigation displays “Long-tail content semantic optimization” instead of “Services,” you may gain in semantic relevance but lose in UX clarity. The balance between SEO and user experience remains crucial.
How can you check if your changes are effective?
After reorganizing your internal links, monitor two metrics in Search Console: the crawl rate of target pages and their ranking for queries related to the new anchors. If you replaced a generic anchor with an optimized one, you should see an improvement in semantic relevance within 4-8 weeks.
Also use server logs to ensure that Googlebot is indeed following the first encountered link and not the subsequent ones. Some tools like Botify allow you to rebuild the crawl graph and visualize the paths taken by the bot. If you find that it consistently crawls through the second link, it means that your DOM order is not what you think.
- Audit templates to identify systematic duplicated links (navigation + content + footer)
- Prioritize the anchor of the first link in the HTML code, even if the visual display is different
- Keep duplicated links that truly enhance UX (accessibility, click-through rate)
- Monitor the crawl rate and positioning of target pages after anchor modifications
- Check via server logs that Googlebot is indeed following the first encountered link
- Do not sacrifice UX readability for over-optimized anchors
❓ Frequently Asked Questions
Si je mets le même lien 10 fois sur une page, est-ce que ça renforce son poids ?
L'ancre du deuxième lien est-elle prise en compte par Google ?
Dois-je supprimer tous mes liens dupliqués pour optimiser mon SEO ?
Comment savoir quel lien Google considère comme "le premier" ?
Un lien en navigation puis un lien dans le contenu : lequel optimiser en priorité ?
🎥 From the same video 25
Other SEO insights extracted from this same Google Search Central video · duration 58 min · published on 01/05/2020
🎥 Watch the full video on YouTube →
💬 Comments (0)
Be the first to comment.