OGP / Social Previews // TOOLPOOL.SAMPLES
Missing Image OGP Sample
A page that intentionally omits og:image and twitter:image.
Target URL
https://toolpool.tools/en/samples/ogp/missing-image
This fixture page is marked noindex. Use it from the category sample index.
What to check
Use this to check missing-image warnings and incomplete previews.
- Title and description are detected
- Missing og:image is reported
- The no-image preview state can be checked
Output
<meta property="og:title" content="Open Graph Page Without an Image">
<meta property="og:description" content="A fixture where only image metadata is missing.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://toolpool.tools/en/samples/ogp/missing-image">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="X Card Without Image">
<meta name="twitter:description" content="twitter:image is intentionally omitted.">