To create more SEO ( Search engine optimization ) blog you have to know How to Put Meta tags and Keywords with right way, because the right Meta tags and Keywords will make the blog quickly indexed by search engines such as Google, and is a great way to Raise Page rank.
Step by step to Put the right Meta tags and Keywords
1. Login to blogger.com -> Template -> Edit HTML
2. Find this code: <title> <data: blog.pageTitle /> </ title>
( use Ctrl+f to find it )
3. Change the code like this below:
<b: if cond = 'data: the blog.pageType == "index"'>
<title> <data: blog.title /> </ title>
<b: else />
<title> <data: blog.pageName /> </ title>
</ b: if>
4. Put the following code just below:
<meta expr: content = 'data: the blog.pageTitle + " your blog description here' 'name =' description '/>
<meta expr: content = 'data: the blog.pageTitle + ", Your Keyword 1, your keyword 2, Your keyword 3, etc."' name = 'keywords' />
<meta content = 'INDEX, FOLLOW' name = 'ROBOTS' />
5. Change the blue text in the code above in accordance with the meta tags and meta keyword of your blog, remember this meta keywords for maximum is between 300 to 500 characters, and each keyword separated by commas while the meta Description for a maximum of 200 characters
6. You need to know to the whole of the code is under the <head> and will look like this:
<b: if cond = 'data: the blog.pageType == "index"'>
<title> <data: blog.title /> </ title>
<b: else />
<title> <data: blog.pageName /> </ title>
</ b: if>
<meta expr: content = 'data: the blog.pageTitle + "- your blog description here' 'name =' description '/>
<meta expr: content = 'data: the blog.pageTitle + ", Keyword 1, keyword 2, keyword 3, etc."' name = 'keywords' />
<meta content = 'INDEX, FOLLOW' name = 'ROBOTS' />
7. Save and finish.
Thank you for reading my article.