Make a Template SEO friendly

IG7owner

Banned
Messages
1
Location
Morocco
Unfortunately the most of blogger template that we download for free are not optimized for SEO to appear on the good way on search engines , that's why we will learn how to make a template SEO friendly. ;)

TUTORIAL :

1) . How to display the post title before the blog name .

Go to blogger >> Template >>> Edit HTML >> Hit CTRL+F
a search box will appear , you need to search for


<title><data:blog.pageTitle/></title>


Then replace the code given above with the code below


<b:if cond='data:blog.pageType == "item"'>
<title><data:blog.pageName/> | <data:blog.title/></title>
<b:else/>
<title><data:blog.pageTitle/></title>
</b:if>


2) . Add meta tag description to describe your blog


On your blogger HTML search for <head> and past the meta tag below it


<meta content='DESCRIBE YOUR BLOG' name='description'/>


you need only to change the red words with the description .


My opinion : :D
Making a blog template SEO friendly is an important thing that every user should have .

My Last Words ::cool:
That's all please enjoy this post and don't forget to share and comment .
The Source : http://internetguru7.blogspot.com/2014/01/make-template-seo-friendly.html
Unfortunately the most of blogger template that we download for free are not optimized for SEO to appear on the good way on search engines , that's why we will learn how to make a template SEO friendly .
- See more at: Make a Template SEO friendly - InternetGuru7
 
Last edited by a moderator:
Back
Top Bottom