TECHNICAL · SEO GLOSSARY

Static Site SEO

The SEO strategy for sites built with static site generators (Gatsby, Astro, Hugo, Eleventy, Next.js SSG mode) — where HTML is pre-built at deploy time and served directly from a CDN without server-side computation, producing excellent Core Web Vitals and reliable Googlebot crawl experiences.

Definition

Static site SEO refers to the technical SEO approach for websites built with static site generators (SSGs) — frameworks that compile source content (Markdown, MDX, CMS API data, database queries) into static HTML, CSS, and JavaScript files at build time. These files are then served directly from a CDN without a web server generating HTML per-request. Popular SSG frameworks: Gatsby (React), Hugo (Go), Eleventy (Node.js), Astro (multi-framework), and Next.js (when configured for static export or ISR). SEO advantages of static sites: (1) **Exceptional LCP performance** — HTML is served directly from CDN without server rendering latency; LCP for static sites is typically well below Google\'s 2.5s threshold. (2) **Reliable first-wave Googlebot indexing** — complete HTML is available on the first request without any JavaScript execution; structured data is in the initial HTML and processed immediately. (3) **Predictable canonical management** — the build process generates canonical tags consistently from the site\'s URL structure; no runtime variation in canonical generation. (4) **Low infrastructure cost** — CDN hosting of static files is inexpensive relative to SSR server hosting; lower cost per page served enables scaling. Static site SEO limitations: (1) **Stale content** — content changes require a rebuild before they appear on the live site. Build times for large sites (10,000+ pages) can be 10–30+ minutes. (2) **Dynamic content** — personalisation, user authentication, search results, and real-time data require client-side JavaScript or serverless function APIs for these specific components, while the rest of the page remains static. (3) **Form handling** — forms require external services (Netlify Forms, Formspree) rather than server-side processing.

Why it matters for SEO

Static sites represent the gold standard for Core Web Vitals performance and Googlebot crawl reliability. For content-heavy sites (blogs, documentation, marketing sites, e-commerce catalogues with acceptable content freshness), static site generation provides the fastest and most reliable SEO foundation. Migrating from a slow SSR or CSR site to SSG (with ISR for freshness) is often the highest-ROI technical SEO investment available.

How DeepSEOAnalysis checks this

DeepSEOAnalysis audits static site URLs as it audits any URL: checking structured data in the initial HTML (straightforward for SSG sites where JSON-LD is build-time generated), CrUX field data (typically excellent for static CDN-served pages), canonical tag correctness, and AI visibility signals. The audit confirms that the build-time SEO implementation is working correctly on the live site.

GLOSSARY

technical

Rendering Mode (SEO)

The method by which a web page\'s HTML is generated and delivered to users and search engines — including server-side rendering (SSR), static site generation (SSG), incremental static regeneration (ISR), and client-side rendering (CSR) — with different implications for SEO performance, content freshness, and indexing reliability.

Read definition →

technical

SSR vs SSG (SEO)

The choice between server-side rendering (generating HTML per request at the server) and static site generation (pre-building HTML at deploy time) — both produce SEO-safe server-rendered HTML, but with different trade-offs in content freshness, performance, and infrastructure cost.

Read definition →

technical

Incremental Static Regeneration (ISR) SEO

A Next.js rendering strategy that serves statically pre-generated pages (fast, SEO-safe) while automatically regenerating stale pages in the background at defined intervals — enabling large content sites to combine SSG performance with acceptable content freshness without full rebuilds.

Read definition →

technical

Decoupled SEO

The full set of SEO considerations specific to decoupled (headless) web architectures — where content management and content presentation are separate systems — including rendering strategy, structured data implementation in the frontend layer, canonical management, and AI crawler access.

Read definition →

performance

Core Web Vitals

Three Google metrics — LCP, INP, and CLS — that measure real-user loading, interactivity, and visual stability.

Read definition →

See how your site scores on Static Site SEO.

The free DeepSEOAnalysis audit checks static site seo and 100+ other signals. Full report, no signup.

Run a free audit →