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 == "item"'>
<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 != "index"'>
<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
No comments:
Post a Comment
I am Awaiting for your reply....