Wix Cookie Banner
Skip the App Market. Own It.
Wix App Market cookie apps charge monthly and slow down your site. Add a GDPR-compliant cookie banner with 1 script tag instead — under 10KB, $99 one-time, works with every Wix template.
Do You Need a Cookie Banner on Wix?
Yes — even on a basic Wix site. Wix sets its own analytics cookies by default. If you have added Google Analytics, Facebook Pixel, Wix Stores, or any third-party app from the App Market, your site is dropping tracking cookies on every visitor.
GDPR requires explicit opt-in consent before non-essential cookies are set. PIPEDA and CCPA have similar requirements. Without a cookie consent banner, your Wix site is not compliant — and regulators are increasingly targeting small and mid-size websites.
The Wix App Market offers cookie consent apps, but most charge $5-15 per month and inject large scripts that slow your site down. That monthly fee adds up: $60-180 per year, every year, for a problem you can solve once.
Our approach: paste 1 script tag via Wix custom code or HTML embed, pay $99 once, and never think about it again. Under 10KB. No App Market dependency.
How to Add Cookie Consent to Wix
Two methods depending on your comfort level. Both take under 5 minutes.
Method A: Wix Custom Code (recommended)
Works on Wix Premium plans with custom code access
Open the builder, customize your banner, and generate the script tag.
In your Wix dashboard, go to Settings → Custom Code.
Click Add Custom Code, paste the script, set it to load in the Head on All Pages.
Publish your site. The banner appears on every page.
<!-- Cookie Banner — paste in Wix Settings > Custom Code > Head --> <script src="https://www.cookie-banner.ca/api/v1/banner.js?id=YOUR_BANNER_ID" defer ></script>
Method B: HTML Embed Element
Works on all Wix plans, including free
Open the Wix Editor, click Add Elements → Embed Code → Custom Element or HTML iframe.
Paste the script tag into the code editor.
Add the element to your site header or footer so it appears on every page.
Publish your site. Done.
Using Wix Velo?
For developers who want programmatic control
If you use Velo (Wix Code), you can load the script dynamically. Add it in your site-level masterPage.js to ensure it loads on every page before other tracking scripts.
// masterPage.js — loads on every page
import { head } from 'wix-head';
$w.onReady(function () {
head.addScript(
'https://www.cookie-banner.ca/api/v1/banner.js?id=YOUR_BANNER_ID',
{ defer: true }
);
});Why Wix Site Owners Switch to This Cookie Banner
No App Market fees. No bloated scripts. Full control over your cookie consent.
Wix Stores Compatible
Essential e-commerce cookies keep working. Analytics and marketing trackers only fire after consent. No impact on cart or checkout.
Under 10KB, Async Loading
Loads from a global CDN without blocking your page. No performance hit. Your Wix site stays fast on every device.
GDPR, CCPA, PIPEDA
Blocks non-essential cookies until consent is given. Supports opt-in (GDPR) and opt-out (CCPA) compliance modes.
Matches Any Wix Template
Customize colors, fonts, layout, and position in the visual builder. Looks native on every Wix template. No CSS needed.
Update Without Republishing
Change banner copy, design, or compliance settings from the dashboard. Changes appear instantly. No Wix Editor needed.
Google Consent Mode v2
Built-in support for Google Consent Mode. Works with GA4, Google Ads, Facebook Pixel, and other marketing scripts.
Frequently Asked Questions
Common questions about Wix cookie consent and GDPR compliance
How do I add cookie consent to a Wix site?
Open your Wix Editor, go to Settings > Custom Code (or use an HTML embed element). Paste the single script tag into the Head section so it loads on every page. Save and publish. The cookie banner appears automatically and blocks tracking scripts until the visitor consents. The whole process takes about 5 minutes.
Does this work without Velo or coding knowledge?
Yes. The simplest method uses the Wix custom code editor under Settings > Custom Code. You paste one script tag and publish. No Velo, no JavaScript, no coding. If you do use Velo, you can also add the script programmatically through the Head section for more control.
Why not use a cookie consent app from the Wix App Market?
Most Wix App Market cookie consent apps charge $5-15 per month and add heavy scripts that slow down your site. Our solution costs $99 one-time with no recurring fees. The script is under 10KB and loads from a global CDN. You also get full customization control that marketplace apps restrict behind premium tiers.
Is this Wix cookie banner GDPR and PIPEDA compliant?
Yes. The banner supports GDPR (EU), PIPEDA (Canada), CCPA/CPRA (California), and other global privacy laws. It blocks analytics and marketing cookies by default and only fires them after the visitor gives consent. You choose the compliance mode in the visual builder based on where your audience is located.
Will this cookie banner work with Wix Stores?
Yes. The banner works alongside Wix Stores without interfering with essential e-commerce cookies like cart and checkout. It only manages non-essential cookies like analytics and marketing trackers. Conversion tracking and Facebook Pixel fire only after the visitor consents, keeping your store compliant.
Make Your Wix Site Compliant Today
Build your cookie banner in the visual editor, paste the script into Wix custom code or an HTML embed, and publish. Five minutes from now, your Wix site is GDPR compliant.