【发布时间】:2020-05-19 21:30:58
【问题描述】:
我在我的网站上发布了一篇新文章,无论出于何种原因,Facebook 调试器工具都给我一个错误 Bad Response Code URL returned a bad HTTP response code.
以下是 Facebook 调试器的 URL,其中包含有问题的 URL: https://developers.facebook.com/tools/debug/?q=https%3A%2F%2Fwww.winetracker.co%2Fblog%2Fhow-to-host-a-virtual-wine-tasting%2F
这里是有问题的页面网址: 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 脸书?我网站上的所有其他文章都可以正常工作,但这篇文章不行。 我可以看看什么来解决这个问题?
【问题讨论】:
-
也许在
og:url值中正确拼写“virutal”?
标签: html facebook social-networking