Blog Title SEO Friendly

How to make your Blog Title SEO Friendly? Yes, we all know blogger can do this too. The default Blogger template has no SEO friendly Title tag. Follow step below to make your blog more seo friendly.

1. Go to Dashboard >> Layout >> Edit HTML >> Expand widgets templates
2. Now Find this code
<title><data:blog.pageTitle/></title>

3. Replace it with code below :
<b:if cond='data:blog.pageType == &quot;index&quot;'>
<title><data:blog.title/></title>
<b:else/>
<title><data:blog.pageName/></title>
</b:if>

4. Save your template and done.

0 comments:

Post a Comment