How To Make a Blogger Template SEO Friendly

How To Make a Blogger Template SEO Friendly


 There are many blogger template you get but most them are not seo friendly. Most of those template are designed by unknown designer who don't know seo properly. Don't worry. Today I show how to make your blogger template seo friendly. Just fulfill below jobs.
1. Login to your Blogger Account.

2. From Dashboard >> Tamplate >> Edit HTML >> Proceed.

3. Don't forget to backup your template first.

4. Check the Expand Widget Templates box.

5. Find out (Press Ctrl+F) the Code  <head>

6. Now Just below the <head> Paste the following Code

<meta content='text/html; charset=utf-8' http-equiv='Content-Type'/>
<meta content='Your Site Description Here' name='description'/>
<meta content='Your Site Keywords Here' name='keywords'/>

Note: Replace Your Site Description Here with your site description but make sure it shouldn't exceed 60 characters. Also replace Your Site Keywords Here with 10 to 15 keywords that relates your site. 

7. Now again Find out (Press Ctrl+F) the below or similar Code

<h3 class='post-title'>
<b:if cond='data:post.link'>
<a expr:href='data:post.link'><data:post.title/></a>
<b:else/>
<b:if cond='data:post.url'>
<a expr:href='data:post.url'><data:post.title/></a>
<b:else/>
<data:post.title/>
</b:if>
</b:if>
</h3>

8. And replace it with below code

<h2 class='post-title'>
<b:if cond='data:post.link'>
<a expr:href='data:post.link'><data:post.title/></a>
<b:else/>
<b:if cond='data:post.url'>
<a expr:href='data:post.url'><data:post.title/></a>
<b:else/>
<data:post.title/>
</b:if>
</b:if>
</h2>

Save your template. You are done. It may take 1 week or more to apply. It change must give you more traffic before. 
Anda baru saja membaca artikel yang berkategori SEO Tips dengan judul How To Make a Blogger Template SEO Friendly. Anda bisa bookmark halaman ini dengan URL https://msr-site.blogspot.com/2013/03/how-to-make-blogger-template-seo.html. Terima kasih!
Ditulis oleh: Unknown - Friday, March 29, 2013

Belum ada komentar untuk "How To Make a Blogger Template SEO Friendly"

Post a Comment