社交网络在从网站中提取标题和描述方面做得很好,因为 URL 是共享的,但对于图像,仍然需要创建自定义元标记:property="og:image"
name="twitter:image"
itemprop="image"
. 所以我的问题是这行得通:
<meta property="og:image" name="twitter:image" itemprop="image" content="http://example.com/image.jpg" />
所以我不必为我网站上的每个网页创建 3 个不同的元标记。