Demo: validate a launch page card before sharing
A launch post often fails because the card image exists locally but not on the public site. Preview the HTML head and verify absolute image URLs before posting links.
- Use a full https URL for og:image, not /og.png.
- Keep the title concise enough for social previews.
- Make the description useful even when truncated.
<meta property="og:title" content="DiagramPreview Mermaid Tools" />
<meta property="og:description" content="Preview, fix, and export Mermaid diagrams before publishing docs." />
<meta property="og:image" content="https://diagrampreview.com/og-image.png" />
<meta name="twitter:card" content="summary_large_image" />Absolute image URLs are easier for crawlers and social platforms to fetch reliably.