Is my CDN or W3 Total Cache blocking the Facebook crawler? -


every new page i've added since yesterday (6) hasn't been able pull data facebook crawler. debugger gives me response code 200 , error must fixed 'og:type' property required, not present. errors should fixed inferred property 'og:url' property should explicitly provided, if value can inferred other tags.

both of these on page.

crawler tells me it's seeing this:

<!doctype html public "-//w3c//dtd html 4.0 transitional//en" "http://www.w3.org/tr/rec-html40/loose.dtd"> <html> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="robots" content="noindex,nofollow"> <script> loooong token(?) information </script> </head> <body> <iframe style="display:none;visibility:hidden;" src="//content.incapsula.com/jstest.html" id="gaiframe"></iframe> </body> </html> 

i tried disabling/reenabling plugins i've updated doesn't seem d anything.

ideas?


Comments

Popular posts from this blog

javascript - how to protect a flash video from refresh? -

visual studio 2010 - Connect to informix database windows form application -

android - Associate same looper with different threads -