Valid responsive viewport
- <meta name="viewport" content="width=device-width, initial-scale=1"> -> Valid viewport
web validator
Validate rendered viewport meta tags for mobile-friendly indexing, responsive rendering, Core Web Vitals QA, and accessible zoom behavior before launch.
Requires width=device-width so the layout uses the device viewport instead of a fixed desktop canvas.
Validates initial-scale when present and recommends a sensible value such as 1 for predictable mobile rendering.
Warns on user-scalable=no, maximum-scale below accessible levels, and zoom restrictions that can fail accessibility expectations.
Validates rendered markup, not framework source, because CMS themes, Next.js document shells, and plugins can override the final viewport tag.
Runs fully client-side on pasted HTML; it does not fetch URLs, emulate devices, measure Core Web Vitals, or test actual responsive layout breakpoints.
Rendered HTML head or viewport meta tag
Paste view-source output, a deployed preview, crawler-exported HTML, or the exact <meta name="viewport"> tag. Include the rendered head when possible so duplicate or overridden viewport tags are easier to spot during QA.
Viewport configuration is one of the simplest mobile-first SEO launch checks: without width=device-width, a responsive page can still render like a tiny desktop site on phones.
Use this validator as the rendering layer after charset/lang basics and before deeper mobile QA, Core Web Vitals, screenshots, canonical/hreflang, meta robots, sitemap.xml, and structured-data checks.
Because validation runs in your browser on pasted HTML, you can inspect private previews, client CMS templates, and crawler exports without sending page markup to a server.
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.
web
Image Alt Text Validator
Check images for missing alt text to improve accessibility and SEO.
web
Canonical & hreflang Validator
Validate canonical URLs, hreflang alternates, x-default fallbacks, absolute target URLs, and duplicate-content signals before search engines cluster or localize pages incorrectly.
web
Meta Robots / X-Robots-Tag SEO Validator
Validate page-level indexability signals across meta robots, X-Robots-Tag headers, canonical targets, snippet controls, and launch noindex cleanup.
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.
All viewport validation runs in your browser. Pasted markup is not uploaded, logged, or stored.
Structural viewport-tag check only; does not measure live rendering, mobile usability, accessibility compliance, or Core Web Vitals.