You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Actual Behavior
Instead, the OG Debugger throws a few errors:
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.htmlDOES HAVE a og:title - and it's filled with Blau Game.
The text was updated successfully, but these errors were encountered:
Actually, pug.jspretty 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.
Issue Type
Steps to reproduce (if applicable)
Input URL
withhttp://blaugame.com/
Expected Behavior
The debugger should've scraped and recognized all
og:
metadata available in theindex.html
file which comes fromconfig.json
and is rendered in_social.pug
template file.Actual Behavior
Instead, the OG Debugger throws a few errors:
Being the main one (Errors That Must Be Fixed):
Which makes no sense for me since
index.html
DOES HAVE aog:title
- and it's filled withBlau Game
.The text was updated successfully, but these errors were encountered: