What does Google say about SEO? /
Quick SEO Quiz

Test your SEO knowledge in 5 questions

Less than a minute. Find out how much you really know about Google search.

🕒 ~1 min 🎯 5 questions

Official statement

Combining a NoIndex tag and a Canonical tag on the same page can cause issues. It may be better to use Canonical alone or redirect when possible. A NoIndex tag does not affect crawl budget, as we continue to explore the page and see that it is marked NoIndex, while the Canonical can adjust the crawl focus to the specified canonical page.
3:10
🎥 Source video

Extracted from a Google Search Central video

⏱ 45:54 💬 EN 📅 23/02/2017 ✂ 12 statements
Watch on YouTube (3:10) →
Other statements from this video 11
  1. 1:06 La règle des trois clics est-elle vraiment morte pour le référencement ?
  2. 5:51 Faut-il vraiment éviter le robots.txt pour traiter le contenu dupliqué ?
  3. 6:47 Faut-il vraiment compresser ses fichiers Sitemap pour le SEO ?
  4. 8:22 Les tests A/B menacent-ils votre référencement naturel ?
  5. 12:31 Le passage HTTPS entraîne-t-il une perte de trafic organique ?
  6. 16:14 Le désaveu de liens est-il devenu totalement inutile pour le référencement ?
  7. 21:16 Faut-il vraiment servir du HTML rendu côté serveur pour ranker avec JavaScript ?
  8. 24:03 Pourquoi Google confond-il vos titres de pages après un passage en HTTPS ?
  9. 27:13 Pourquoi hreflang ne fonctionne pas si vos pages internationales se ressemblent trop ?
  10. 32:54 Peut-on vraiment accélérer la désindexation d'une page avec la balise noindex ?
  11. 38:15 Le ratio texte/code a-t-il vraiment un impact sur le référencement naturel ?
📅
Official statement from (9 years ago)
TL;DR

Google advises against using NoIndex and Canonical together on the same page, as these directives contradict each other logically. Using Canonical alone or a redirect is preferred. Contrary to widespread belief, NoIndex does not save crawl budget as Googlebot continues to explore the page to check its status, while Canonical directs attention to the canonical version.

What you need to understand

Why do these two directives create a conflict?

The Canonical tag indicates to Google that another URL represents the authoritative version of the content. It is a signal of consolidation: page A says, "look at page B instead".

The NoIndex, on the other hand, explicitly requests not to index the current page. Combining the two essentially tells Google, "don’t index this page, but consider this other page as the correct version." Google faces conflicting instructions: should it transfer signals to the canonical or completely ignore the page?

Does NoIndex really save crawl budget?

This is a common misconception in the SEO community. Googlebot continues to explore NoIndex pages to verify that the directive is still active. It does not stop visiting them just because they are marked NoIndex.

The crawl budget is therefore not saved by having a NoIndex. If you really want to reduce crawling on certain URLs, you need to block them via robots.txt or completely remove internal links pointing to these pages. NoIndex remains an indexing signal, not a crawling signal.

What actually happens when you mix the two?

Google has to make a choice. In most observed cases, NoIndex typically prevails: the page disappears from the index and signals are not consolidated to the canonical. Thus, you lose the benefit of the Canonical.

Sometimes, Google ignores the Canonical and simply treats the page as a standard NoIndex. At other times, it may temporarily hesitate between the two directives, creating unpredictable behavior in the index. This ambiguity is exactly what should be avoided in SEO.

  • NoIndex and Canonical together create a conflicting signal that Google resolves in an uncertain manner
  • NoIndex does not reduce crawl budget: Googlebot continues to visit the page
  • Canonical adjusts the crawl focus to the specified canonical page, not the current page
  • Prefer Canonical alone to consolidate signals, or a 301 redirect if the page needs to disappear
  • Observed behavior: NoIndex generally prevails, nullifying the effect of the Canonical

SEO Expert opinion

Is this statement consistent with field observations?

Yes, and this is even a point on which Google is exceptionally clear. In practice, it is regularly observed that pages with NoIndex and Canonical disappear from the index without ranking signals (links, authority) being transferred to the canonical. The Canonical becomes ineffective.

Tests conducted on e-commerce sites show that Google prioritizes NoIndex: the page is removed from the index, and the Canonical is ignored. If your intention was to consolidate PageRank or relevance signals, you’ve missed the mark. Conversely, a Canonical alone without NoIndex works properly to group content variants.

When might this rule seem counterintuitive?

Some CMS or SEO plugins automatically add a Canonical even on NoIndex pages due to technical defaults. As a result, thousands of pages end up with this involuntary combination without the webmaster being aware. This is particularly common on WordPress, PrestaShop, or Magento.

Additionally, SEO teams sometimes think that adding a Canonical to a NoIndex page "helps Google understand the correct version." This is unnecessary. If the page should not be indexed, NoIndex alone is sufficient. If it needs to transmit its signals, then NoIndex should not be applied.

What nuances deserve to be noted?

