Open-graph meta data tags introdution

Open-graph elements are meta tags that contain extra meta data of a webpage open-graph is used by Facebook to create website cards for urls shared on it's platform  cards contain website image thumbnail and as well as title, description, type and url open-graph meta tags have a property attribute containing a property prefixed by "og:"

For example;

<meta property="og:image"  content="image-url">

Comments

Popular posts from this blog

How to wait for a promise within a loop block

Removing bash.sh #hash comments from a string using regEx in JavaScript

Snake monochrome (JS1024)

How to set content disposition headers for express nodejs apps

Es6 new features summarized round up