We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
__values seems to be empty in line: if (empty($page->_values)) { return false; }
The text was updated successfully, but these errors were encountered:
IMDB is using <meta name="og:title" The spec says <meta property="og:title"
So is IMDB broken or not?
Sorry, something went wrong.
They're also missing og:image and og:type which are required.
Yeah, they're broken. Ignore my use case.
It's on the main open graph protocol site, maybe we should use Rotten Tomato as an example :)
No branches or pull requests
__values seems to be empty in line:
if (empty($page->_values)) { return false; }
The text was updated successfully, but these errors were encountered: