Make a Template SEO friendly
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 :
Making a blog template SEO friendly is an important thing that every user should have .
My Last Words :
That’s all please enjoy this post and don’t forget to share and comment .
