What problem does it solve? Websites often fail real users on speed, layout stability, and indexability even when they pass isolated audits. This Skill guides frontend work so pages stay fast, stable, and crawlable under real traffic, especially for media-heavy and SEO-sensitive pages. ## Core Features & Use Cases - Core Web Vitals Triage: Diagnose and prioritize fixes for LCP, INP, and CLS based on user-visible impact rather than lab-only scores. - Responsive Media & Layout: Implement responsive images with srcset and sizes, container queries, and layout patterns that reduce both bytes and layout shift. - SEO-Safe UI Patterns: Keep content semantic, renderable, and discoverable with rules for lazy loading, infinite scroll, structured data, and overlays. - Use Case: A marketing landing page has a slow hero image and layout shift from late-loading banners. Use this Skill to prioritize the LCP bottleneck, add explicit image dimensions with fetchpriority, and verify the fix does not regress CLS. ## Quick Start Use the site-performance-seo-ui skill to review my landing page for Core Web Vitals issues and SEO-safe rendering patterns.