Want to improve SEO on a Blogspot Blogger blog? This tutorial discusses how bloggers can optimize their blog using SEO techniques to improve indexing of their Blogger Blogspot blog and achieve a better ranking in search engine results.
In this article I will be discussing the following Blogger help tips for SEO:
- Optimizing Blogger Post Titles
- Utilising Meta Keywords and a Meta Description
- Using Target Keywords in Your Post Content
- Optimizing Blogger Title Tags
With this, each page will have its own Meta description tag and be taken automatically as the page title of the blog.
Began work on:
1. Find the template line: (Ctrl +F)
<title><data:blog.pageTitle/></ title>
2. Replace it with the following code:
<b:if cond='data:blog.pageType == "index"'>
<title><data:blog.pageTitle/></title>
<meta content='Description of blog' name='description'/>
<meta content='Keywords 1, Keywords 2, Keywords 3...' name='keywords'/>
<b:else/>
<title><data:blog.pageName/> - <data:blog.title/></title>
<meta expr:content='data:blog.pageName' name='description'/>
<meta expr:content='data:blog.pageName + ", Keywords 1, Keywords 2, Keywords 3..."' name='keywords'/>
</b:if>
<title><data:blog.pageTitle/></title>
<meta content='Description of blog' name='description'/>
<meta content='Keywords 1, Keywords 2, Keywords 3...' name='keywords'/>
<b:else/>
<title><data:blog.pageName/> - <data:blog.title/></title>
<meta expr:content='data:blog.pageName' name='description'/>
<meta expr:content='data:blog.pageName + ", Keywords 1, Keywords 2, Keywords 3..."' name='keywords'/>
</b:if>
3. Save.
Replace the description of the blog and keywords of the blog to suit your blog.