Essential utilities for parsing URLs, building query strings, encoding data, and analyzing web page metadata.
Parse any URL into its component parts including protocol, hostname, path, query parameters, and fragments. Perfect for debugging and understanding URL structure.
Parse URLBuild properly formatted URL query strings with multiple parameters. Automatically handles encoding and formatting for clean, valid URLs.
Build Query StringEncode special characters for safe URL transmission or decode URL-encoded strings back to readable text. Essential for handling spaces, symbols, and international characters.
Encode/Decode URLConvert special characters like <, >, and & into their HTML entity equivalents. Prevents XSS attacks and ensures proper display of special characters in HTML.
Encode HTML EntitiesCheck if a website has a favicon and preview it. Displays the favicon URL and verifies proper implementation of the site's icon.
Check FaviconPreview Open Graph meta tags from any webpage to see how it will appear when shared on Facebook, LinkedIn, and other social platforms.
Preview OG TagsExtract and preview Twitter Card metadata to see how your webpage will appear when shared on Twitter/X. Shows title, description, and image data.
Preview Twitter CardCheck if a webpage has a canonical URL tag defined. Learn why canonical tags are crucial for SEO and preventing duplicate content issues.
Check Canonical URLFollow the complete redirect chain of a URL to see all intermediate hops. Identify 301, 302, and other HTTP redirects that may impact SEO and performance.
Check RedirectsExtract all links from HTML content. Shows both the href URL and anchor text for every link, perfect for analyzing link structure and content.
Extract Links