Tuesday, June 28, 2011

Set up the blog title, so that Search Engine Friendly

How to set your blog title, so that Search Engine Friendly? Here I will give some solution.

By default the title of the page / post on blogspot is a Blog Name: Post Title. According to people who understand SEO, it is better if posts are in front of Title Blog Name, such as Post Title »Blog Name. In order to index on search engines become better.

For more convenience, I provide the steps;

* Log in to Blogger, go to "Dashboard" click the link "Template" on the blog that you want to edit.

* Find code: <title> <$ BlogPageTitle $> </ title> remove and replace with the following code:

<MainOrArchivePage>
<title> <$ BlogPageTitle $> »<$ BlogDescription $> </ title>
<meta name="keywords" content="keyword1, keyword2, keyword3 ">
<meta name = "description" content = "description about your blog." />
</ MainOrArchivePage>
<Blogger>
<ItemPage>
<BlogItemTitle>
<title>
<$ BlogItemTitle $> »<$ BlogTitle $>
</ title>
</ BlogItemTitle>
</ ItemPage>
</ Blogger>

This code only applies to old blog template or to a new blog which already switches or still use the old template.
Good luck!

No comments:

Post a Comment