Post processing
Netlify offers several post processing features to help you optimize your sites. These are available under
.# Post processing features
Snippet injection. Analytics or other scripts can be added to the HTML of your site using snippet injection.
Pretty URLs. You can rewrite link URLs to pretty URLs. For example, with Pretty URLs enabled in Site configuration, Netlify rewrites /about
to /about/
or /about.html
to /about/
.
Prerendering. To allow search engines and social networks to crawl the pages rendered by your app, you can enable prerendering.
May need to deploy to apply changes
Enabling post processing features may require a redeploy before changes take effect due to file processing during the build process.
Did you find this doc useful?
Your feedback helps us improve our docs.