DOM 크기, 인라인 CSS/JS, 렌더링 차단 리소스, 지연 로딩, 최신 이미지 형식.
We analyze inline CSS/JS, render-blocking resources, DOM size, image optimization (lazy loading, modern formats), viewport meta tag, and resource counts.
Detects excessive inline style blocks that increase page size.
<style>...</style>
Detects excessive inline script blocks that block rendering.
<script>...</script>
Identifies CSS/JS in head that block page rendering.
<script src="..." async>
Checks if images have width/height to prevent layout shift.
<img width="800" height="600">
Checks for loading="lazy" on below-fold images.
<img loading="lazy">
Verifies viewport meta tag for mobile rendering.
<meta name="viewport" content="width=device-width">
Counts DOM elements. Large DOM slows rendering.
Counts external CSS files. Too many increase load time.
<link rel="stylesheet" href="...">
Counts external JS files. Too many increase load time.
<script src="...">
Checks for modern image formats (WebP/AVIF).
<img src="photo.webp">
Page speed directly affects rankings and user experience. Render-blocking resources, excessive inline code, and unoptimized images increase load times and hurt Core Web Vitals.
Title, meta description — 길이, 관련성, 키워드 유무. Open Graph 및 Twit...
제목 구조, 계층, H1 유무, H1 길이, 중복, 건너뛴 레벨....
단어 수, 텍스트 대 HTML 비율, 플레이스홀더 텍스트(Lorem Ipsum), title-H1 일치....
HTTP 상태, 리다이렉트, GZIP/Brotli 압축, HTTP/2, HTML 크기, Flash 콘텐츠....
Core Web Vitals — LCP, CLS, TBT, FCP (Google PageSpeed Insig...
접근성과 SEO를 위한 alt 텍스트 유무. alt 속성이 없는 이미지 비율....
내부 및 외부 링크 수, 비율, 고립 페이지 감지....
Schema.org JSON-LD — 존재 여부, 유형, 필수 속성 검증(Product, FAQ, Artic...
Open Graph(og:title, og:description, og:image) 및 Twitter Car...
Canonical URL, robots.txt, noindex/nofollow, hreflang 검증, x-...
HTTPS 확인, 혼합 콘텐츠, HSTS, CSP, X-Frame-Options, 이메일 개인정보 보호....
키워드 빈도, n-gram 분석, 제목·설명·헤딩 간 일관성....