How To Make Your Blogger Template SEO Friendly?
Do you want to make your Blogger template SEO friendly but
don’t know how the whole thing works? Optimize a blogger template with
proper SEO is extremely crucial because it indicates how well your site
is being crawled. On the other hand, Search Engine Optimization doesn’t
possess the same significance that it uses to have in the past because
now Google’s main priority is quality content. Still, optimizing
templates with correct technique will not harm you instead your visitors
will enjoy the fruitful changes that you have done in your template.
Most of the blogspot users think’s that SEO stands for the number of
backlinks but deeply it means how well a certain page is organized with
proper attributions i.e. H2 Tags, Permalinks,
and etc. If you are trying to make your existing Blogger Template
Search engine Friendly, then you have arrived to the correct
destination. Today we will discuss how we can optimize our Blogspot
Template for Search engines
Adding Proper Meta Description Tags And Keywords in blogger Template
Most
of the Blogger Templates are designed by unknown designers so it is
quite clear that it lacked a lot in SEO. If you have ever edited a
Template, then you might have noticed that most of the templates don’t
have Meta tags. Though, Meta tags and keywords can be changed with New Search Preference tool but doing things manually has greater significance so, first we have to optimize our Blogger Template with Meta tags.
- Just Go To Your Site >> Template >> Edit HTML >> Proceed
- Search For <head> and just bellow it paste the following Code
<meta content='text/html; charset=utf-8' http-equiv='Content-Type'/>
<meta content='Your_Site_Description_Here' name='description'/>
<meta content='Your_Site_Keywords_Here' name='keywords'/>
- Replace Your_Site_Description_Here with your site description but make sure it shouldn't exceed 60 characters. Also replace Your_Site_Keywords_Here with 10 to 15 keywords that relates your site niche.
After
adding the above Chunk of codes, you have successfully enhanced your
SEO. Now when crawlers will crawl your home page they will be able to
learn much more about your site because through Meta descriptions and
keywords tags, you are giving them brief introduction of your site.
Using H2 Tags in Your Blog Post Title
H2 tags are of greater significance because these little tags allows search crawler to identify which keyword to rank higher in the Search results. If you have ever noticed that the Tags which are associated with Blogger post titles are mostly H3 tags which certainly drop the worth of a certain keyword so, it is extremely crucial that we utilize H2 Tags in our Blogger Post Titles. To change your existing post title H3 Tags To H2 do as follows.- Just Go To Blogger.com >> Template >> Edit HTML >> Proceed
- Don't forgot to Check/Tick Expand The Widget Box.
- Now search for the following or similar codes in your template.
<h3 class='post-title'>
<b:if cond='data:post.link'>
<a expr:href='data:post.link'><data:post.title/></a>
<b:else/>
<b:if cond='data:post.url'>
<a expr:href='data:post.url'><data:post.title/></a>
<b:else/>
<data:post.title/>
</b:if>
</b:if>
</h3>
<b:if cond='data:post.link'>
<a expr:href='data:post.link'><data:post.title/></a>
<b:else/>
<b:if cond='data:post.url'>
<a expr:href='data:post.url'><data:post.title/></a>
<b:else/>
<data:post.title/>
</b:if>
</b:if>
</h3>
When you find the above code or a similar one replace it with the following code.
<h2 class='post-title'>
<b:if cond='data:post.link'>
<a expr:href='data:post.link'><data:post.title/></a>
<b:else/>
<b:if cond='data:post.url'>
<a expr:href='data:post.url'><data:post.title/></a>
<b:else/>
<data:post.title/>
</b:if>
</b:if>
</h2>
<b:if cond='data:post.link'>
<a expr:href='data:post.link'><data:post.title/></a>
<b:else/>
<b:if cond='data:post.url'>
<a expr:href='data:post.url'><data:post.title/></a>
<b:else/>
<data:post.title/>
</b:if>
</b:if>
</h2>
Now
your H3 Post titles are changes to H2 tags. You have wait around a week
till the crawlers update their history, and soon after it you will
notice a breeze of traffic flowing all round your site. Remember: Only
update your H3 tags if you are not getting sufficient traffic from
search engines.
Optimizing Blogger Post Titles
If you Blogger template is not optimized for Proper Post Titles then you might have noticed most of your Posts first shows (YOUR_BLOG_NAME), then it shows (YOUR_POST_NAME) which indicates that your targeted keywords is showing at the end, instead of appearing up front.
For Example, on a blog we published a post with Name “This Article is Written By Madhur Garg” and your blog title is "Madhur Garg India” then it would appear like this in the Google Search engine “Madhur Garg India : This Post is Written By Madhur Garg”. So, it is crucial that you move your Blog Title in the end i.e. “This Article is Written by Madhur Garg - Madhur Garg India”.
For Example, on a blog we published a post with Name “This Article is Written By Madhur Garg” and your blog title is "Madhur Garg India” then it would appear like this in the Google Search engine “Madhur Garg India : This Post is Written By Madhur Garg”. So, it is crucial that you move your Blog Title in the end i.e. “This Article is Written by Madhur Garg - Madhur Garg India”.
- Go To Blogger.com >> Template >> EDIT HTML >> Proceed
- Search For <title><data:blog.pageTitle/></title> (usually at the top of your template).
- When you find it just replace it with the following coding.
<title><data:blog.pageTitle/></title>
<b:else/>
<title><data:blog.pageName/> | <data:blog.title/></title>
</b:if>
That't it save your template and now your Post titles will show your SITE_NAME at the end of each and every post.
No comments:
Post a Comment