Web Tech Guide

www.blogsmonetize.com feed

Title and URL Search Engine Friendly for Blogger BlogSpot

 

By default, Blogger BlogSpot will take your title as follow:

Your blog name: Your blog title

This is not Search Engine Optimization (SEO) friendly. When people look at your title in search engine result pages, they see your blog title first. If your title is too long, they don’t see your post title since search engine will truncate it. As a result, they don’t click on your link. You lose your visitors. So, to make your title friendly, you have to modify your blog title.

1. Login to your account --> Design --> Edit HTML
2. Click on "Download Full Template" to backup your template.
3. Check "Expand Widget Templates"
4. Search for

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

5. Replace it as follow

<b:if cond='data:blog.url == data:blog.homepageUrl'>
  <title><data:blog.pageTitle/></title>
<b:else/>
  <title><data:blog.pageName/>: <data:blog.title/></title>
</b:if>

This code will make your blog title as follow

Your blogs post : Your blog title

Alternatively, you can do it manually to have your custom title, replace the above code as bellow. Remember to change all the red color in the following code appropriate:

  <b:if cond='data:blog.url == data:blog.homepageUrl'>
    <title>Your home page title</title> 
  <b:else/>
    <b:if cond='data:blog.url == "http://www.blogsmonetize.com/2010/11/get-listed-in-google-search-engine.html"'> 
     <title>The title for the above URL</title> 
    </b:if>
     <b:if cond='data:blog.url == "http://www.blogsmonetize.com/2010/11/backlink-on-copy-and-paste.html"'>
      <title>The title for the above URL</title> 
     </b:if> 
  </b:if>

Your site will be ranking better in the Search Engine Result Page when you do this.


© 11/21/2010 11:18:00 AM www.blogsmonetize.com
Loading related posts...

8 comments:

Web design Singapore said...

Extra advantages are added in this blog for the future. Very helping to us,I like to subscribe it.Thanks

Anonymous said...

I have not understood the last code option where you say 'Remember to change all the red color in the following code appropriate:'. Can you elaborate please?

I am trying to solve a problem related to my blog's title tag. (Problem: Title tag of a web page appears in search results as the link to the page. Also the title tag contains less than 3 words).

Will the above code suggested by you solve the problem?

Shiro said...

@blog yes, it solves your problems.

If you want to use the alternative option, you need to change my url to your url which you want to change the title. And also change the title of it by the following title code.

If you don't understand HTML code. I suggest using the code in step 5, which is just copy and paste, and it solves your problems.

ade said...

Thanks alot. I have learnt a new thing.

clive said...

thanks for the tips .very good indeed

Netpreneur Blog Indonesia said...

nice share, visite my blog => http://www.ukafahrurosid.com

BAZYLI said...

yes, it's help to promote your blog..i am also made like this..thank u for sharing.

by
SEO news and tips

Website Design Singapore said...

Very supportive article.I understand every point in this blog about good topic. Singapore SEO Company

Post a Comment