Follow these very simple steps and you can optimize your blog.
1. In your Blogger dashboard, go to “Layout” => “Edit HTML”.
2. In the template code, do a search for this:
<title><data:blog.pageTitle/></title>
It’s usually in the first 5-10 lines of code in your template. 3. Replace the above code with the following code:
<b:if cond='data:blog.pageType == "index"'>
<title><data:blog.title/></title>
<b:else/>
<title><data:blog.pageName/> | <data:blog.title/></title>
</b:if>
4. Save your template and go back to your blog. Click into any
individual post and look at the page title. Now, your blog is search
engine optimized and within few days, you will find your page rank
improved provided you keep your blog alive.After I used this Title change my blog received much more traffic compared to not customized one.
0 comments:
Post a Comment