Facebook彻底搞错了我的网页

时间:2017-09-19 10:04:16

标签: facebook facebook-opengraph

Facebook没有正确地抓取我的页面;它忽略了我的所有“og:”标签。并且它说我在BODY中有META标签,我没有。

所以我点击了链接“看看我们的刮刀看到你的网址的确切内容”,我明白了:

<!DOCTYPE html>
<html><body><htmldir lang="he" prefix="og: http://ogp.me/ns#"><meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta charset="utf-8">
[...]

虽然我的webspage的实际源代码(如Chrome的view-source功能所示)是:

<!doctype html>
<html
    dir="rtl" 
    lang="he"
    prefix="og: http://ogp.me/ns#"
    >
<head>
    <meta charset="utf-8" />
[...]

有谁知道发生了什么事?

0 个答案:

没有答案