doukui7574 2015-12-12 18:12
浏览 28

没有使用Facebook调试器进行报废

EDIT : the issue was related to the inability from Facebook to scrap the website.

Here's the website : https://www.mydomain.fr. I have built a header with as many SEO-friendly elements as possible but Facebook give me error message I can't manage to fix.

The header is the following:

<link rel="publisher" href="https://plus.google.com/+mydomain"/>
<link rel="image_src" href="https://www.mydomain.fr/img/home-feature-bg.png" />
<meta property="og:type" content="website"/>
<meta property="og:title" content="mydomain - Cures Detox Bio - Pression à froid"/>
<meta property="og:site_name" content="mydomain"/>
<meta property="og:image" content="https://www.mydomain.fr/img/home-feature-bg.png" />
<meta property="og:image:secure_url" content="https://www.mydomain.fr/img/home-feature-bg.png" />
<meta property="og:image:width" content="300" />
<meta property="og:image:height" content="300" />
<meta property="og:url" content="https://www.mydomain.fr/"/>
<meta property="og:description" content="mydomain"/>
<meta property="fb:admins" content="mydomain"/>
<meta name="twitter:card" value="summary" />
<meta name="twitter:url" content="mydomain" />
<meta name="twitter:title" content="mydomain" />
<meta name="twitter:description" content="mydomain" />
<meta name="twitter:image" content="https://www.mydomain.fr/img/home-feature-bg.png" />
<meta name="twitter:site" value="https://www.mydomain.fr" />
<meta name="twitter:creator" value="mydomain" />
<script type="application/ld+json">
{
  "@context": "http://schema.org",
  "@type": "Organization",
  "url": "https://www.mydomain.fr",
  "logo": "https://www.mydomain.fr/img/mydomain-logo.png"
}
</script>
<meta name="author" content="mydomain">
<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1" />

I don't understand why Facebook would say I don't have valid string for og:title and I don't understand the SSL error. Thanks

  • 写回答

1条回答 默认 最新

  • dpblwmh5218 2015-12-12 19:59
    关注

    I have read a ton a posts on that issue and I finally found what was a common problem with the Facebook debugger.

    1. Facebook was scrapping no data
    2. There was a AAAA CNAME DNS for my domain (host -v-t any yourdomain.com or host -a yourdomain.com under OSX terminal)
    3. I removed it and now it works fine
    评论

报告相同问题?

悬赏问题

  • ¥15 求差集那个函数有问题,有无佬可以解决
  • ¥15 【提问】基于Invest的水源涵养
  • ¥20 微信网友居然可以通过vx号找到我绑的手机号
  • ¥15 寻一个支付宝扫码远程授权登录的软件助手app
  • ¥15 解riccati方程组
  • ¥15 display:none;样式在嵌套结构中的已设置了display样式的元素上不起作用?
  • ¥15 使用rabbitMQ 消息队列作为url源进行多线程爬取时,总有几个url没有处理的问题。
  • ¥15 Ubuntu在安装序列比对软件STAR时出现报错如何解决
  • ¥50 树莓派安卓APK系统签名
  • ¥65 汇编语言除法溢出问题