Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Facebook object debugger: Could not retrieve data from URL. (200)

When i use the object debugger, the scraper is not able to see my OG content on my page. The debugger says "Can't download: Could not retrieve data from URL.", even though it's a 200 OK and shows the correct fetched and canonical URL. I have a subdomain on it, and it work fine.So not sure what happen to my main domain. When click on Scraped URL See exactly what our scraper sees for your URL , it just show blank page.

like image 473
Marco Beckmann Avatar asked Oct 07 '22 17:10

Marco Beckmann


1 Answers

Your site seems to have some HTML errors: http://validator.w3.org/check?uri=http%3A%2F%2Fspandooly.de

You should fix them before attempting to validate your site.

Funny thing, I create a copy of your page, and it seems to validate with no changes in the HTML. Your webserver might be doing something weird (according to the headers, the charset is missing or none):

http://developers.facebook.com/tools/debug/og/object?q=http%3A%2F%2Fwww.webniraj.com%2Fspandooly.html

like image 154
Niraj Shah Avatar answered Oct 11 '22 03:10

Niraj Shah