How To Fix Blogger/Blogspot Posts Image Thumbnail Not Showing On Whatsapp - GistaBlog | Blogging | Tech | SEO | Education | Entertainment
Buy Template blogger

How To Fix Blogger/Blogspot Posts Image Thumbnail Not Showing On Whatsapp

How to fix Blogger Thumbnail image not appearing on whatsapp

Sometimes, bloggers encounter issues relating to post thumbnails/image not showing on whatsapp when they switch to some new templates out there, this occurs as a result of lack of thumbnail generating code in such templates.

In this article, i am going to be tutoring you how to fix it permanently by just implementing some lines of code into your template. Now, let's start;

How To Fix Blogspot Post Thumbnail Image Not Displaying On Whatsapp

Firstly, go to theme in your blogger dashboard, after it pops us, click on Edit Html, after this your template html codes will be displayed, then we are good to go.

Now, paste this first code under your <head>

<b:if cond='data:blog.postImageUrl'> <meta expr:content='data:blog.postImageUrl' property='og:image'/> <b:else/> <b:if cond='data:blog.postImageThumbnailUrl'> <meta expr:content='data:blog.postImageThumbnailUrl' property='og:image'/> </b:if></b:if>

Just after that, Paste this one under the <body> inside your template.
Note: You can find the <body> under </head>

<span itemprop='thumbnail' itemscope='http://schema.org/BlogPosting'>
<link href='Image_url here' itemprop='url'/>
</span>
Or this;
<link itemprop="thumbnailUrl" href="url_image">
<span itemprop="thumbnail" itemscope itemtype​=​"http://schema.org/ImageObject"​>
  <link itemprop="url" href="url_image">
</span>
Once you're done adding all this lines of code, then you have successfully fixed the problem.

Also Read: HOW TO ADD YOAST SEO PLUGIN TO BLOGGER BLOGS
Previous article
Next article

2 Comments to

Do not spam! The comment section is strictly being moderated, irrelevant links and comments will be removed by the moderator.

Articles Ads

Articles Ads 1

Articles Ads 2

Advertisement Ads