Deployments
Choose a Deployment Integration
Compare the available installation methods and choose the integration that fits your website stack and rendering requirements.
Choose your integration method
All three methods receive the same deployments and update instantly when you make changes in the SEO Core dashboard. Pick the one that fits your stack:
JavaScript Snippet
The fastest way to get started. Add one line to your site's
— works with any website, CMS, or page builder. No server access required.WordPress Plugin
Server-side deployment built into WordPress. Changes appear in your page's HTML output — no JavaScript dependency, works even with caching plugins.
Node.js Package
npm package for Express, Fastify, Next.js, and any Node.js server. Apply changes server-side via middleware with push-sync and background polling.
Which method should I use?
If you're not sure, start with the JavaScript snippet — it takes under two minutes and works on virtually every site. Upgrade to a server-side integration later if you want changes to appear in the raw HTML output (before JavaScript runs).
Server-side integrations (WordPress plugin and Node.js package) are preferred when: your users have JavaScript disabled, you rely on server-side rendering for SEO, or your caching layer captures the full HTML response.
