Meta Tag Audit
Check your page's title, description, Open Graph, Twitter cards, canonical URL, and favicon. Edit any value and copy a ready-to-use fix prompt for your Lovable or React project.
Audit any URL
Enter a page URL to inspect its meta tags, Open Graph, Twitter cards, canonical, and favicon.
More Free SEO Tools
Continue auditing your site with these companion tools.
Full technical SEO and AI visibility audit
Test how 20+ search and AI bots see your site
Check which crawlers are allowed or blocked
Preview social media link cards
See which AI engines can crawl, reach, and read your site
Related Guides
Dive deeper with these step-by-step guides and tutorials.
Meta tags in place, but crawlers see an empty page?
If your site is built with React or Lovable, crawlers don't execute JavaScript. Your meta tags may render client-side but be invisible to Google, ChatGPT, and social platforms. Encited pre-renders your pages so every crawler receives the fully-rendered HTML with all your tags in place.
- Get indexed by Google in hours, not weeks
- Be cited by ChatGPT, Claude & Perplexity
- No code changes required
<head> <title>Your page title</title> <meta name="description" content="..." /> <meta property="og:image" content="..." /> <meta name="twitter:card" content="summary_large_image" /> </head>
