Knowledge check: Open Graph Protocol

A passionate full-stack developer from @ePlus.DEV
How does the Open Graph Protocol (OGP) name the meta tags?
using id attribute
using property attribute
using name attribute
Each property in the Open Graph Protocol starts with
'ogp:'True
False
Which property should be used to define a URL of an image that must display when the website is shared on social media?
og:URL
href
src
og:image
Which property is used to define the language of the content being shared?
og:locale
og:type
og:description
og:lang
The type property defines the type of the content. For example:
<meta property="og:type" content="website" />Which property would mention the name of the website?
og:description
og:name
og:site_name
og:title
When sharing your blog post, which property would you use to provide the link to the actual post?
og:url
og: image
og:description





