Final score appears once the report loads.
- Open Graph— / 40
- Core SEO— / 25
- Twitter Card— / 20
- Image validation— / 15
Final score appears once the report loads.
openai.com
The same tags as each platform renders them. Built from the page you entered, not from every page in the scan.
openai.com
No title
The tags every platform reads first when it builds a link preview.
og:title
Failing · <meta property="og:title" content="Your Page Title" />
og:description
Failing · <meta property="og:description" content="Your page description here." />
og:image
Failing · <meta property="og:image" content="https://example.com/og-image.png" />
og:url
Partial · <meta property="og:url" content="https://example.com/page-path" />
og:type
Partial · <meta property="og:type" content="website" />
og:locale
Partial · <meta property="og:locale" content="en_US" />
og:site_name
Partial · <meta property="og:site_name" content="Your Site Name" />
The tags a search engine and a crawler need before anything else.
title
Failing · <title>Your page title for search results</title>
description
Failing · <meta name="description" content="A brief summary of the page content." />
canonical
Partial · <link rel="canonical" href="https://example.com/page-canonical" />
viewport
Partial · <meta name="viewport" content="width=device-width, initial-scale=1.0" />
charset
Partial · <meta charset="utf-8" />
lang
Partial · <html lang="en">
The tags X and a few others prefer over the Open Graph ones.
twitter:card
Partial · <meta name="twitter:card" content="summary_large_image" />
twitter:title
Partial · <meta name="twitter:title" content="Your Page Title" />
twitter:description
Partial · <meta name="twitter:description" content="Your page description." />
twitter:image
Partial · <meta name="twitter:image" content="https://example.com/og-image.png" />
twitter:site
Partial · <meta name="twitter:site" content="@yourusername" />
Whether the image a preview is built from can be fetched, and is large enough to use.
og:image:reachable
Failing · Add a valid og:image tag to pass image validations.
The one page that was scanned.
19 tags to fix · og:title, og:description, og:image, og:url, og:type, og:locale, og:site_name, twitter:card, twitter:title, twitter:description, twitter:image, twitter:site, title, description, canonical, viewport, charset, lang, og:image:reachable
What the page says about itself, before any platform-specific tag.
The tags every platform reads first when it builds a preview.
Read by X in preference to the Open Graph tags above.