이 감사에서는 스크롤해야 볼 수 있는 부분에 초기에 3개 이하의 광고가 로드되었는지 확인합니다. 스크롤해야 볼 수 있는 부분은 사용자가 아래로 스크롤한 후에만 표시됩니다.
이 영역의 광고는 사용자에게 노출될 가능성이 낮으므로
과도하게 로드하면
조회가능성이 낮아지고
페이지 성능이 저하될 수 있습니다.
권장사항
스크롤해야 볼 수 있는 부분에 게재되는 광고를 느리게 로드합니다. 지연 로드는 광고가 스크롤하여 확인될 때까지 표시 영역 밖에 있는 광고가 요청 및 렌더링되지 않도록 하는 기법입니다. 구현 예는
GPT 지연 로드 샘플을
참고하세요.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-07-25(UTC)"],[],["\"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"]]