Monday 4 November 2013

Add Meta Tag To Blogger Automatically And Call More Traffic

23:56

Before the new version of Blogger, there was a difficulty in adding meta tags to each and every individual posts that you made.You would have had to add the meta tags in the template for each one of the blog posts using the "b:if " tags.Now you do not need to do all that cumbersome work.There is a new method of adding meta tag description to any blog post automatically while writing the post itself.It is almost like a WordPress SEO plug-in for blogger blogs..

Here is how to activate the meta tag generator in the blogger edit posts section -

1) Go to Blogger Settings > Search Preferences > Meta Tags. Make this option "Yes" and add some meta tags that are suitable for your blog.

Blogger Blog Meta Tag Automatic


2) Now Go to a "New Post" and you should be able to see the Search Description options in the right hand side under the Post Settings.

Blogger Blog Meta Tag Generator Plug-In

If you are using a Custom Template For Blogger, then you need to add the following code to your Blogger Template, just before </head>

<b:include data='blog' name='all-head-content'/>
Now you should be able to see the Meta Tag Generator Option in the "New Post" even if you have a custom blogger template.

3) GENERATE AUTO META TAGS FOR EACH BLOG POSTS
Its a simple code to automate the process of assigning meta description and keyword tags to every posts of your blog. Although not very effective but it may slightly improve the visibility of your pages in SERPs. These are the Dynamic meta tags, which have the same code but display different content for different pages. Actually it simply shows the blog name and title of the post in the meta description/keywords content.
Keep in mind that meta tags always goes betweenandtags
1. Log in to Blogger, go to Layout -> Edit HTML
and find (CTRL+F) this code in the template:
<![CDATA[
And immediately BEFORE/ABOVE it, paste this code:
<b:skin><![CDATA[
And immediately BEFORE/ABOVE it, paste this code:<b:if cond=’data:blog.pageType == &quot;item&quot;’>
<meta expr:content=’data:blog.pageName + data:blog.title + data:blog.pageName’ name=’Description’/>
<meta expr:content=’data:blog.pageName + data:blog.title + data:blog.pageName’ name=’Keywords’/>
</b:if>
For any queries and suggestions comment below.

Written by

Satyam Bora Is 18 Years Old Boy Addicted To Blogging And Technology.He Is A Part Time Blogger And Student Of Civil Engineering. This Guy Is Always Here To Help You :)

0 comments:

Post a Comment

 

© 2013 TricksDroid. All rights resevered. Designed by Templateism

Back To Top