Facebook 调试器工具:无法找出 404 错误

Facebook Debugger Tool: Can't figure out 404 error

我在我的网站上发布了一篇新文章,但出于某种原因,Facebook 调试器工具给我一个错误 Bad Response Code URL returned a bad HTTP response code.

这是带有问题 URL 的 Facebook 调试器的 URL: https://developers.facebook.com/tools/debug/?q=https%3A%2F%2Fwww.winetracker.co%2Fblog%2Fhow-to-host-a-virtual-wine-tasting%2F

这里是有问题的页面 url: https://winetracker.co/blog/the-ultimate-visual-guide-to-champagne-and-sparkling-wine/

我所有的元标记似乎都是有序的。 URL 在其他社交网站上效果很好。

这是我正在使用的元标记:

    <meta name="viewport" content="width=device-width, initial-scale=1.0">      
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <title>How to Host a Virtual Wine Tasting</title>
    <meta property="og:type" content="article">
    <meta name="description" content="Everything you want to know about how to host a virtual wine tasting event.">
    <meta property="og:title" content="How to Host a Virtual Wine Tasting">
    <meta property="og:description" content="Everything you want to know about how to host a virtual wine tasting event.">
    <meta property="og:image" content="https://winetrackerco.imgix.net/virtual-wine-tasting-event.jpg">
    <meta property="og:url" content="https://winetracker.co/blog/how-to-host-a-virutal-wine-tasting/">
    <meta name="twitter:card" content="summary_large_image">
    <meta property="og:site_name" content="Winetracker.co">
    <meta name="twitter:image:alt" content="Title screen for How to Host a Virtual Wine Tasting?">
    <meta property="fb:app_id" content="376948262489475">
    <meta name="twitter:site" content="@winetrackerco">

WTF Facebook?我网站上的所有其他文章都可以正常工作,但这篇文章不行。 我可以看看什么来解决这个问题?

(尴尬)...感谢@cbroe 的鹰眼发现我在 <meta property="og:url... 中有一个拼写错误,我将 virtual 拼错为 virutal。我更新了那个元标记 url,它现在可以正常工作了。