Facebook OG debug Curl Error : WRITE_ERROR

对着背影说爱祢 提交于 2019-12-12 03:17:27

问题


I'm at a complete loss here: The Facebook debugger won't scrape this website: http://kalect.com.au/. Fetch new scrape information returns 2 errors

https://developers.facebook.com/tools/debug/

The Open Graph tags are showing when you view code in a browser and other OG testers can see the tags. Its only Facebook that can't see them/errors.

<meta property="og:image" content="http://kalect.com.au/images/website/facebook-like.jpg" />
  <meta property="og:type" content="website" />
  <meta property="og:url" content="http://kalect.com.au/" />
  <meta property="og:site_name" content="Kalect" />
  <meta property="og:description" content="KALECT is about bringing fun, quirky and unique home &amp; lifestyle products to the table. It is an inspiration of everything interiors that you should know about. A collection of quality Australian labels " />
  <meta property="og:title" content="KALECT - creating your kind of beautiful - Kalect - home wares" />

回答1:


@CBroe - Thanks for your assistance. The site is built using Joomla and gzip is disabled and confirmed using http://checkgzipcompression.com/.

I when though every component looking for other compression options and found one buried inside one of the Joomla Extensions called "Mijo Shop" disabling the components built in compression fixed the problem.

A fresh set of eyes always helps - Thanks



来源:https://stackoverflow.com/questions/31396312/facebook-og-debug-curl-error-write-error

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!