Webflow install
- In Webflow Designer: open Project Settings (gear icon, bottom left).
- Custom Code tab.
- In the Head Code area, paste:
<script defer src="https://snorklee.com/w.js" data-site="yoursite.com"></script>
- Save Changes, then Publish the site.
Notes
- Head Code applies to every page. No need to paste per page.
- In Designer preview, the snippet doesn't run — you must publish to test it.
- CMS pages (Collection Pages) inherit the global
<head>automatically.