Adding meta tags on your blog for your blog can help you to get a lot of visitors.Actually the meta description and keyword help you to optimized the search engines for your blog.Meta tags are the tags which describes your site briefly and tells the search engines what your site is all about.Blogger does not have meta tags by their own,you need to edit HTML to add this.
Adding Meta Tags
1.Sign in to your blogger dashboard and click on design of your blog(Screenshot below describes better)
2.Then click on the Edit HTML tab.
3.The code you need to add is below
Adding Meta Tags
1.Sign in to your blogger dashboard and click on design of your blog(Screenshot below describes better)
2.Then click on the Edit HTML tab.
3.The code you need to add is below
<meta content='YOUR DESCRIPTION' name='description'/>
<meta content='YOUR KEYWORDS SEPARATED BY COMMAS' name='keywords'/>
<meta content='NAME OF AUTHOR' name='author'/>
Attention :
Write your Blog description in YOUR DESCRIPTION
Write your keywords separated by commas in YOUR KEYWORD
SEPARATED BY COMMAS
Write your name in NAME OF AUTHOR
4.Add the above code just below this code
<b:include data='blog' name='all-head-content'/>
5.
Save your template. Don't forget to add description and keywords.Note: You can use our Meta Tag Generator to create meta tags.
Thanks for the Awesome post about adding Meta Tag in Blogger.
ReplyDeleteThanks for the helpful post.