4 blogger seo hacks that every blogger user should know

SEO is short form of search engine optimization .It helps us to get more unique visitors and visits .So here I am presenting list of my optimization for blogger .

Meta tag hacks , use tittle as description and labels as keyword




Blogger is not SEO friendly ,so we have to hack in XML template . Someone has developed a trick to use lables as keywords . So ,when a user will type a keyword on search engines he may be redirected at your blog. So replace
<head>
with
<b:if cond='data:blog.pageType == &quot;item&quot;'>
   <b:section id='meta1' showaddelement='no'>
<b:widget id='Blog2' locked='false' title='Blog Posts' type='Blog'/>
</b:section>
</b:if>
<!--::::::::::: Block1 END -->

<head> <!-- THE HEAD -->

<!-- must include(called) here to output other head sub elements -->
<b:include data='blog' name='all-head-content'/>

<!--::::::::::: Block2: Output Index Title,keywords,decription and Post Title,description -->
<!-- Post/Archive Page -->
<b:if cond='data:blog.pageType != &quot;index&quot;'>
   <title><data:blog.pageName/></title>
    <meta expr:content='data:blog.pageName' name='description'/>
<!-- Index Page -->  
<b:else/>
   <title><data:blog.pageTitle/></title>
   <meta content='description here' name='keywords'/>
   <meta content='keyword here' name='description'/>
</b:if>


I have copied this code from another blog , and you will have to replace my description and keywords .This will work out a little .

Comment on other blogs

Comment on other blogs whose niche is same to you . So users will get attracted to your blog,this is one of the requirement for a good blogger.

When commenting on blogger blog ,don't use your goolge profile,go to bit.ly and create a redirection link to your blog and comment there with bit.ly link.This will help you to get direct traffic

Use alt tab in images



Through using alt tab your images will be search engine friendly

Use 'conical' and 'nofollow'

As part of good link building you should use rel='conical' for important posts and rel='nofollow' for social networking link and for some other stuffs .

No comments:

Post a Comment

I am Awaiting for your reply....