diff --git a/src/content/docs/blueprints/cookie-banner.mdx b/src/content/docs/blueprints/cookie-banner.mdx index f0b0bb1b..50186aed 100644 --- a/src/content/docs/blueprints/cookie-banner.mdx +++ b/src/content/docs/blueprints/cookie-banner.mdx @@ -3,11 +3,21 @@ title: "Cookie Banner with Arcjet" description: "Use Arcjet's IP analysis to show a cookie banner in some jurisdictions." --- -import { Aside } from "@astrojs/starlight/components"; +import { Aside, Badge } from "@astrojs/starlight/components"; -Cookie banners serve as digital consent notices, informing visitors about data tracking practices. While not universally mandated, they are required in specific jurisdictions, notably the EU under GDPR. Prudent websites implement these notifications selectively, ensuring compliance where necessary while preserving a streamlined user experience in regions without such requirements. +Cookie banners serve as digital consent notices, informing visitors about data +tracking practices. While not universally mandated, they are required in +specific jurisdictions, notably the EU under GDPR. Prudent websites implement +these notifications selectively, ensuring compliance where necessary while +preserving a streamlined user experience in regions without such requirements. -Using Arcjet's IP Geolocation feature it is possible to selectively show the banner's to users resident in jurisdictions that require them, without interfering with the experience of everyone else. +Using Arcjet's IP Geolocation feature it is possible to selectively show the +banner's to users resident in jurisdictions that require them, without +interfering with the experience of everyone else. + +Country data is available on the plan, +but the region data is only available on the +and above.