By default your Blogger blog (Blogspot blog) does not have search engine optimised title tags. This puts your blog at a disadvantage compared to other blogs that have inbuilt SEO or enhanced SEO modules as these sites are likely to be placed more highly in search engine results.
The title tags of your blog are ordered by blog name first followed by the title of the post. This is not ideal for popular search engines like Google and Yahoo which give more importance to the first words of a title. By way of example take a look at how the title tags of this blog were viewed in a browser before any SEO. Note the order of the tags: Blog Name | Post Name.
Fortunately there is a simple tweak to your template which can rectify this problem. By simply reversing the position of the blog name and page title significant improvement can be gained in search engine results. See the difference in the example below:
Follow the step by step guide below to achieve higher rankings in search engine results.
Tweak of Title Tags for New Blogger (beta) Blogs
1. Login to your blog at Blogger.com and navigate to Design > Edit HTML
2. Backup your template by downloading it to your computer. This will ensure that you can upload your template before these changes in case of problems.
3. Replace the following line of code (about 5-10 lines from the top):
Tweak of Title Tags for New Blogger (beta) Blogs
1. Login to your blog at Blogger.com and navigate to Design > Edit HTML
2. Backup your template by downloading it to your computer. This will ensure that you can upload your template before these changes in case of problems.
3. Replace the following line of code (about 5-10 lines from the top):
<title><data:blog.pageTitle/></title>with (highlight code, Ctrl + C to copy)
<b:if cond='data:blog.pageType == "item"'>
<title><data:blog.pageName/> |
<data:blog.title/></title>
<b:else/>
<title><data:blog.pageTitle/></title>
</b:if>4. Click on Save Template and then View Blog. Navigate to an individual post. You will see that your page title is now first followed by your blog title. A pipe symbol separates the two.
Tidak ada komentar:
Posting Komentar