What is the attribute property="og:title" inside meta tag?

Viewed 222750

I have this extract of website source code:

<meta content="This is a basic text" property="og:title" />

What does this property attribute stand for, and what is its purpose?

4 Answers
Related