Wednesday, August 28, 2019

SEO Note - Blogger Header Meta Tags Update

meta tag generator, google meta tags, list of meta tags, seo meta tags 2018, how to create meta tags, seo meta tags 2019, meta tags head seo, seo meta tags keyword, meta tags generator, seo metadata, meta keywords google, list of meta tags, meta keywords example, seo meta tags 2018, seo meta tags generator, blog description examples, how to write meta tags, homepage meta description shopify, blog description generator, seo meta tags example, meta revisit after, homepage meta description generator, seo meta extension, blogger tags list, seo in html5, how to add keywords to blogger post, tags for bloggers, how many keywords can be used in meta tag, alexa on-page seo checker, metadata best practices 2018. alexa seo marketing, html seo example, seo meta tags 2019, how to add hashtags on blogger	, what are meta tags in blogger, blogger head tag, meta description length 2019, meta name=author, sitemap meta description example, how to write a good meta description 2018

My customer sent me a feedback about they can not share post via Pinterest because post image that’s declared in Header Meta Tags is too small.

This bug can make your site lost visitors from a big Social Network like Pinterest, so I suggest a new Header XML Code for Blogger template with right meta tag for Pinterest.

In this code, I will use new global layout data tag of Blogger: data:blog.postImageUrl (old is data:blog.postImageThumbnailUrl). This data tag will show the full image of post instead of the thumbnail (with 72×72 pixel size).

Access Template / Edit HTML and replace your header XML code of your template as below code:

COPY ALL 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 == &quot;index&quot;'><data:blog.pageTitle/><b:else/><b:if cond='data:blog.pageType != &quot;error_page&quot;'><data:blog.pageName/> | <data:blog.title/><b:else/>404 | <data:blog.title/></b:if></b:if></title>

 <b:if cond='data:blog.metaDescription != &quot;&quot;'>
  <meta property='og:description' expr:content='data:blog.metaDescription' />
 </b:if>
 <b:if cond='data:blog.postImageUrl != &quot;&quot;'>
  <meta expr:content='data:blog.postImageUrl' property='og:image'/>
 </b:if>


Hope all blog masters will apply this update as soon as possible to increase traffic from Pinterest, special with photography blogs.

No comments:

Post a Comment