As a Blogger sharing your blog contents on social media platforms like Facebook and Twitter is one of the easiest means to drive traffic to your blog and improve your blog domain authority in search engine ranking.
If you are blogging on Google Blogger/Blogspot and using the default or an old Blogger template you might discover that post thumbnails is not visible when you shared any of your blog post on Facebook or Twitter. This is simply because Open Graph Meta Tags are not added to header section of your blog.
In one of our recent updates I shared with you How to Add Social Media Icon in Blogger so today I have prepared and will be sharing the easy step by step guide to add Facebook and Twitter Open Graph Meta Tags In Blogger with any hassle. Just follow all the guidelines listed in this article.
Before we begin we need to understand what open graph meta tags are, what they does and how to Integrate them in Blogger.
Open Graph Meta Tags also known as social media tags are small snippets of code introduced by Facebook so as to improve the integration between Facebook and other websites thereby allowing any web page to have the same functionality as any other object on Facebook. In a more simple term Open Graph Meta Tags are code that control how URLs are displayed when shared on social media.
Ultimate Guide on How to Add Social Media Icon in Blogger
How to Integrate WhatsApp Chat Widget on Blogger
You can find them in the <head> section of your Blogger template and are usually indicated by the og: meta property
Below is an example of a blog post shared on Facebook with Open Graph Meta Tags added
Post Shared on Facebook |
edit blogger template |
<!--[ Open graph ]--> <meta expr:content='data:blog.pageName.escaped ? data:blog.pageName.escaped : data:blog.title.escaped' property='og:title'/> <meta expr:content='data:blog.canonicalUrl' property='og:url'/> <meta expr:content='data:blog.title.escaped' property='og:site_name'/> <b:if cond='data:view.isMultipleItems'> <meta content='website' property='og:type'/> <b:if cond='data:blog.metaDescription'> <meta expr:content='data:blog.metaDescription.escaped' property='og:description'/> <b:else/> <meta expr:content='data:blog.pageName.escaped ? data:blog.pageName.escaped : data:blog.title' property='og:description'/> </b:if> <b:else/> <meta content='article' property='og:type'/> <b:if cond='data:blog.metaDescription'> <meta expr:content='data:blog.metaDescription.escaped' property='og:description'/> <b:else/> <meta expr:content='data:post.snippet.escaped snippet { length: 147, links: false, linebreaks: false, ellipsis: false }' property='og:description'/> </b:if> </b:if> <meta expr:content='data:blog.pageName.escaped ? data:blog.pageName.escaped : data:blog.title.escaped' property='og:image:alt'/> <b:if cond='data:blog.postImageUrl'> <meta expr:content='resizeImage(data:blog.postImageUrl, 0)' property='og:image'/> <b:else/> <meta content='Add Blog Image URL' property='og:image'/> </b:if>
All Our Posts Are Protected by DMCA. Therefore Copying Or Reproducing Of The Contents Of This Blog Without Our Permission Is Highly Prohibited!
If Found, Legal Action Will Be Taken Against Offender.