Docs · Meta SEO
Open Graph tags and social sharing
Open Graph title and description are presentOpen Graph image is set
What this check looks at
Optia checks for og:title and og:description meta tags, and for an og:image so shares render with a preview image.
Why it matters
When your page is shared on social platforms or in chat apps, Open Graph tags control the card people see. Links with a real title, description, and image get dramatically more engagement than bare-URL previews — and these tags are also what many search and AI surfaces use for rich previews.
How to fix it
- Add
og:title,og:description,og:image, andog:urlto<head>. - Use an image of at least 1200×630 pixels so it renders sharp on large cards.
- Serve the image from an absolute URL that is publicly reachable (no auth, no localhost).
- Mirror the tags with Twitter Card tags (
twitter:card,twitter:title, …) for full coverage.