// Add to head
Cookie Banners
Ad Optimization

How to Optimize Cookie Banners for Core Web Vitals

1
Rohan Sharma
August 21, 2024
September 4, 2024

Did you hear the good news? After much deliberation, Google has finally decided to keep the third-party cookies for its internet browser Chrome. Well, it may seem like a relief but there are still a lot of things that you must take care of – beginning with optimizing your cookie banners to enrich your user experience and of course, to maximize your revenue.

But, before we dig into the how’s of cookie banner, let’s see how far the cookies have come:

the cookie timeline

Even though we have entered a post-cookie world, 78% of digital advertising still depends on cookies, and so the publishers must understand the significance of it and evolve with the industry. You must invest in capturing zero and first-party data more than ever before to create audiences and for targeting.

The need for these identity solutions will not only enable you to build an improved user experience, but also give you more control over audience insights. Moreover, it will also reduce any dependence on third-party data providers. You will also be able to leverage first-party data to create valuable audience segments that are attractive to advertisers, opening up new revenue streams.

Now that we know cookies are important, and it’s mandatory to capture user consent, let’s learn how it impacts user experience.

What it Means for User Experience?

When you think of improving your SEO score, the first thing that comes to your mind is the user experience. Without a doubt, user engagement is a clear reflection of your website’s performance. Now, imagine a visitor eager to explore your content, and even before they dive into it, a cookie banner pops up, slowing everything down. Chances are the user abandons your website altogether.

In a world of fast-speed internet and a lack of patience, user expectations are higher than ever, and optimizing cookie banners without compromising the user experience highlights a crucial challenge for publishers like you. 

But before we dive deeper into how to optimize cookie banners and the core web vitals, we need to understand what they are, and how they impact each other and the user experience.

What is a Cookie Banner?

If you have ever visited a website and chosen ‘Accept All’ or ‘Reject All’ or ‘Customize Cookie Preference,’ then you have come across what is called a Cookie Banner. It’s a notification that pops up on a screen when a user visits a website seeking and informing about the use of cookies on the website. A cookie banner typically contains a memo that explains what the message is about, what cookies are, the types of cookies being tracked by the website, why they are used, etc. The cookie banner pops essentially to inform the user about their privacy and provide them control over their data.

Example:

ai jazeera

Source: https://www.aljazeera.com/

So, while cookie banners are essential for informing users about data usage and obtaining their consent, they shouldn't be poorly implemented to drive users away.

What are Core Web Vitals?

Understanding how your website is performing or the quality of experience it delivers shouldn’t be a challenge for a website owner. Hence, Google introduced Web Vitals.

According to Philip Walton, Google, “It is an initiative by Google to provide unified guidance for quality signals that are essential to delivering a great user experience on the web.”

So, basically, the Core Web Vitals are amongst the most important statistics used to analyze and improve website speed and performance. These are a set of three web performance metrics that Google’s search engine uses to measure and make decisions on which web pages to display in search results.

So, if you are a website owner wondering why your web content is not ranking despite all the efforts, then you should (also) look at your website’s core web vitals. In simple terms, including CWV in your holistic strategy will improve website rankings and help you achieve a good CWV score, and vice versa.

Three Core Web Vitals

Core Web Vitals analyzes the user experience on your site by measuring its speed, responsiveness, and visual stability. To do so, they rely on three metrics:

Largest Contentful Paint (LCP) measures the time taken by the largest web element (be it content or an image) to load on the screen.

lcp

First Input Delay (FID) is used to calculate the time from the first user interaction with the page (by clicking a link/button, etc.) to the time taken when the browser responds to that interaction.

fid

Cumulative Layout Shift (CLS) measures how much the web elements move around the viewport when the page loads.

cls

Impact of a Cookie Banner on LCP

How do cookie banners affect a page’s LCP?

A cookie banner can influence your LCP metric if it contains the largest block of content in the viewport. If Google’s bots consider your banner’s element the largest, your LCP score will depend on how fast your banner loads. However, Google has earlier said that consent pop-ups shouldn’t affect your site’s SEO, but we’ve seen exceptions.

So, your job is to either avoid your banner from containing LCP or make it load so fast that it doesn’t matter if it has the largest element on the screen. We suggest you go with the first option because speeding up the cookie banner would be very tough. 

Where can you go wrong with LCP and Cookie Banner?

Case #1: Your banner covers most of the screen

When your banner is already the biggest on the screen, it’s more likely to contain the largest block. Desktop sites may not suffer from this problem because of the available screen real estate, but mobile sites don’t enjoy the same luxury.

Forbes

Source: Forbes

The solution is obvious, make the banners as small as possible. Don’t add too much text to it and keep the message as short as possible. Use a ‘Learn more’ link for additional information. Use fonts that don’t take too much space.

IGN

Case #2: Your banner has scrollable text

If you look at this community thread on Google’s forum, you’ll find that the publisher’s banner is already small, but it contains a scrollable text block. The block is forming the LCP of the page. The probable reason can be that even when the text block is partially visible, its actual size is still the largest on the page. So, the bots are counting it as an LCP element. As we mentioned earlier that loading the cookie banner faster can be difficult due to its third-party integrations, this situation can lead to a poor LCP score.

Cookie Banner

An example of a cookie banner with a scrollable text block.

To avoid this problem, go with the type of banner we suggested in the previous case. Don’t add scrollable items to your consent banner.

Case #3: Your banner loading speed is slow

A slow banner can affect your LCP score in two ways. We’ve already discussed the first where it contained the largest text block. The second is when the banner’s loading speed is causing other elements to slow down. In such a case, the LCP element will be delayed, and the score will be hampered.

The best practice would be to load the banner asynchronously so that the page load is independent of the banner. It’ll have a significant impact on your page load speed. Just ask your developers to implement asynchronous calling to your consent banner/CMP. You can render the banner outside of the viewport and make it slide in as an overlay later.

Another suggestion is to implement pre-fetch or pre-connect so that the browser connects with your banner/CMP in optimum duration. You can refer to this article for help. Preloading your cookie consent script can also be helpful to speed up the process.

Case #4: Your banner loads too early

Scripts are render-blocking resources. It means if you’re loading them synchronously, your browser can stop rendering page elements while parsing synchronous JavaScript tags. As a result, it can delay the LCP and lead to a poor score.

So, prioritize your page’s native elements if taking users’ consent is not necessary during the initial few seconds of the session. Once LCP is rendered, you can ask for consent with a small banner.

Some Do’s that can help you avoid low LCP:

#1: Set the initial position of the cookie banner outside of the viewport.

#2: Use JavaScript to add a class to the banner that has a CSS animation to slide it back up into the viewport

Impact of Cookie Banner on FID

How do cookie banners affect a page’s FID?

First Input Delay is primarily dependent on the browser’s background processes. So, if your site makes the browser run too many tasks, it’ll sporadically become unresponsive to user inputs. Since FID measures the time between the user’s first interaction till the browser’s response, an unresponsive browser will negatively impact your score. Whether you are optimizing for the cookie banner or any other element for FID, the ultimate solution would be to minimize browser processes. 

The solution is to reduce the load. Work with your developers to lower the amount and size of CSS and javascript on your site. Get rid of all unnecessary scripts with no value for the user. Focus on making the page lightweight, compress files, implement Lazy Loading, etc. Doing so will free up your browser from unnecessary network requests and lighter files will allow faster processing.

We’ve also covered a lot of ground about increasing your site’s performance. Begin with our article on measuring your ad load speed, and use the mentioned tools to understand your current state of ads. Advanced publishers can read about reducing latency with Header Bidding ads and implement the suggestions given in the article. Later, make sure you are following all the general best practices to deal with latency issues. Additionally, all the tips that we gave to improve your banner’s loading speed will also be applicable here.

Impact of Cookie Banner on CLS

How do cookie banners affect a page’s CLS?

Cookie banners generally appear after some content has already loaded on the page. If your implementation is imperfect, the cookie banner can push the content up or down when it loads on the screen. This movement can appear as a layout shift to Google bots, and your CLS score can suffer. So, you want to make sure that the cookie banner appears without disturbing the content on your page.

Case #1: Content shift due to page loading sequence

Every site renders in a tree structure at the backend. The structure is called Document Object Model, or DOM. The DOM follows a sequence, and if you add your cookie banner to it after it has loaded, the content will shift to make room for the banner.

Example:

house and garden
DOM Structure

Ask your developers to reserve space for the banner to avoid shifting. Alternatively, you can create a sticky consent banner or an overlay. You can also set a fixed position for your banner. All these implementations require simple changes in your CSS. You can refer to W3School’s guide on element positioning.

Case #2: Content shift due to complex page animations

Complex animations like zoom-out or slide-in can cause layout shifts. It’s advisable to either not use animations at all or try simple ones like fade-in. If you’re an animation fan and can’t let it go, render the cookie banner outside the viewport and make it slide in as an overlay (only after it has loaded completely).

Case #3: Content shift due to fonts

Fonts are styling elements, and they are mostly one of the last to render on third-party cookie banners. When your selected font replaces the unstyled text, the spacing and size can change and cause a layout shift. The same problem can occur if your site doesn’t show any text (invisible text) until the font is loaded.

It’s best to test your fonts before making them live. Use the ones that have no impact on the layout. If changing the font isn’t an option, you can pre-fetch them so they are rendering at the right time. Also, make sure you’re not showing invisible text because it can cause Google’s policy violation.

Example:

dance life map

What’s Next?

You can’t avoid consent due to the growing number of privacy policies around the world. A cookie banner isn’t necessarily part of your webpage but if you don’t implement it properly, it can have a significant impact on your CWV metrics — hence, search traffic.

It is best to create a universal strategy that applies to all the consent banners on your site (irrespective of privacy law, geography, etc). Work closely with your CMP to make your banner load faster. Keep testing your banners from time to time to make sure they are working as expected. Prepare a testing checklist to make sure you are inspecting all the scenarios; for example, check for a list of locations, try different devices and models, etc. You can also use third-party real user monitoring (RUM) tools to keep a tab on how your cookie banner and other page elements are behaving in the real world. 

Looking to in-house your publishing needs?
We are right here to help
Related Reads
Read More →
Ad Optimization
Manage Ad Stack

How AI is Changing A/B Testing in Programmatic Advertising?

May 22, 2024

Ad Optimization
Manage Ad Stack

Why Should Publishers Care About MRC Ad Viewability?

August 21, 2024

Ad Optimization
Improve Ad Stack

5 Prebid Timeout Mistakes Publishers Make And How to Fix Them

May 22, 2024