Showing posts with label Blogger Title SEO. Show all posts
Showing posts with label Blogger Title SEO. Show all posts

Getting High ranking in Google,, Yahoo and Major Search engines

Hi Friends,
  This BLOG is about only one month old but Thanks to Allah (the greatest of all) i am getting high number of uniques visitor and readers......
HOW........????????
    I am following some ways and tips.......
 I usually do Blog Walking and read other blog, I am coming to the point Remember whenever i read blog of other blogger i leave a comment on their post saying hi and introducing myself BUT leaving my BLOG URL in the comment .......
This is the main thing and it does not seem to be an important way to build you Search engine Ranking... BUT believe me its a very handy and useful way.....
Actually Search engines like GOOGLE , YAHOO etc Love this thing............. 

Isn't an easy step to build SEO ?

Other step that i have done is to Submit your Blog to All the major Search Engines ( like GOOGLE, YAHOO, MSN etc....)


this is also a great way to have One Way Link Exchange and its counted alot in getting high ranking in Search Engines...

Nextly while reading other blogs (related to your blog's Content) ask the other Blogger for Link Exchange 


Next..... Add a Digg button with every post

and

 Add a "Share On Facebook" Link at the end of your posts....

That's all 
Keep Blogging 
and hope you liked the post....
Reply

Optimizing Blogger Title For Better SEO

Titles and Meta Tags has a great effect on the SERP's , so what can we do to improve serp and seo for blogger blogs? The codes below will display the name of a particular entry without bringing the name of the blog in first position and this will affect our serp since titles are important for google spiders.Here’re the codes :
Goto Edit Html and find the codes below


<title> <data:blog.pageTitle/> </ title>


And change with this

<b:if cond='data:blog.pageType == "item"'>
; <title> <data:blog.pageName/>
| <data:blog.title/> </title>
<b:else/> <title>
<data:blog.pageTitle/> </title>
</b:if>