Showing posts with label share. Show all posts
Showing posts with label share. Show all posts

Wednesday 21 September 2016

How to add Meta Tags for Linkedin

How to add Meta Tags for Linkedin

When you share your website OR Website pages into Linkedin, Everything should looks great like title, description, image and link on title. So that sharing can attract linkedin users to your website by clicking on link.

For this You have to integrate Open Graph Tags into your websites.  same as your might have integrte for Facebook Open Graph OR Twitter card.

Adding Meta tags into website is quite simple, See below.

1) Add following attribute in HTML tag
prefix="og: http://ogp.me/ns#"

2) Add Following tags between <head> and </head>.
 
    <meta property="og:title" content="This is title" />
    <meta property="og:description" content="This is description" />
    <meta property="og:url" content="http://example.com/link" />
    <meta property="og:image" content="http://example.com/images/backImg.jpg" />
    <meta property="og:type" content="website" /> 
    

Now please update the data as per your website page.

If you want to Good picture quality inside Linkedin Post OR Want to embed video. PLease look below:
http://ogp.me/#types