为什么Facebook Linter没有看到我的og:图像

时间:2016-11-18 19:13:16

标签: facebook laravel

我有这个链接:

https://my.kendozone.com/tournaments/1a-copa-hiroshi-kamio/register

当我去Facebook linter

Inferred Property
The 'og:image' property should be explicitly provided, even if a value can be inferred from other tags.
Inferred Property
The 'og:url' property should be explicitly provided, even if a value can be inferred from other tags.
Inferred Property
The 'og:title' property should be explicitly provided, even if a value can be inferred from other tags.
Inferred Property
The 'og:description' property should be explicitly provided, even if a value can be inferred from other tags.
Inferred Property
The 'og:image' property should be explicitly provided, even if a value can be inferred from other tags.

但是当我看到我的页面来源时,我有:

    <title> Kendozone - Registro de competidores </title> <meta property="og:title" content="Registro de competidores"/> <meta name=" twitter:title" content="Registro de competidores"/>      <meta name="description" content="Registrate en el torneo 1a Copa Hiroshi Kamio"/> <meta property="og:description" content="Registrate en el torneo 1a Copa Hiroshi Kamio" /> <meta name="twitter:card" content="summary" /> <meta name="twitter:description" content="Registrate en el torneo 1a Copa Hiroshi Kamio" />     
    <meta property="og:locale" content="es"/>
    <meta property="og:type" content="website"/>
    <meta property="og:image" content="https://kendozone.com/wp-content/uploads/2016/04/home.jpg" />
    <meta property="og:image:secure_url" content="https://kendozone.com/wp-content/uploads/2016/04/home.jpg" />
    <meta name="twitter:image" content="https://kendozone.com/wp-content/uploads/2016/04/home.jpg" />
    <meta property="og:url" content="https://my.kendozone.com/tournaments/1a-copa-hiroshi-kamio/register"/>
    <meta property="og:site_name" content="Kendozone"/>

出了什么问题?

1 个答案:

答案 0 :(得分:1)

我被重定向到该网址的https://my.kendozone.com/login。所以,我想,Facebook。 Facebook将看到与访问该URL的匿名用户相同的OG标签。

您可以(and recommended by Facebook)向Facebook抓取工具的用户代理显示该网址上带有正确OG标记的单独页面。请注意,非Facebook用户可以欺骗此用户代理,因此此页面不应泄露任何类型的秘密详细信息。