Stay organized with collections
Save and categorize content based on your preferences.
Overview
This audit checks that no more than three ads are initially loaded below the
fold. The area below the fold only becomes visible after a user scrolls down.
Ads in this area are less likely to be seen by users, so loading an excessive
number of them can lower
viewability rates and
decrease page performance.
Recommendations
Lazily load ads that are positioned below the fold. Lazy loading is a technique
that prevents ads outside of the viewport from being requested and rendered
until they are close to being scrolled into view. See the
GPT lazy loading sample
for an example implementation.
[[["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."],[[["\"Below the fold\" ads are those outside the initial view and require scrolling to be seen, impacting viewability and page performance if loaded excessively."],["This audit ensures no more than three ads are initially loaded below the fold to enhance user experience."],["Lazy loading is recommended for below-the-fold ads, delaying their request and rendering until they are nearly visible."],["By implementing lazy loading techniques, publishers can improve viewability rates and optimize page performance, ensuring a better user experience."]]],[]]