
from front-end-checklist72,816
Checks and enforces a single, descriptive <h1> per page to improve topical clarity and on-page SEO.
Ensures each page has exactly one meaningful <h1> element and flags missing, duplicate, empty, or brand-only H1s. This rule explains why H1s matter for search engines, how to detect common problems in rendered DOM, and provides concrete fixes and examples for frameworks like Next.js/React.
Use this skill when auditing page templates, running automated SEO checks, generating H1 suggestions for landing pages or blog posts, or reviewing CMS output that might produce empty or duplicated headings. Ideal for engineers, content editors, and SEO auditors.
Best for agents that can inspect rendered HTML/DOM or run lightweight page audits (browser-capable agents, Puppeteer-enabled crawlers, or server-side render checks).
This skill has not been reviewed by our automated audit pipeline yet.
JavaScript Minification
Checks that production JavaScript is minified and tree-shaken to reduce bundle size and improve page load performance.
Responsive Image Sizing
Checks image assets, markup, and build/CDN transforms to ensure images are served at appropriate display sizes using srcset and sizes to reduce wasted bandwidth