# What is the difference between crawling, rendering, indexing, ranking and serving?

> Crawling Google discovers and fetches URLs.

### Rendering

Google executes relevant JavaScript to obtain the rendered page.

### Indexing

Google processes the content and decides whether/how it should be represented in the index.

### Ranking

For a search query, Google's systems determine the ordering of eligible results using many signals.

### Serving

Google presents results to the user.

These are different stages. Solving a crawling problem does not automatically solve a ranking problem.

## Sources

- [Google Search Central — How Search Works](https://developers.google.com/search/docs/fundamentals/how-search-works)
- [Google Search Central — Javascript SEO Basics](https://developers.google.com/search/docs/crawling-indexing/javascript/javascript-seo-basics)

## 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 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/what-is-the-difference-between-crawling-rendering-indexing-ranking-and-serving
