This time we will learn how to put Meta tags are valid html5 friendly to Search engine Given the importance we add a Meta tag to our blog to our blog easily found by search msein like google, bing and other
We live it to the subject under discussion is
1.Login to your blogger
2. Click the "template"
3. Click the "Edit HTML"
4. Find the code <head>
Place the following code right below the code <head>
Copy this script
<meta charset='utf-8'/>
<link href='http://name-blog.blogspot.com' rel='canonical'/>
<b:if cond='data:blog.pageType == "index"'> <title><data:blog.pageTitle/> SIMPLE BLOG DESCRIPTION </title> <b:else/><title><data:blog.pageName/> | <data:blog.title/></title>
</b:if>
<meta content='YOUR BLOG DISCRIPTION' name='description'/>
<meta content='KEY WORD 1,2,3,4' name='keywords'/>
<meta content='index, follow' name='robots'/>
<meta content='GOOGLE VERIVICATION SITE' name='google-site-verification'/>
<meta content='BING VERIVICATION SITE' name='msvalidate.01'/>
<meta content='ALEXA VERIVICATION' name='alexaVerifyID'/>
<meta content='2 days' name='revisit-after'/>
<meta content='general' name='rating'/>
<meta content='id' name='geo.country'/>
<meta content='Indonesia' name='geo.placename'/>
<meta content=' Author NAME' name='author'/>
<meta content='all' name='Slurp'/>
<meta content='width=device-width' name='viewport'/>
<link href='http://Name-blog.blogspot.com/favicon.ico' rel='icon' type='image/x-icon'/>
<link href='http://Name-blog.blogspot.com/atom.xml' rel='alternate' title='Atom' type='application/atom+xml'/>
<link href='http://name-blog.blogspot.com' rel='canonical'/>
<b:if cond='data:blog.pageType == "index"'> <title><data:blog.pageTitle/> SIMPLE BLOG DESCRIPTION </title> <b:else/><title><data:blog.pageName/> | <data:blog.title/></title>
</b:if>
<meta content='YOUR BLOG DISCRIPTION' name='description'/>
<meta content='KEY WORD 1,2,3,4' name='keywords'/>
<meta content='index, follow' name='robots'/>
<meta content='GOOGLE VERIVICATION SITE' name='google-site-verification'/>
<meta content='BING VERIVICATION SITE' name='msvalidate.01'/>
<meta content='ALEXA VERIVICATION' name='alexaVerifyID'/>
<meta content='2 days' name='revisit-after'/>
<meta content='general' name='rating'/>
<meta content='id' name='geo.country'/>
<meta content='Indonesia' name='geo.placename'/>
<meta content=' Author NAME' name='author'/>
<meta content='all' name='Slurp'/>
<meta content='width=device-width' name='viewport'/>
<link href='http://Name-blog.blogspot.com/favicon.ico' rel='icon' type='image/x-icon'/>
<link href='http://Name-blog.blogspot.com/atom.xml' rel='alternate' title='Atom' type='application/atom+xml'/>
<link href='http://Name-blog.blogspot.com/feeds/posts/default' rel='alternate' title='RSS Feeds' type='application/atom+xml'/>
<link href='http://draft.blogger.com/openid-server.g' rel='openid.server'/>
<link href='http://Name-blog.blogspot.com' rel='openid.delegate'/>
<link href='http://Name-blog.blogspot.com' rel='openid.delegate'/>
2.Than clcik on TEMPLATE >>>>> EDIT HTMLThan paste the code above under <head>
<head>
Paste script here
<b:skin><![CDATA[
After that Click SAVE TEMPLATE and you have meta tag with valid 5 html on your blog and its will be seo friendly