如果您有权编辑网站的标题,那么这很容易做到。您只需输入适当的Open Graph metadata 对于每一页。
ie(从http://ogp.me/):
<html prefix="og: http://ogp.me/ns#">
<head>
<title>The Rock (1996)</title>
<meta property="og:title" content="The Rock" />
<meta property="og:type" content="video.movie" />
<meta property="og:url" content="http://www.imdb.com/title/tt0117500/" />
<meta property="og:image" content="http://ia.media-imdb.com/images/rock.jpg" />
...
</head>
...
</html>
如果您输入了适当的数据,但没有立即看到更改,请尝试
de-linting the URL.
Edit: 有很多好的wordpress插件也可以处理这个问题。Yoast 是我个人的最爱,但还有更多。