Meta Tags are HTML elements used to provide structured metadata about a web page. Such tags are placed in the head section of an HTML document.
Adding Meta Tag For your Blog’s Home Page
Now copy out the following code into a text file
<b:if cond='data:blog.url == data:blog.homepageUrl'>
<meta content="Your keywords separated by commas"
name="keywords"/>
<meta content="Your Site Description" name="description"/>
</b:if>
1.Replace Your
keywords separated by commas with your site's keywords.
2.Replace Your
Site Description with a good description of your site.
Take into consideration the following character limits.
a)The maximum size of your site description should be 150 characters.
b) It would be better to limit the keyword size to 200 characters.
Now copy out the edited code and place it within the head section of your blogger template.. It would be appropriate to place it below the title tag code.
<title><data:blog.pageTitle/></title>
If you are using my
Blogger SEO Title Tag hack, then you will have to place the meta tags after the whole of the title tag hack i.e. place it below the following code..
<b:if cond='data:blog.url == data:blog.homepageUrl'>
<title><data:blog.pageTitle/></title>
<b:else/>
<title><data:blog.pageName/> ~ <data:blog.title/></title>
</b:if>
That's it you have succesfully added the meta tags to your blogger blog.!!!