# How would you manage indexation on a large e-commerce website?

> Create an indexation policy by URL class.

Example:

`Product pages → index if valid/unique
Category pages → index
Internal search → usually exclude
Tracking parameters → consolidate
Sort parameters → control
Temporary filters → control
Out-of-stock products → business-specific policy
Expired products → redirect, 404/410 or retain depending on context
`
The policy should be implemented consistently across templates rather than manually page by page.

Then validate:

- index coverage;

- canonical selection;

- sitemap quality;

- internal links;

- crawl distribution.

## Sources

- [Google Search Central — Crawling Indexing](https://developers.google.com/search/docs/crawling-indexing)
- [Google Search Central — Crawl Budget](https://developers.google.com/crawling/docs/crawl-budget)

## 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)
- [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)
- [When should a page be canonicalized instead of noindexed?](https://www.theseocentral.com/technical-seo-faq/when-should-a-page-be-canonicalized-instead-of-noindexed.md)

---

Answered by Abhinav Krishna (https://www.theseocentral.com/author/abhinav-krishna)
Source: https://www.theseocentral.com/technical-seo-faq/how-would-you-manage-indexation-on-a-large-e-commerce-website
