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?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
og:titleis one of the open graph meta tags.og:...properties define objects in a social graph. They are used for example by Facebook.og:titlestands for the title of your object as it should appear within the graph (see here for more http://ogp.me/ )