이 감사에서는 스크롤해야 볼 수 있는 부분에 초기에 3개 이하의 광고가 로드되었는지 확인합니다. 스크롤해야 볼 수 있는 부분은 사용자가 아래로 스크롤한 후에만 표시됩니다.
이 영역의 광고는 사용자에게 노출될 가능성이 낮으므로
과도하게 로드하면
조회가능성이 낮아지고
페이지 성능이 저하될 수 있습니다.
권장사항
스크롤해야 볼 수 있는 부분에 게재되는 광고를 느리게 로드합니다. 지연 로드는 광고가 스크롤하여 확인될 때까지 표시 영역 밖에 있는 광고가 요청 및 렌더링되지 않도록 하는 기법입니다. 구현 예는
GPT 지연 로드 샘플을
참고하세요.
[null,null,["최종 업데이트: 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."]]],["\"Below the fold\" refers to the page area outside the initial view. The audit checks that no more than three ads are initially loaded in this area, as excessive ads can lower viewability and performance. It's recommended to lazy load ads below the fold, preventing them from loading until they're near the viewport. This technique enhances page performance and viewability. The GPT lazy loading sample is suggested as a way to implement this.\n"]]