Google refers to “may pose a problem,” not “always poses a problem.” Translation: in certain cases, Google manages to decipher the intention, but you do not control the outcome. In SEO, losing control over indexing is rarely a good idea.

Moreover, the mention that “the Canonical can adjust the crawl focus” is intriguing. It suggests that Google directs its crawl resources toward canonical URLs rather than variants. This is another reason to clean up your Canonicals and avoid conflicting signals. [To verify]: the precise impact on the crawl frequency of canonical pages versus variants remains poorly documented by Google.

Warning: If you discover pages with NoIndex and Canonical on your site, urgently audit your setup. You are likely losing ranking signals without realizing it.

Practical impact and recommendations

What should you do if you discover this combination on your site?

The first step: identify all affected pages. Use Screaming Frog, Sitebulb, or an Oncrawl crawl to find URLs that have both a NoIndex meta robots tag and a rel=canonical link. Export the list and analyze the intent behind each page.

Then, decide on a case-by-case basis: if the content should be indexed under another URL, remove the NoIndex and keep only the Canonical. If the page should disappear from the index permanently, keep the NoIndex and remove the Canonical. If it should redirect, set up a 301 and remove both tags.

How can you avoid this error in the future?

Properly configure your plugins and CMS. On WordPress, check the settings of Yoast, Rank Math, or All in One SEO: some add a Canonical by default even on pages excluded from indexing. Disable this logic if necessary.

Set up automatic alerts in your SEO monitoring tool. A simple rule: any page carrying both NoIndex and Canonical should trigger a notification. This allows you to correct the issue before Google disindexes strategic pages or ignores your Canonicals.

What strategy should be adopted based on use cases?

For pagination pages, use Canonical pointing to page 1 or a “Show All” view, without NoIndex. For filtered or parameterized pages, follow the same logic: Canonical pointing to the main version, no NoIndex unless you really want to exclude these variants from the index.

For obsolete or low-quality pages, you have two options: either a 301 redirect to equivalent content, or a NoIndex without Canonical if you need to keep the page accessible to users. Thank you pages or intermediate steps in a conversion funnel deserve a NoIndex alone, without Canonical.

  • Crawl the site to detect all pages with simultaneous NoIndex AND Canonical
  • Analyze the intent for each page: indexing under another URL, total exclusion, or redirection
  • Remove the unnecessary tag according to the case: keep Canonical alone OR NoIndex alone OR replace with a 301
  • Check the settings of SEO plugins and CMS to avoid automatic addition of Canonicals on NoIndex pages
  • Set up monitoring alerts to be notified of any reappearance of this configuration
  • Test on a sample of pages and monitor progress in Search Console over 2-4 weeks
The combination of NoIndex + Canonical sends conflicting signals to Google and generally nullifies the effect of the Canonical. Always prefer a single directive: Canonical alone to consolidate, NoIndex alone to exclude, or 301 to redirect permanently. Clean these hybrid configurations through regular technical audits. If your technical infrastructure is complex or if you manage a large catalog, consulting a specialized SEO agency can help you avoid traffic losses due to configuration errors. Personalized support allows for quick identification of inconsistencies and implementation of best practices suited to your CMS and indexing strategy.

❓ Frequently Asked Questions

Le NoIndex réduit-il vraiment le budget de crawl ?
Non. Googlebot continue d'explorer les pages en NoIndex pour vérifier que la directive est toujours active. Le budget de crawl n'est pas économisé par un NoIndex.
Que se passe-t-il si je laisse NoIndex et Canonical ensemble ?
Google privilégie généralement le NoIndex : la page disparaît de l'index et les signaux ne sont pas consolidés vers la canonique. Vous perdez le bénéfice du Canonical.
Puis-je utiliser un Canonical sur une page en NoIndex pour aider Google à comprendre ?
C'est inutile. Si la page ne doit pas être indexée, le NoIndex suffit. Si elle doit transmettre ses signaux, retirez le NoIndex et gardez uniquement le Canonical.
Comment détecter cette configuration sur mon site ?
Utilisez Screaming Frog, Sitebulb ou Oncrawl pour crawler le site et filtrer les URLs portant à la fois un meta robots NoIndex et un link rel=canonical. Exportez la liste pour analyse.
Quelle alternative si je veux exclure une page de l'index mais garder ses signaux ?
Vous ne pouvez pas avoir les deux. Soit vous indexez la page sous une autre URL avec un Canonical, soit vous l'excluez avec un NoIndex. Pour conserver les signaux, privilégiez une redirection 301 vers la page canonique.
🏷 Related Topics
Domain Age & History Crawl & Indexing

🎥 From the same video 11

Other SEO insights extracted from this same Google Search Central video · duration 45 min · published on 23/02/2017

🎥 Watch the full video on YouTube →

Related statements

💬 Comments (0)

Be the first to comment.

2000 characters remaining
🔔

Get real-time analysis of the latest Google SEO declarations

Be the first to know every time a new official Google statement drops — with full expert analysis.

No spam. Unsubscribe in one click.