0

我们有一个网站之前已经在 facebook 上分享和喜欢过。此站点已更改,我们希望在 Facebook 上分享或点赞时显示新徽标、新标题和新描述,但它仍然显示旧信息,即使旧标题、描述和图像不再显示网站。

我们尝试在头部添加流动代码,但它不起作用:

<link rel="image_src" href="image of the page" />
<meta property="og:title" content="title of the page" />
<meta property="og:site_name" content="name of the page" />
<meta property="og:image" content="image of the page" />

即使使用此代码,facebook 仍会继续显示旧信息,就好像 facebook 有一个需要更新的缓存。

关于如何更新此信息的任何想法?

谢谢!

4

1 回答 1

5

尝试在调试器中检查网站 url 。它应该使用新参数重新刮擦。

于 2012-06-09T23:48:47.747 回答