๐ฏ ๐ฃ๐ผ๐๐-๐๐ฒ๐ฝ๐น๐ผ๐ ๐๐ต๐ฒ๐ฐ๐ธ๐ ๐ณ๐ผ๐ฟ ๐๐น๐ผ๐๐ฑ๐ณ๐น๐ฎ๐ฟ๐ฒ ๐ฃ๐ฎ๐ด๐ฒ๐
I spent two weeks fixing production bugs. Avoid these issues with three fast checks after your build.
- Sitemap Status
- Check if your sitemap-index.xml returns a 200 code.
- Verify your URL count in the sub-sitemap.
- Low counts mean your data pipeline failed.
- This finds redirect errors browsers often hide.
- Search Indexing
- Run a script to send URLs to IndexNow.
- Notify Bing and Yandex.
- Look for 403 errors.
- This proves your verification keys are live.
- Performance Trends
- Use Lighthouse CI once a week.
- Track your Performance, CLS, and Accessibility.
- Watch for CSS or layout regressions.
- Use this as a monitor. It does not block your builds.
Static sites do not need complex tests. These checks cover the main risks for SSG sites.
Source: https://dev.to/morinaga/three-post-deploy-checks-i-run-after-every-cloudflare-pages-build-mak