Every time I create a new blog in Blogspot, this is the first modification I usually do for SEO purpose. I posted it so I can refer to it everytime I forget the code. :D
To optimize your blog title and attract more visitors.
1. Login to your blogger account
2. Click Layout
3. Search <title> <data:blog.pageTitle/> </ title>
.
4. Replace the line with this code
<b:if cond='data:blog.pageType == "item"'>
<title> <data:blog.pageName/> | <data:blog.title/></title>
<b:else/>
<title> <data:blog.pageTitle/></title>
</b:if>
5. Save and your done. :)
From here on every post that you will make you would notice that your browser caption will have your post title first followed by your blog title. These title positions would also be applied when it appears on the Google search page.
How to control the Attribution gadget when using the Template Designer
-
If you are using one of Blogger's new templates, you'll notice an
"Attribution" widget which appears at the very bottom of your site. This
will contain d...
12 years ago