Static Site Generation (SSG)
Definition
Static site generation is a technique where web pages are pre-rendered as HTML files at build time. SSG produces pages that are immediately readable by AI crawlers without any server-side processing. Best for content that doesn't change frequently.