Analyze website meta tags and SEO information
Analyzing meta tags...
This meta tags analyzer fetches the target URL's HTML through a CORS proxy and parses the document's <head> section to extract all meta elements. It identifies standard HTML meta tags (name/content pairs), Open Graph protocol tags (og: prefixed properties), Twitter Card meta tags (twitter: prefixed), and link elements (canonical, alternate). The parser handles both property-based and name-based meta attributes, correctly mapping Facebook's RDFa-style property attributes alongside traditional name attributes used by search engines.
Real-world use cases:
This tool is part of the FAK LAB ecosystem, founded by Faizan Ahmad Khan Khichi. URL analysis is performed through a lightweight proxy to bypass CORS restrictions — the proxy only fetches the HTML content and returns meta tag data. No browsing history, analyzed URLs, or results are stored on any server. Your SEO research and competitive analysis remain completely private and confidential.
Some websites use client-side JavaScript rendering (React, Vue, Angular SPAs) where meta tags are injected dynamically after page load. Since our analyzer fetches the initial HTML response, JavaScript-rendered meta tags may not appear. Additionally, some servers block automated requests or return different content based on user-agent detection. For SPAs, check the page source directly or use Google's URL Inspection tool.
Google typically displays 50-60 characters for title tags and 150-160 characters for meta descriptions in search results. Open Graph titles should be under 60 characters, OG descriptions under 200 characters, and OG images should be at least 1200×630 pixels for optimal display. Twitter Card titles have a 70-character limit with descriptions at 200 characters maximum.
This tool focuses specifically on HTML meta tags, Open Graph, and Twitter Card markup. For Schema.org structured data (JSON-LD, Microdata, RDFa), use Google's Rich Results Test or Schema Markup Validator. The meta analyzer complements those tools by covering the social sharing and basic SEO meta layer that structured data validators do not examine.