How To Add Meta Tag On Blogger
If you are searching what is meta tag and how to use this on your blog , For better SEO (Search Engine Optimization ) then you are coming to the right place to learn about meta tag .Actually, “Meta tags are snippets of code in the source code of a web page that give the search engines information about that web page”. These tags are very very important as Search engines (like Google,Yahoo,Bing etc.) collects information of the website from these tags only. Or we can simply say that “Without Meta Tags, A website is Useless/Meaningless.Meta tags are very easy to put in blog. Meta tags help you to increase your blog traffic and let the visitors know about your blog. Before adding meta tags. here are meta tag code please add this and see result your self
Step 1 Sign in your blogger go to blogger dashboard then go Templete -> Edit HTML>--Proceed
not please must back up your Templete first
Step 2 Search for This peace of code <b:include data='blog' name='all-head-content'/>
Tips CTRL+F to find on your Templete .\
Step 3 Paste the following codes just below the above code.
div class="abubakarbehlim"> <b:if cond='data:blog.url == data:blog.homepageUrl'>
<title><data:blog.title/></title>
<meta content='Your Site Description Here' name='Description'/>
<meta content='Site Keywords' name='Keywords'/>
</b:if>
<b:if cond='data:blog.pageType == "index"'>
<title><data:blog.title/></title> <b:else/><title><data:blog.pageName/></title> </b:if>
<b:if cond='data:blog.pageType == "item"'>
<meta expr:content='data:blog.pageName' name='Keywords'/>
</b:if>
div class="abubakarbehlim"> <b:if cond='data:blog.url == data:blog.homepageUrl'>
<title><data:blog.title/></title>
<meta content='Your Site Description Here' name='Description'/>
<meta content='Site Keywords' name='Keywords'/>
</b:if>
<b:if cond='data:blog.pageType == "index"'>
<title><data:blog.title/></title> <b:else/><title><data:blog.pageName/></title> </b:if>
<b:if cond='data:blog.pageType == "item"'>
<meta expr:content='data:blog.pageName' name='Keywords'/>
</b:if>
If you find this article useful, please feel free to link to this page from your website or blog.
0 comments: