Reduce ads to page-height ratio
Stay organized with collections
Save and categorize content based on your preferences.
Overview
This audit ensures that ads take up no more than 30% of the page vertically. A
ratio greater than 30% has been found to
negatively impact user experience.
Recommendations
Depending on the situation, slots should either be spaced farther apart or have
a reduced size.
On mobile devices, we assume a single column layout and so all ads on the page
are included in the ratio calculation. On desktop, we divide the page into
multiple vertical slices to account for multi-column layouts. The audit measures
the ratio of ads to page-height in each slice individually to ensure no
individual slice exceeds the maximum recommended threshold.
To account for lazy loading, we measure content length up to 1 viewport past the
last ad. To measure the ratio over the entire content, disable lazy loading.
Ad Experience: Ad Density Higher Than 30%
What publishers need to know now about creating a better ad experience
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-06-26 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-06-26 UTC."],[[["Webpage ads should occupy a maximum of 30% of the vertical space to ensure a positive user experience."],["If the ad density exceeds 30%, it is recommended to either increase spacing between ad slots or reduce their size."],["The ad density calculation considers all ads on mobile devices and divides desktop pages into vertical slices to account for multi-column layouts."],["Lazy loading is considered by measuring content length up to one viewport beyond the final ad, while disabling it allows measurement across all content."]]],[]]