|
|
SEO
which stands for search engine optimization is a technique by which a blogger
or webmaster get noticed in search engine, the better you apply SEO techniques the best ranking you get .it’s the key to
success in online world, you may be having outstanding articles on your blog
but if the aren't optimized you are losing a big visitors market. In this post
I will cover all the Basic seo tips that will turn your blog into a success story. This post
will help the newbie to move in right way without wasting their time searching
.So, let’s go to work.
We
assume that you had created a blog on blogger platform.
1. Optimize Blog Post Titles To Drive More Traffic
In default
blogger based blogs the post title appear after the Blog Main Title. We will
make sure that post title appear first before blog title.
Why are
we doing so?
The reason
is this search engine shows limited characters (about 66) of a post title in
search results, so if the blog title is appearing before post title in each
search result, its killing our Blog and affecting blog traffic
You can
see it in a snap of Mybloggertricks.com
After having
tweaked the blog title appears after post title
2. Make Blog Title Appear After Post Title
Go To
Blogger > Design > Edit HTML
Backup
your template
Search
for
<title><data:blog.pageTitle/></title>
Now
replace it with the code below,
<b:if
cond='data:blog.pageType == "item"'>
<title><data:blog.pageName/> | <data:blog.title/></title>
<b:else/>
<title><data:blog.pageTitle/></title>
</b:if>
<title><data:blog.pageName/> | <data:blog.title/></title>
<b:else/>
<title><data:blog.pageTitle/></title>
</b:if>
3. Change Heading Tags H3 to H2 in Blogger Blog
We
will assign the H2 Tag to Post Titles and H3 to Blog Description.
Go To
Blogger> Design > Edit HTML
Backup
your template
Search
for .post h3
and
replace it with .post h2 (keep replacing that for all occurrences of
.post h2)
Then
search for,
<h3><data:title/></h3
and
replace it with this,
<h2><data:title/></h2>
Save
your template,its all done!
4. Optimize Labels in a Blog :
Go To
Blogger> Design > Edit HTML
Backup
your template
Search
for
<a
expr:href='data:label.url'
And Replace
it with this:
<a
expr:href='data:label.url' rel='tag'
Done.
5. Optimize Blogger Archives in a Blog
Find The
Following Code in the Template
<a
class='post-count-link' expr:href='data:i.url'>
And
replace it with this:
<a
rel='archives' class='post-count-link' expr:href='data:i.url'
Congratulation,
it’s done
Once you
have made all these changes, we will move on and now we will add no follow tag
to comments in blogger because they are at most cases external links, and if
the commenter blog is having low page rank and you follow it, it can kill you
rankings BE CAREFUL
6. How to Optimize Blogger Comments
Find
below code in HTML Template
expr:href='data:post.createLinkUrl'
Replace
it with this:
expr:href='data:post.createLinkUrl'
rel='external nofollow'
7. Enable meta description in new blogger interface
In new blogger interface go to setting and
then search preferences then select Meta description and Click Edit and Enable
it, and write description of about 150 Words.
After this you can add meta description to each post on the right side of post
writing Page.
8. Blogger Blog sitemap submission
Submit the sitemap to Google & Bing.i
will publish a detailed post on how to submit it to both Search engines.
Final Words : I think I have shared all
thing related to SEO according to my knowledge.i have personally applied these
tactics and its working for me.if you would like to add few thing more to the
list you can use comments Box.
Peace Buddies.





0 comments:
Post a Comment