Change title tags for your blogger posts swap title hack



Change title tags for your blogger posts i.e swap title hack.Swap the title or change the title for the posts of the blog in place of title of blog makes the seo for blogger. Title tags hack makes blogger search engine optimized. When you click the post in blogger the post title always appear after the blog title. and your blog is restricted to only blog title.
But now your title will come first on clicking your post which ill make it seo i.e the blogger title is swapped.

This title tag hack is also done in two ways:-

One if you want blog title to appear after your post title separated by | sign.
Or
Only post title will appear after clicking post.

First Change title tags for your blogger posts with blogger title-

Go to Layout then EditHtml

Search for this tag <title><data:blog.pagetitle/></title>

Replace this tag with Following tag-


<b:if cond='data:blog.pageName == &quot;&quot;'>
<title><data:blog.title/></title>
<b:else/>
<title><data:blog.pageName/> | <data:blog.title/></title>
</b:if>


Now For the Only Post Tilte Will appear read My next Post senyum

22 comments:

wallpapers said...

I tried this hack on my blog but it me this bX-g02hp5 error saying

Your template could not be parsed as it is not well-formed. Please make sure all XML elements are closed properly.
XML error message: The element type "b:if" must be terminated by the matching end-tag "".

If you can check it in my source and tell me what is the problem.. i will be greatful to you.

Anshul said...

You are using this line at top of your code

<TITLE>Wallpapers Hi Wallpapers</TITLE>

Due to this your title is fixed for all posts.

Delete it and and then implement this hack

jay said...

need some help Anshul. I tried your code and it is not working for me. is the result instant? maybe you could give me a hand? if you need me to paste my code here or something. the site is wweapons.blogspot the link I commented from

thanks!

Anshul said...

ya you have this line in your html codes remove it then it will work
<title>World of Weapons</title>
Because of this your title remains same all the time

eeeian1 said...

i've implemented this hack 4 http://best4eeeians.blogspot.com,but can i see the change instantly or not

Anshul said...

Its instann and i checked its working fine in your blog.

Salman said...

I use the following code in my blog template:

{b:if cond='data:blog.pageName == ""'}
{title}{data:blog.title/}{/title}
{b:else/}
{title}{data:blog.pageName/} -- {data:blog.title/}{/title}
{/b:if}

(Please replace all curly brackets corresponding with angle brackets)

This code shows correct title for posts and other pages such as blogger search results, archive and label pages. The page title is followed by blog title.

Anshul said...

Thanx a lot salman for sharing these codes they work perfectly !!

Salman said...

Thank you too for pointing me in the right direction, this article introduced me to the blogger template codes.

Anshul said...

@ salman means you started playing codes after seeing this post first..

Salman said...

Yes exactly :)

Anshul said...

hehe great but you seem to be good webdesigner friend ....and nice posts too on your blog you can be a succcessful blogger..

FilmAsia said...

Hi Anshul,

I wanted my post title to appear in search engine results but usually only my blog title appears. I have done modification on my meta tags hoping my post title to appear but so far still failed.

Let me tell you what I've done:

I have modified my blog just few hours ago to make the post title appearing in my next new postings but still none.

My latest URL posting is:

http://filmasia.blogspot.com/2009/07/bronze-medalist-south-korea-2009.html

I expect the post title together with blog title will appear at search engine results something like this:

Bronze Medalist (킹콩을 들다) [South Korea] - Film Asia

but only 'Film Asia' appears on the top

Feeling not satisfied I try with a new keyword search 'Bronze Medalist Lee Beom Su' in Google search engine

Again only 'Film Asia' appear from the results.

I have been Googling and modifying my meta tags over and over again but the result are still the same.

My URL is http://filmasia.blogspot.com and I'm using a blogger classic template.

Hope you can help me,

Thanks
Film Asia

Anshul said...

@ fimasia as you are using classic template i am not even able to clik your title ,i would suggest why dnt you switch to beta blogger.

And i think you are using this line in your blogger classic html

<title>Film Asia</title>

Remove his line and i think your problem will be solved.

cassandra_sy said...

Thank you very much!
It works in my blog.
I have been looking for this information for quite some time till I found your blog.
Really thanks alot!

Jim DeSantis said...

Hi.

I used your hack succesfully in my Beta version just fine. Nice!!!!

Now, how about a hack for Classic Minima template? Can you do that too? I am a little fearful to upgrade to Beta because I have made many changes that will likely be lost.

Can you work your magic for we classic bloggers?

Thanks

Naddez said...

I followed your steps, but how do I know if this is working on my blog? (http://naddezsgoodycorner.blogspot.com)

Anshul said...

@jim sorry i never try classic as its old and very few use them.

@naddez its working for your blog i checked.

Roswitha said...

Hello :)
I can't find the above code in my blog's code. What should i do ? Please help me :) btw, i also can't find the code from the other post : "Change post title"

Mihai

Anshul said...

@ros this hack already working in your blog. :)

Mr.Brightside said...

how long will this take effect? Thanks. :-)

Post a Comment