Optimizing Title Tagging for SEO, Blogger Style
Sunday, April 2nd, 2006 at 7:17 amI noticed a neat little article over at ProBlogger, about optimizing tags in your <title>for search engines, which also helps for tabs in Firefox due to lack of room to display long titles. In this article, Aaron Brazell says to use:
<MainPage>
<title><$BlogDescription$></title>
</MainPage>
<ItemPage>
<title><$BlogPageTitle$> » <$BlogDescription$></title>
</ItemPage>
But, he complains that it still puts the blog name first. Instead, I suggest:
<MainPage>
<title><$BlogTitle$> - <$BlogDescription$></title>
</MainPage>
<ArchivePage>
<title><$BlogPageTitle$> - <$BlogDescription$></title>
</ArchivePage>
<ItemPage>
<Blogger><BlogItemTitle>
<title><$BlogItemTitle$> » <$BlogTitle$> - <$BlogDescription$></title>
</BlogItemTitle></Blogger>
</ItemPage>
My example adds two things, 1) The blog entry’s name first on item pages, 2) archive page titles, which his version lacked. I’m now using my version on my blog, and it seems to be working fine.
Update: I’m now using Wordpress, so I’m obviously no longer using this technique.
I would use « instead of ». With », it looks like ‘Ad Astra Per Aspera’ is part of ‘Optimizing Title Tagging [...]‘, instead of the other way around.
ยป seems to be the widely used symbol for seperating page name from website name.
I would have thought - would be the widely used symbol for that purpose. » indicates a hierarchy since it’s directional.
It is sort of a hierarchy, just not in any sensical way. Titles work in the exact opposite direction people think. Or something.
I dunno, it works, I’ve gotten use to how quirky it is, and everyone does it. Thats good enough for me, I think.
Try adding a meta description tag, too:
I’d provide an example, but this comment box is amazingly hostile towards my efforts.
T_T
D: x_X
Actually, thats not a half bad idea. And the comment box isn’t that hostile, its just that it you have to use > and < to frame your html instead of > and <
i dont know what im doing wrong… but I still with the second code
puts the blog name first