Install on your platform
Where the snippet goes on common site builders and frameworks.
Dzati is just one <script> tag, so it works anywhere you can add code to the <head>. Here's where that lives on popular platforms. In every case, paste your snippet from the Install screen just before </head>.
Shopify
Online Store → Themes → ⋯ → Edit code → open layout/theme.liquid → paste before </head> → Save.
WordPress
Use your theme's "header scripts" option, or a small plugin like *Insert Headers and Footers*, and paste the snippet into the header section.
Webflow
Project Settings → Custom Code → Head Code → paste → publish.
Framer
Project Settings → General → Custom Code → End of `<head>` tag → paste → publish.
Next.js
Add it to your root layout's <head> (App Router app/layout.tsx) or pages/_document.tsx (Pages Router) using Next's <Script> component with the standard strategy.
Astro / Hugo / static sites
Paste the snippet into your base layout's <head> partial so it renders on every page.
</head>. Then check Verify your setup.Was this helpful?
Still stuck? Email support