【问题标题】:Open Graph Object Debugger: 302打开图形对象调试器:302
【发布时间】:2017-10-11 15:19:53
【问题描述】:

有一个博客,最新发表的文章没有正确分享,所有的元数据都指定了,试图清理FB上的缓存从链接底部到结果,是什么让旧文章无法分享enter link description here

https://developers.facebook.com/tools/debug/sharing/?q=https%3A%2F%2Fjelvix.com%2Fblog%2Fhow-to-create-and-manage-a-successful-company-jelvix-story

<meta property="og:type" content="website">
<meta property="og:title" content="How to Create and Manage a Successful Company: Jelvix Story">
<meta property="og:description" content="It may seem that starting a business is a tough process that nevertheless defines the company’s success. But this statement is far from the truth. Apart from the establishment itself, the rational management strategy, talented people, and a bit of luck ar">
<meta property="og:image" content="https://jelvix.com/images/blog/59dcede572308.jpg">
<meta property="og:url" content="https://jelvix.com/blog/how-to-create-and-manage-a-successful-company-jelvix-story">

【问题讨论】:

    标签: facebook facebook-graph-api graph sharing


    【解决方案1】:

    如果您查看调试器的输出,您会看到该站点正在重定向到一个无效的 URL:

    Fetched URL: https://jelvix.com/blog/how-to-create-and-manage-a-successful-company-jelvix-story
    Canonical URL: https://jelvix.com/404
    

    爬虫将尝试从最终 URL https://jelvix.com/404 中获取 og 标签。 您需要确保最终 URL 包含元标记,以便爬虫能够获取正确的值。

    目前,您的网站似乎正在将 Facebook 爬虫重定向到 /404。

    curl -A 'facebookexternalhit/1.1' https://jelvix.com/blog/how-to-create-and-manage-a-successful-company-jelvix-story
    Found. Redirecting to /404
    

    您可以在此处阅读有关爬虫的更多信息:https://developers.facebook.com/docs/sharing/webmasters/crawler/

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2015-09-14
      • 1970-01-01
      • 1970-01-01
      • 2015-05-19
      • 2014-06-16
      • 2019-05-02
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多