Google and Bing web crawlers occasionally crawl a document, but render it up to several weeks later using a headless browser. This delay between document crawl and assets download (which happens during render) can cause indexing failures if the website has been re-deployed since the crawl.
Vercel now automatically protects against such indexing failures for projects that have Skew Protection enabled.
This was achieved by extending the maximum age for Skew Protection to 60 days for requests coming from major search engine bots, such as Googlebot and Bingbot. This means that assets deployed up to 60 days ago will still be accessible to search engines when they render your document.
Regardless of the maximum age configured in the dashboard, Pro and Enterprise accounts using Skew Protection will automatically be protected from this delay, thereby improving SEO.
Learn more about Skew Protection and enable it in your project. Also, check out our SEO research on how Google handles JavaScript throughout the indexing process, which provides a deeper dive into the search rendering process.