Do I need a cookie banner?
Only if your site stores something beyond what is strictly necessary to deliver what the visitor asked for. If you run analytics, advertising pixels, session recording or most embeds, and you have EU or UK visitors, you need consent before those load. Many sites could remove the banner by removing the tracking.
The longer version
In the EU and UK, consent is required before non-essential storage is set. That means the tags must not load until somebody agrees, which is the part most banners get wrong: the banner appears, the tags fire anyway, and the record says consent was obtained.
In the United States the framing is different. State privacy statutes generally give an opt-out rather than requiring prior consent, and several require you to honor a universal opt-out signal such as the Global Privacy Control.
A banner shown identically everywhere is therefore wrong somewhere. It either asks for consent nobody needed to give, or fails to obtain consent that was required.
What to do
- List everything your site loads from another company. A browser network panel shows this in a minute.
- Remove what you do not use. Analytics nobody reads is the most common finding, and deleting it removes the obligation entirely.
- For what remains, make sure it genuinely does not load before consent, rather than loading behind a banner.
- Make refusing as easy as accepting, and make withdrawal available later.
The obligation behind this
Sources
- Guidelines 05/2020 on consent under Regulation 2016/679European Data Protection Board
WebSpark describes obligations and evidences what a site does. It does not provide legal advice, and this page is not a substitute for a lawyer who knows your business.