Demo:分享前验证发布页卡片
发布文章常见问题是卡片图只存在本地,线上不可访问。发帖前预览 HTML head,并确认图片使用绝对 URL。
- og:image 使用完整 https URL,不要写 /og.png。
- 标题要足够短,避免社交预览截断核心信息。
- description 即使被截断也要能说明页面价值。
<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" />绝对图片地址更容易被搜索和社交平台稳定抓取。