Valid HTTPS page URL
- https://example.com/blog/post?utm_source=newsletter -> Valid URL (host=example.com, path=/blog/post)
- Useful before putting campaign links into email, CMS buttons, or import sheets.
web validator
Validate HTTP and HTTPS URLs locally, parse host/path, and catch malformed links before publishing, importing, or sending them to APIs.
Uses the browser URL parser to catch malformed absolute URLs.
Accepts http:// and https:// schemes; other schemes such as ftp:, mailto:, tel:, and javascript: are rejected by this tool.
Requires a full absolute URL with protocol and host, not a bare domain or relative path.
Returns the parsed host and pathname when the URL is structurally valid.
Does not fetch the URL, follow redirects, resolve DNS, check certificates, or verify page content.
URL
Paste one full link including http:// or https://. Use it for redirect targets, canonical URLs, webhook callback URLs, CMS fields, sitemap rows, CSV imports, and API payloads where relative paths or protocol-less domains would break downstream systems.
This URL validator checks HTTP and HTTPS links locally so malformed web URLs are caught before they reach a CMS, redirect file, sitemap, webhook, or API payload.
Use it to confirm the protocol, host, and path are structurally valid while keeping unpublished links, staging URLs, and private callback URLs on your device.
Because the tool never fetches the URL, it is safe for quick format checks on internal, staging, or not-yet-live links—but live availability still needs a separate crawl or browser test.
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
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
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
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.
format
HAR Validator & Network Log Checker
Validate HAR files from Chrome, Edge, Firefox, Safari, and proxy tools locally before you share network captures.
format
JSON Validator & Syntax Checker
Check JSON syntax, catch trailing commas and quote errors, and keep every payload local to your browser.
developer
Regex Tester
Test regex patterns against sample text with live matches and errors.
URL validation runs entirely in your browser. Pasted links, staging URLs, callback URLs, tokens in query strings, and internal hostnames are not uploaded, fetched, logged, stored, or sent to a server.
This is a local structural URL check. It does not verify that the destination exists, is reachable, uses a valid certificate, returns a 200 status, or has correct SEO metadata.