Linter reporting missing tags for OG proto - tags there - xml namespaces there - possibly bad admin
The linter is reporting missing properties for the title, url, and type even though they're there.
See this linted url for an example
We're also getting behavior like this thread, where the like buttons loses it's count after a refresh, which is probably due to the bad admin field. It will be removed on the next 开发者_如何学Godeploy.
But I don't know why it's saying the url, title, and type are missing.
This is an artifact of how the object debugger works. The admin field error was an exception in the parser, so it didn't get to look at your other tags. When you fix that one error it will be able to see the rest of your data.
精彩评论