Wednesday, 24 October 2012
SEO (Search Engine Optimization) Friendly Blogger Page Title
Do you like this story?
Page title is the band of text that appears at the top of your web browser. More importantly is also the clickable link that shows up on the search engine results page (SERP). From an SEO (Search Engine Optimization) perspective, page title is the single most important element in your blog in terms of ranking well in search engines.
A keyword-rich, well-constructed page title can help boost your position in SERP listing and increase clickthroughs.
In Blogger, the page title of a post page is made up of blog title and post title, like in this:
The example above is the search listing for a post titled “Import multiple blogs into Facebook via NetworkedBlogs”. Notice the important keyword “NetworkBlogs” is missing. That’s because Google only shows up to 70 characters of the page title in search results. When the page title exceeds the limit, Google simply cuts it off. Unfortunately the victim (of being cut off) is the keyword-rich post title.
So what now, how do you show the post title in full without shortening it? Simple, just reverse the order. Put post title in front, giving it priority over blog title.
Here’s how you do it:
- Login to your Blogger account.
- Go to Dashboard > Design > Edit HTML.
- Back up your template.
- Look for the following lines in your template code:
1
<
title
><
data:blog.pageTitle
/></
title
>
- Replace it with this:
1
<
b:if
cond
=
'data:blog.pageType == "index"'
>
2
<
title
><
data:blog.pageTitle
/></
title
>
3
<
b:else
/>
4
<
title
><
data:blog.pageName
/> | <
data:blog.title
/></
title
>
5
</
b:if
>
- Save.
The code above will put post title in front of blog title on post and static pages.
Here’s the result:
You see now the post title is shown in full. The optimized page title is definitely better, more SEO friendly since none of the keywords are missing.
Tip
To further enhance your page title, you can add to it a keyword representing the subject of your blog. Let’s say your blog is about recipes, then you can simply add the word
To further enhance your page title, you can add to it a keyword representing the subject of your blog. Let’s say your blog is about recipes, then you can simply add the word
Recipes
before each closing
Recipes
. That way all your page titles will contain the keyword “Recipes” even without you adding it in post titles.
Enjoy!
This post was written by: Milan Patel
Milan is a professional blogger, web designer and front end web developer. Follow him on Twitter
Subscribe to:
Post Comments (Atom)
1 Responses to “SEO (Search Engine Optimization) Friendly Blogger Page Title”
7 July 2018 at 15:56
Are you looking for free Twitter Re-tweets?
Did you know that you can get them AUTOMATICALLY AND TOTALLY FREE by getting an account on Add Me Fast?
Post a Comment