ขนาด DOM, inline CSS/JS, ทรัพยากรที่บล็อกการเรนเดอร์, lazy loading, รูปแบบภาพสมัยใหม่
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 — ความยาว ความเกี่ยวข้อง การมีคีย์เว...
โครงสร้างหัวข้อ ลำดับชั้น การมี H1 ความยาว H1 ซ้ำกัน และระดั...
จำนวนคำ อัตราส่วนข้อความต่อ HTML ข้อความตัวอย่าง (Lorem Ipsu...
สถานะ HTTP, การเปลี่ยนเส้นทาง, การบีบอัด GZIP/Brotli, HTTP/2...
Core Web Vitals — LCP, CLS, TBT, FCP ผ่าน Google PageSpeed I...
การมีข้อความ alt สำหรับการเข้าถึงและ SEO เปอร์เซ็นต์รูปภาพที...
จำนวนลิงก์ภายในและภายนอก อัตราส่วน การตรวจจับหน้าที่ไม่มีลิง...
Schema.org JSON-LD — การมีอยู่ ประเภท และการตรวจสอบคุณสมบัติ...
Open Graph (og:title, og:description, og:image) และแท็ก Twit...
Canonical URL, robots.txt, noindex/nofollow, การตรวจสอบ href...
ตรวจสอบ HTTPS, เนื้อหาผสม, HSTS, CSP, X-Frame-Options, ความเ...
ความถี่ของคำสำคัญ, การวิเคราะห์ n-gram, ความสอดคล้องในชื่อ ค...