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とTwitter ...
見出し構造、階層、H1の有無、H1の長さ、重複、スキップされたレベル。...
単語数、テキスト対HTML比率、プレースホルダーテキスト(Lorem Ipsum)、title-H1の一致。...
HTTPステータス、リダイレクト、GZIP/Brotli圧縮、HTTP/2、HTMLサイズ、Flashコンテンツ。...
Core Web Vitals — LCP、CLS、TBT、FCP(Google PageSpeed Insights ...
アクセシビリティとSEOのためのaltテキストの有無。alt属性のない画像の割合。...
内部・外部リンクの数、比率、孤立ページの検出。...
Schema.org JSON-LD — 存在、タイプ、必須プロパティの検証(Product、FAQ、Article)。...
Open Graph(og:title、og:description、og:image)とTwitter Cardタグに...
Canonical URL、robots.txt、noindex/nofollow、hreflang検証、x-defau...
HTTPSチェック、混在コンテンツ、HSTS、CSP、X-Frame-Options、メールプライバシー。...
キーワード頻度、n-gram分析、タイトル・説明文・見出しとの一貫性。...