How to add Meta Keywords to Each Blogger Post

meta tag generator for seo, meta name keywords content, meta tags for seo, seo metatags, meta tag keywords

Blogger Meta tags for SEO

Keyword / Meta tags are very important for SEO. To find your blog and rank better in search engine, you need to add keywords or meta tags in each blogger posts. But when you want to add keywords in every blogger posts, you can not because there is only meta description place in Blogspot dashboard. There you can not find any keywords adding space. You do not have to worry about this, Because if you want to add keywords or meta tags you have to add some simple codes on your Blogspot template dashboard field. Meta tags are also as important as Meta description. Meta tags help you to increase better traffic and make a healthy blog. So let's get started the tutorial.

  • Login to your blogger dashboard.
  • Go to "Template" button
  • Select "Edit HTML" button
  • And find the code <b:include data='blog' name='all-head-content'/>
  • Then paste the below codes below the finding code after.

<b:if cond='data:blog.url == "PAGE-URL"'>
<meta content='PAGE-KEYWORDS' name='keywords'/>
</b:if>

  • Some reason blogger's not use this code <b:include data='blog' name='all-head-content'/>
  • If you are not using this code, you find this <head>
  • Now paste the below codes below the finding code after.

<b:if cond='data:blog.url == "PAGE-URL"'>
<meta content='PAGE-DESCRIPTION' name='description'/>
<meta content='PAGE-KEYWORDS' name='keywords'/>
</b:if>

  • Now you have to paste the above code every time when you posts.
  • Click on "Save template" button, you have been successfully done.

Note :
  1. Change highlighted PAGE-URL words with relevant your own URL.
  2. Change highlighted PAGE-DESCRIPTION words with relevant your own description.
  3. Change highlighted PAGE-KEYWORD words with relevant your own keyword.
If you have 100 posts, you should copy and paste the above code 100 times too.
How to add Meta Keywords to Each Blogger Post How to add Meta Keywords to Each Blogger Post Reviewed by Unknown on 8/01/2016 Rating: 5

No comments: