seo_core_web_vitals
Analyze HTML to estimate Core Web Vitals (LCP, CLS, INP, TTFB) and identify issues such as render-blocking resources, images without dimensions, large JS bundles, and missing preload hints.
Instructions
Estimate Core Web Vitals (LCP, CLS, INP, TTFB) from HTML analysis. Identifies issues like:
Render-blocking resources
Images without dimensions
Large JavaScript bundles
Missing preload hints
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL of the page | |
| html | Yes | HTML content of the page |