|
Good way to improve SEO is by providing a good title tag and meta tag to your blog.With a good title tag and meta tag your blog will be able to be indexed by Google.As a webmaster we are insist to be the first on Google,so in this page I will share you a good title tag and meta tag that is very helpful to make your blog indexed by Google.This is based on my experience after I browse the internet for this kind of things and the code needed is listed below:
*For the title tag use the lines below:
<b:if cond='data:blog.pageType == "index"'>
<title><data:blog.title/></title>
<b:else/>
<title><data:blog.pageName/></title>
</b:if>
Of course you need to replace the title tag below with the lines above.
<title><data:blog.pageTitle/></title>
*For the meta tag use the lines below:
<META NAME="Description " CONTENT="Your blog description here"/>
<META NAME="Keywords" CONTENT="Keyword1,Keyword2,Keyword3 etc">
<META NAME="Author" CONTENT="Your name">
<META NAME="Category" CONTENT="Category of your blog here">
<META NAME="Audience" CONTENT="All">
<META NAME="Robots" CONTENT="Index,Follow">
<META NAME="Distribution" CONTENT="Global">
<META NAME="Language" CONTENT="en-US">
<META NAME="Rating" CONTENT="General">
Hopefully your blog will be indexed by Google immediately.