◆
No-code
Webflow / Squarespace / Wix
Custom Code in project settings - <head> tag section.
01
Webflow
Project Settings → Custom Code → Head Code → paste the snippet. Publish.
02
Squarespace
Settings → Advanced → Code Injection → Header. Paste the snippet.
03
Wix
Settings → Custom Code → Add New Code → Add to: Head → All pages. Paste the snippet.
04
Snippet
Same for all three:
<!-- Consentlane: cookie consent banner (GDPR) + Consent Mode v2 - paste in <head> before Google Analytics / GTM -->
<script>
window.dataLayer=window.dataLayer||[];window.gtag=window.gtag||function(){window.dataLayer.push(arguments)};
gtag('consent','default',{ad_storage:'denied',ad_user_data:'denied',ad_personalization:'denied',analytics_storage:'denied',wait_for_update:500});
window.uetq=window.uetq||[];window.uetq.push('consent','default',{ad_storage:'denied'});
</script>
<script async src="https://consentlane.com/v1/cl.js?s=YOUR_KEY"></script>
Ready to try? The Free plan is enough to start.
Sign up