Third-party video or map embeds load without a consent banner
Embedding a YouTube video, Vimeo player, or Google Maps widget on a page loads code from that company's own servers, and it sets cookies as soon as the page loads, before a visitor interacts with the embed at all. This check looks for such embeds and whether a cookie consent banner is present to gate them. On this site, one or more of these embeds were found, and no consent banner was detected. European regulators treat an unconfigured YouTube or Google Maps embed as something that requires consent before it loads, because it sets third-party cookies the moment the page renders. Without a banner, the site is setting these cookies for every visitor, EU-based or not, with no opportunity for anyone to decline first. Your developer can switch to the privacy-friendlier versions of these embeds, such as youtube-nocookie.com instead of the standard YouTube embed, or replace the embed with a click-to-load thumbnail that only fetches the real player after the visitor clicks it. Alternatively, gate the embed behind the site's consent banner so it only loads once the visitor accepts. This is typically a half-day task covering all embed types on the site.
Why this matters
European regulators treat an unconfigured YouTube or Google Maps embed as something that requires consent before it loads, because it sets third-party cookies the moment the page renders. Without a banner, the site is setting these cookies for every visitor, EU-based or not, with no opportunity for anyone to decline first.
How to fix it
Your developer can switch to the privacy-friendlier versions of these embeds, such as youtube-nocookie.com instead of the standard YouTube embed, or replace the embed with a click-to-load thumbnail that only fetches the real player after the visitor clicks it. Alternatively, gate the embed behind the site's consent banner so it only loads once the visitor accepts. This is typically a half-day task covering all embed types on the site.