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
When adding the output generated by this tool to an HTML page, Visual Studio will complain with this error message:
The prefix attribute on <head> for Open Graph is missing.
It wants the following added to the head attribute.
<headprefix="og: http://ogp.me/ns#htmpl">
If this attribute is actually necessary or helpful, the generated output should note this in a comment (as it currently does with the itemscope and itemtype attributes in the html tag.
If it is not desired, document why this attribute is bad or should not be used.
The text was updated successfully, but these errors were encountered:
When adding the output generated by this tool to an HTML page, Visual Studio will complain with this error message:
It wants the following added to the head attribute.
itemscope
anditemtype
attributes in the html tag.The text was updated successfully, but these errors were encountered: