META TAG AUDIT
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
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.
Related Guides
Dive deeper with these step-by-step guides and tutorials.
WHY PRE-RENDER
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>
