Full SEO Audit
The comprehensive audit runs all checks at once and returns a prioritized list of issues. What it checks:- Title tag (length, uniqueness, keyword presence)
- Meta description (length, call-to-action, truncation)
- Open Graph tags (
og:title,og:description,og:image,og:url) - Twitter Card tags
- Heading hierarchy (H1 required, no skipped levels)
- Canonical tag (present, correct, not self-referencing with params)
- Structured data (JSON-LD presence and validity)
- Robots.txt (accessible, not blocking crawlers)
- Sitemap (linked in robots.txt, accessible, valid XML)
- Page speed (Largest Contentful Paint, Cumulative Layout Shift)
Meta Tag Analyzer
Paste a URL or raw HTML to inspect all meta tags in detail. Returns:- Parsed title, description, all
og:*andtwitter:*tags - Character counts with good/warning/bad thresholds
- Missing recommended tags
- Duplicate tag detection
OG Preview
Preview how your page looks when shared on:- Twitter/X — summary card and large image card
- LinkedIn — article format
- Slack — link unfurl
- WhatsApp — link preview
- Facebook — feed post format
og:title, og:description, and og:image to be set. Returns a visual mockup for each platform.
Common issues for vibe-coded apps:
og:imagepointing to a relative path (must be absolute)- Missing
og:image:widthandog:image:height(causes cropping on some platforms) og:imageserved over HTTP (must be HTTPS)
JSON-LD Generator
Generateapplication/ld+json structured data markup for:
- WebSite — with SearchAction sitelinks
- WebPage / Article — for blog posts
- Product — with price, rating, availability
- Organization — with logo, social profiles
- BreadcrumbList — for multi-level navigation
- FAQPage — for FAQ sections
<head> or into Mintlify’s <Head> component.
Sitemap Generator
Crawls your site and generates a validsitemap.xml. Options:
- Max depth (default: 3 levels)
- Exclude patterns (e.g.
/admin/**,/api/**) - Include
lastmoddates - Include
changefreqandpriorityhints
/public/sitemap.xml, then reference it in /public/robots.txt:
Robots.txt Checker
Validates yourrobots.txt file:
- Accessible at
yourdomain.com/robots.txt - Valid syntax (no malformed directives)
- Not accidentally blocking crawlers (common with vibe-coded apps that generate
Disallow: /) - Sitemap URL is present and accessible
Broken Link Checker
Crawls your site and returns a list of:- Internal 404s (pages that don’t exist)
- Broken external links
- Redirect chains longer than 2 hops
- Anchors pointing to non-existent headings