## What is the Dynamic Rendering recommendation?

The [Dynamic rendering recommendation](https://developers.google.com/search/docs/guides/dynamic-rendering) proposed by Google describes how to make any websites based on JavaScript crawlable by Google and any other bots. It defines a simpler protocol than the now deprecated [Crawling scheme specification](/content/faq/what-is-the-ajax-crawling-scheme/index.html) between bots and HTTP servers. This protocol allows bots to retrieve HTML [snapshots](/content/faq/what-is-an-html-snapshot/index.html) instead of the HTML pages sent to regular users which requires JavaScript to be properly rendered.

You can find more information about how Dynamic Rendering works [here](/content/faq/how-does-dynamic-rendering-work/index.html).

If you have questions or comments about this FAQ, please contact us by [email](mailto:contact@seo4ajax.com).
