Meta tags are very important for the SEO of the blog. Meta tags help search engine crawlers know about the content of the blog,website or post. Now I will Explain the tutorial of Adding Meta Tags to Blogger
.
How to add meta tags to blogger
1. Go to "
Design" > "
Edit HTML" and search for the code shown below using keyboard buttons
CTRL+F
<b:include data='blog' name='all-head-content'/>
2. Now Add this Code just after the above code:
<meta content='DESCRIPTION HERE' name='description'/>
<meta content='KEYWORDS HERE' name='keywords'/>
<meta content='AUTHOR NAME HERE' name='author'/>
Changes to do in above Code:
DESCRIPTION HERE: Write about your blog description
KEYWORDS HERE: Write the keywords of your blog
AUTHOR NAME HERE: Write the
Your name3.
Don't forget to save the changes.Important Tips:
- Don't repeat the keywords more than 3 times.
- Don't forget to take back up of your template before editing it
You are Done !!! Happy Blogging.