Static Site Integration
Static site integration is for sites that generate HTML at build time or serve pre-built files - no server-side code runs per request. This includes sites built with static site generators (Jekyll, Hugo, Eleventy, Astro, etc.), CMS-exported sites, or any site hosted on a CDN or static platform.
Static integration declares your site as a Zero Ad Network partner. The browser extension detects your participation, records subscriber visits, and you earn proportionally to the time subscribers spend on your site.
Because no code runs per request, you cannot conditionally hide ads or bypass paywalls for subscribers. This integration works best for sites that are already ad-free.
Which method?
| I can... | Use... |
|---|---|
| Edit my proxy server config (Nginx, Apache, Caddy) | Proxy server config |
| Edit individual HTML files or generator templates | HTML meta tag |
Proxy server config is preferred when available - you make one change and every page is covered. The HTML meta tag requires adding a tag to every template or page, and rebuilding if you use a static generator.