Recent Posts

prev next

Monday, February 15, 2010

How to change the title Tags in the post

Posted on 11:14 AM by Mohamed Omar

In most of blogs I noticed that the tags of post titles is in form of "Blog title: Post title" and that's hell because it's not a good form in search so I found a way for my lovely readers to change it to form "Post title ~ Blog title"

And this from the ways to increase the SEO of your blog

Here’s the method: the method is to go to the template editor in the blog by clicking on “Layout” then “Edit Html” and Find the code:

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

and replace it by the following Code:

<b:if cond='data:blog.pageType == "index"'>
<title><data:blog.pageTitle/></title>
<b:else/>
<title><data:blog.pageName/> ~ <data:blog.title/></title>
</b:if>

Subscribe in a reader

1 Response to "How to change the title Tags in the post"

.
gravatar
bOsHrA Says....

what a nice one !!
i tried it in my blog and it worked
www.phoneticsonline.blogspot.com

Thanks

Leave A Reply