גודל 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 In...
נוכחות טקסט alt לנגישות ו-SEO. אחוז תמונות ללא תכונת alt....
ספירת קישורים פנימיים וחיצוניים, יחס, זיהוי דפים יתומים....
Schema.org JSON-LD — נוכחות, סוגים ואימות מאפיינים נדרשים (P...
Open Graph (og:title, og:description, og:image) ותגיות Twitt...
Canonical URL, robots.txt, noindex/nofollow, אימות hreflang,...
בדיקת HTTPS, תוכן מעורב, HSTS, CSP, X-Frame-Options, פרטיות ...
תדירות מילות מפתח, ניתוח n-gram, עקביות בכותרת, בתיאור ובכות...