حجم 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 — الطول والصلة ووجود الكلمات المفتا...
بنية العناوين والتسلسل الهرمي ووجود H1 وطول H1 والتكرارات وا...
عدد الكلمات ونسبة النص إلى HTML والنص المؤقت (Lorem Ipsum) و...
حالة HTTP والتحويلات وضغط GZIP/Brotli و HTTP/2 وحجم HTML ومح...
Core Web Vitals — LCP و CLS و TBT و FCP عبر Google PageSpeed...
وجود نص alt لإمكانية الوصول و SEO. نسبة الصور بدون خاصية alt...
عدد الروابط الداخلية والخارجية والنسبة واكتشاف الصفحات المعز...
Schema.org JSON-LD — الوجود والأنواع والتحقق من الخصائص المط...
Open Graph (og:title و og:description و og:image) وعلامات Tw...
Canonical URL و robots.txt و noindex/nofollow والتحقق من hre...
فحص HTTPS، المحتوى المختلط، HSTS، CSP، X-Frame-Options، خصوص...
تكرار الكلمات المفتاحية، تحليل n-gram، الاتساق في العنوان وا...