Within launch budget
- { "totalKb": 1450, "jsKb": 260, "cssKb": 72, "imageKb": 830, "requests": 54, "lcpMs": 2100, "inpMs": 160, "cls": 0.04 }
- Passes because all provided metrics are within the default launch budgets.
web validator
Validate launch-readiness performance budgets locally for page weight, JavaScript, CSS, image bytes, request counts, and Core Web Vitals risk signals.
Accepts JSON with numeric totalKb, jsKb, cssKb, imageKb, requests, lcpMs, inpMs, and cls fields.
Compares provided metrics against defaults or a custom budgets object in the same JSON payload.
Uses launch-friendly defaults: totalKb 1700, jsKb 300, cssKb 100, imageKb 1000, requests 80, LCP 2500 ms, INP 200 ms, and CLS 0.1.
Flags only metrics that are present, so you can validate a bundle budget, Lighthouse export, HAR summary, or Core Web Vitals subset independently.
Runs fully client-side; it does not fetch URLs, execute Lighthouse, replay HAR files, or collect field data.
Performance metrics JSON
Paste a small JSON object from a performance report or CI job. Include measured values such as totalKb, jsKb, cssKb, imageKb, requests, lcpMs, inpMs, and cls, plus an optional budgets object when your project has stricter thresholds.
Performance budgets turn speed work into a launch checklist: total page weight, JavaScript KB, CSS KB, image KB, request count, LCP, INP, and CLS each get a concrete threshold before the page ships.
Use this validator after technical SEO metadata checks to catch the performance risks that affect crawl rendering, mobile user experience, Core Web Vitals, and conversion quality.
The tool is intentionally local and report-driven: paste numbers from Lighthouse, WebPageTest, HAR summaries, bundle analysis, CI, or field data and get a quick over-budget list without uploading private URLs or traces.
web
Viewport Meta SEO Validator
Validate rendered viewport meta tags for mobile-friendly indexing, responsive rendering, Core Web Vitals QA, and accessible zoom behavior before launch.
web
Web App Manifest SEO Validator & PWA Install QA
Validate manifest.json locally for PWA installability, mobile install metadata, app names, start_url, display mode, theme colors, and icon entries before launch.
web
Favicon SEO Validator & Brand Icon Checker
Check favicon, apple-touch-icon, Safari mask-icon, and public brand icon declarations locally so browser tabs, bookmarks, mobile home screens, search snippets, and pinned tabs use the right assets.
web
Open Graph & Twitter Card SEO Validator
Validate rendered Open Graph and Twitter/X card tags for search-result snippets, social previews, share-card images, absolute URLs, and launch QA before publishing.
web
JSON-LD SEO Validator & Rich Result Schema Checker
Validate rendered JSON-LD structured data for schema.org syntax, rich-result readiness, visible-content alignment, and crawlable schema blocks before publishing.
web
HTML Meta SEO Validator
Validate rendered HTML document basics—charset, html lang, language targeting, and launch-readiness signals that support crawl, accessibility, and snippet QA.
format
HAR Validator & Network Log Checker
Validate HAR files from Chrome, Edge, Firefox, Safari, and proxy tools locally before you share network captures.
Performance budget validation runs entirely in your browser. Pasted metric JSON, private preview URLs inside notes, and budget thresholds are not uploaded, logged, stored, or fetched.
Budget validation only; does not run a live performance audit, measure field data, or guarantee Core Web Vitals results.