-->

How to integrate Pinterest Rich Pins with Blogger

Pinterest offers five types of Rich Pins that are movie, recipe, article, product and place. Pins that include extra information about your post content right on the Pin itself. So we need to create rich pins according to our blog content, here I show off article Rich pins. This will validate your post page not main domain.
The difference between a Rich pin and a regular pin of an article is the enhanced pin shows more details like title, search description, data of publishing, author and has a direct link to the post page. Regular pins require the user to enter the description and the link only pops up when someone hangs over the pin board image.
integrate Pinterest Rich Pins with Blogger
Integrate Pinterest Pins Board:

Choose what kind of Rich Pin (product, recipe, movie, article or place ) you want to apply for your blog.

Add Open Graph or Schema.org markup to your site.
1.     Go to your Dashboard on Blogger
2.     Click on >> Template
3.     Click on >> Edit HTML
4.     Search for <head>
5.     Place the below code anywhere in <head> section.
 <! -- Pinterest Rich Pins Board LabLance.Com-->
<meta expr:content='data:blog.pageName' property='og:title'/><meta content='Dharmendr' property='article:author'/><meta expr:content='data:blog.metaDescription' property='og:description'/><meta content='article' property='og:type'/><meta expr:content='data:blog.url' property='og:url'/><meta expr:content='data:blog.title' property='og:site_name'/><b:if cond='data:blog.pageType == &quot;index&quot;'><meta expr:content='data:blog.url' property='og:url'/><meta expr:content='data:blog.pageTitle' property='og:title'/><b:else/><meta expr:content='data:blog.homepageUrl' property='og:url'/><meta expr:content='data:blog.pageName' property='og:title'/></b:if><b:if cond='data:blog.metaDescription != &quot;&quot;'><meta expr:content='data:blog.metaDescription' property='og:description'/></b:if><meta content='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgTU1Rjwxy0BAMlRKFgb6RkBWNxnNZMdIwaB8VUmK9EK5mUBg6c5FNDdI8DMMQcPu9fUfsTAVDvZXtUP4X9L4iwA64R9fzs_UclYX2tWq9u6Nb7DhGbEfd-8NqLJN1y2DkLrmRoOp5Lep0/w140-h38-p/llogo.PNG' property='og:image'/><meta expr:content='data:blog.homepageUrl' property='og:url'/><!--End Pins Board -->


And Save your template.
After that validate your Rich Pins and apply to get them on Pinterest.

No comments