facebook og:title not working, facebook scraper does not see anything -
this html:
<html> <head> <meta property="og:title" content="this title" /> <meta property="og:description" content="this content" /> </head> <body> test </body> </html>
now facebook-debug-tool tells me 'og:title' of type 'string' not provided. clicking on "see our scraper sees" returns blank page. "test" within body not displayed. have disabled gzip content type proposed in answer...
i down-vote own question..
the problem had rewrite-rules in place targeted @ google-crawler. long story short: facebook-crawler got hooked rewrite-rules, too. after removing rewrite rules worked chram.
Comments
Post a Comment