seo_audit_performance
Identifies code-level Core Web Vitals risks: Cumulative Layout Shift (CLS) risks from images lacking explicit width/height attributes, Largest Contentful Paint (LCP) risks from unoptimized formats, and render-blocking scripts.
USAGE GUIDELINES:
Use to detect static HTML and template performance defects that harm search rankings and Core Web Vitals.
Do NOT use as a real-time synthetic browser lab benchmark (like Lighthouse); this tool performs static source code analysis.
BEHAVIORAL TRANSPARENCY:
Safe, read-only performance diagnostic. No file modifications.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | Target live URL (e.g. "https://example.com") or local file path to audit. |