Here in Guide2k, I will share with you how to fix this Bug because this Bug can make your blog or website lost visitors from popular Social Media Network Like Pinterest, So, I suggest to you the new XML Header Code for Blogspot or Blogger Template with the exact meta tag for Pinterest.
Ok, In this code, The global layout data tag of Blogger or Blogspot is the one I will use: (data:blog.postImageUrl) And The old is (Data:blog.postImageThumbnailUrl) Instead of the thumbnail (with 72×72 pixel size) This is the Data Tag that will show the full image of Article post.
Ok, Copy the Code below, and Go to your Template/ Edit HTML, and Just Replace The XML Header code of your Template as Below Code.
[<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html>
<html b:version='2' class='v2' expr:dir='data:blog.languageDirection' xmlns='http://www.w3.org/1999/xhtml' xmlns:b='http://www.google.com/2005/gml/b' xmlns:data='http://www.google.com/2005/gml/data' xmlns:expr='http://www.google.com/2005/gml/expr'>
<head>
<meta content='width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0' name='viewport'/>
<b:include data='blog' name='all-head-content'/>
<title><b:if cond='data:blog.pageType == "index"'><data:blog.pageTitle/><b:else/><b:if cond='data:blog.pageType != "error_page"'><data:blog.pageName/> | <data:blog.title/><b:else/>404 | <data:blog.title/></b:if></b:if></title>
<b:if cond='data:blog.metaDescription != ""'>
<meta property='og:description' expr:content='data:blog.metaDescription' />
</b:if>
<b:if cond='data:blog.postImageUrl != ""'>
<meta expr:content='data:blog.postImageUrl' property='og:image'/>
</b:if>]
I hope all Blogger masters will apply this new Update as soon as possible to increase more traffic from Any Popular Social Media like Pinterest, Special all Photography Blogs or website.
0 Comments