# When should a page be canonicalized instead of noindexed?

> Use canonicalization when multiple URLs represent essentially the same content and you want one representative URL.

Use noindex when a URL should not be in the index, even though it may still be useful for users or internal workflows.

Example:

`/product/shoe
/product/shoe?utm_source=email
`
may be consolidated to the clean product URL.

But an internal search result page might simply be excluded from indexing.

Do not use canonical as a generic substitute for noindex; they communicate different intentions.

## Sources

- [Google Search Central — Canonicalization](https://developers.google.com/search/docs/crawling-indexing/canonicalization)
- [Google Search Central — Intro](https://developers.google.com/search/docs/crawling-indexing/robots/intro)

## Related questions

- [How do you determine why an important page isn't indexed?](https://www.theseocentral.com/technical-seo-faq/how-do-you-determine-why-an-important-page-isn-t-indexed.md)
- [How do you investigate "Crawled - currently not indexed"?](https://www.theseocentral.com/technical-seo-faq/how-do-you-investigate-crawled-currently-not-indexed.md)
- [How do you investigate "Discovered - currently not indexed"?](https://www.theseocentral.com/technical-seo-faq/how-do-you-investigate-discovered-currently-not-indexed.md)
- [How do you validate whether an indexation fix actually worked?](https://www.theseocentral.com/technical-seo-faq/how-do-you-validate-whether-an-indexation-fix-actually-worked.md)
- [How would you identify index bloat?](https://www.theseocentral.com/technical-seo-faq/how-would-you-identify-index-bloat.md)
- [How would you manage indexation on a large e-commerce website?](https://www.theseocentral.com/technical-seo-faq/how-would-you-manage-indexation-on-a-large-e-commerce-website.md)
- [What happens when canonical and noindex signals conflict?](https://www.theseocentral.com/technical-seo-faq/what-happens-when-canonical-and-noindex-signals-conflict.md)
- [What is the difference between crawling, rendering, indexing, ranking and serving?](https://www.theseocentral.com/technical-seo-faq/what-is-the-difference-between-crawling-rendering-indexing-ranking-and-serving.md)
- [What signals influence Google's canonical selection?](https://www.theseocentral.com/technical-seo-faq/what-signals-influence-google-s-canonical-selection.md)

---

Answered by Abhinav Krishna (https://www.theseocentral.com/author/abhinav-krishna)
Source: https://www.theseocentral.com/technical-seo-faq/when-should-a-page-be-canonicalized-instead-of-noindexed
