If you are seeing a lot of text listing cookie information below the footer of your website, then this is likely due to the Cookie Declaration script being injected in the <head>
section, instead of in the <body>
, in the exact location where you want to it to be displayed.
When you log into the Admin and select "Script embeds" from the menu, you should see two script tags:
-
Cookiebot CMP Script Tag
-
Cookie Declaration Script Tag
Proper implementation
Cookiebot CMP script tag
This script must be present and be the first script to load on every page - preferably immediately after the opening <head>
tag. This is to ensure that no matter which URL visitors use to enter the website, the banner will be displayed, and no scripts can load (and set cookies) without consent.
Cookie Declaration Script Tag
This script is usually implemented on a single page, like we have done on our own website: Cookie Declaration.
Unlike the Cookiebot CMP script tag, the Cookie Declaration script tag should only be inserted on the page, in the exact position where you want to display the Cookie Declaration.
This could be a separate cookie policy page on your website or embedded into your existing privacy policy.
Comments
0 comments
Please sign in to leave a comment.