Meta Tags: What are og:title, og:type, og:url and og_image?
Question by Guest | 2014-01-29 at 11:49
From time to time, I am looking at the source codes of some websites, just to look up how the one or the other thing is implemented there and to learn a little bit.
Today, I have found in the meta tags of one web page a number of tags starting with "og:". For example, I found og:type, og:url, og:title, og:site_name, og:video and og_image. I have never heard about those tags.
Can someone tell me something about these tags and for which purpose they can be used?
Related Topics
Create URL for Website from Title of Page
Tutorial | 0 Comments
CSS: Include CSS Stylesheets in HTML
Tutorial | 0 Comments
HTML5: Head Meta Tags - Declare Language and Charset correctly
Question | 1 Answer
Meaning of Meta Tag "msvalidate.01"
Question | 6 Answers
How to resize Image before Upload in Browser
Tutorial | 13 Comments
XAMPP: How to set up SSL/HTTPS for local Projects
Tutorial | 4 Comments
Important Note
Please note: The contributions published on askingbox.com are contributions of users and should not substitute professional advice. They are not verified by independents and do not necessarily reflect the opinion of askingbox.com. Learn more.
Participate
Ask your own question or write your own article on askingbox.com. That’s how it’s done.
The "OG" is standing for Open Graph. Open Graph was developed by Facebook to create an interface for sharing contents.
For example, if you are including the meta tags you have mentioned into your homepage and someone is sharing the link to your website on Facebook, Facebook will automatically use the specifications from og:title for the title of the link or og:image for the image next to it.
More information about this can be found on ogp.me and on developers.facebook.com/tools/debug you can test URLs.
2014-01-31 at 15:33