SSG — Static website generation
A method in which all pages are pre-generated as HTML files at build time and deployed to a CDN. Delivers extremely low TTFB and top-notch Core Web Vitals scores — ideal for content that doesn't change with every request
SSG
A method in which all pages are pre-generated as HTML files at build time and deployed to a CDN. Delivers extremely low TTFB and top-notch Core Web Vitals scores — ideal for content that doesn't change with every request
Derivatives & related terms
- ISR (Incremental Static Regeneration)
- On-demand revalidation
- getStaticProps
- getStaticPaths
- Build time
- Pre-rendering
- Gatsby (SSG)
- Astro (SSG)
- hugo
- 11ty (Eleventy)
- SSG sitemap generation
SEO tip
SSG + ISR is the SEO gold standard for news and blog sites: static speed combined with fresh content. Set revalidate = 3600 for hourly updates without a full rebuild.
Source: Georgia Business & Technology Glossary by Del-Ops Technology & Consulting Team. Last Updated: February 2026.
