1

我已经阅读了很多参考资料,但我无法在我的代码中找到问题。

如果我复制并粘贴我的网址,Facebook 不会抓取我的网址中的内容。

我的代码中有以下内容。

<html xmlns="http://www.w3.org/1999/xhtml">
<head>

<meta property="og:title" content="Title" />
<meta property="og:url" content="mysite link" />
<meta property="og:image" content="image full path" />
<meta property="og:site_name" content="SIte name" />
<meta property="fb:admins" content="admin id for the site"/>
<meta property="og:description" content="Site description" />

如果我将链接复制并粘贴到 facebook 墙上,它会尝试抓取。加载栏正在运行,然后它什么也不做。所以我在调试工具中测试了我的网站。

该工具给出了标题、图像、描述和所有内容。你在我身边看到了什么错误?

4

0 回答 0