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

Popular posts from this blog

c# - Validate object ID from GET to POST -

node.js - Custom Model Validator SailsJS -

php - Find a regex to take part of Email -