xablauger-studios / blau-site

Blau Game Official Website
http://www.blaugame.com
MIT License
1 stars 0 forks source link

Facebook Open Graph metadata isn't scraped #1

Open ythecombinator opened 8 years ago

ythecombinator commented 8 years ago

Issue Type

The debugger should've scraped and recognized all og: metadata available in the index.html file which comes from config.json and is rendered in _social.pug template file.

Other scrapers (eg. iframely) could find metadata in the very same way the OG Debugger should've done:

iframely is cool

Actual Behavior

Instead, the OG Debugger throws a few errors:

OG Debugger isn't cool

Being the main one (Errors That Must Be Fixed):

Object at URL 'https://blaugame.com/' of type 'website' is invalid because a required property 'og:title' of type 'string' was not provided.

Which makes no sense for me since index.html DOES HAVE a og:title - and it's filled with Blau Game.

jonodonovan commented 8 years ago

Is there any compression going on here?

ythecombinator commented 8 years ago

Thanks for your attention, @jonodonovan.

Actually, pug.js pretty option - which adds pretty-indentation whitespace to output instead of making it sound like a compressed one - defaults to false - and we haven't changed it.

But there's no reason for it be affecting the way the debugger scraps it.