20 Ways To Make $5000+ From Home. Earn Now!

Table of Content

Google Schema Meta Tags For Blogger

how to add Google Schema Meta Tags For Blogger,adding google schema meta in blogspot,richsnippets structured data meta tags for blog and website
How to add Google Schema Meta Tags For Blogger
In this tutorial we are going to explain how to add Google Schema Meta Tags in blogger.Schema.org is a set of extensible schemas that enables webmasters to embed structured data on their web pages for use by search engines.Schema.org is a collaborative, community activity with a mission to create, maintain, and promote schemas for structured data on the Internet, on web pages, in email messages, and beyond.Schema.org is sponsored by Google, Microsoft, Yahoo and Yandex.

How To Add Google Schema.org Meta Tags In Blogger


installation steps

  1. Login into your Blog Go To Template Backup your template then Click Edit HTML.
  2. Now Click inside your Code Box and Press [CTRL+F] To Search </head>.
  3. Now Copy The Below Code And Paste It Before </head>.
<!-- Schema.org Markup For GooglePlus For Blogger By BloggersStand Start -->
<meta name="robots" content="index" />
<link rel="author" href="https://plus.google.com/104668009239235013090" />
<link rel="publisher" href="https://plus.google.com/115587840274121878323" />
<b:if cond='data:blog.pageType == &quot;index&quot;'>
<!-- For All Pages Expect Content Page -->
<meta itemprop="name" expr:content="data:blog.pageTitle" />
<b:if cond='data:blog.metaDescription != &quot;&quot;'>
<meta itemprop='description' expr:content='data:blog.metaDescription'/>
</b:if>
<b:if cond='data:blog.postImageThumbnailUrl'>
<meta itemprop="image" expr:content="data:blog.postImageThumbnailUrl"/>
<b:else/>
<meta itemprop="image" content="image.jpg"/>
</b:if>
<b:else/>
<!-- Only For Content Pages -->
<meta itemprop="name" expr:content="data:blog.pageName" />
<b:if cond='data:blog.metaDescription != &quot;&quot;'>
<meta itemprop='description' expr:content='data:blog.metaDescription'/>
</b:if>
<b:if cond='data:blog.postImageThumbnailUrl'>
<meta itemprop="image" expr:content="data:blog.postImageThumbnailUrl"/>
<b:else/>
<meta itemprop="image" content="logo.jpg"/>
</b:if>
</b:if>
<!-- Schema.org Markup For GooglePlus For Blogger By BloggersStand End -->
Save your template Done. !!

Customization

  • change 104668009239235013090 with your google plus profile id.
  • change115587840274121878323 with your google plus Official fan page.
  • Replace image.jpg with your image url to show the image when there is no image in posts.

How to check your Schema meta tags are working or not?

After adding the above code in your blogger template you must have to check weather you added correct or not.Now open Google Structured Data Testing Tool that is also know as RichSnippet checker where you can view your Schema meta tags.

Post a Comment