Add Meta Tag Keywords in Each Blogger Post
Meta tag keywords and description are very important for SEO. To improve your
site’s rank in search engine (Google, yahoo or Bing), you need to add Meta
keywords in every page of your website or blog. But there is only one Meta description location
in blogger, so you can’t put Meta keywords in every blogger posts. There you
cannot find keywords adding place. After all if you want to add Meta tags or
keywords, you need to add some css codes on your blogger template. Meta tags
are as well as essential as Meta description. Meta tags or keyword assists you
to increase website or blog traffic.
Method to adding Meta tags and keyword in each blogger post:-
Note: without keeping back up of your template, don’t change
any code of your template.
Step 1. Log in into your blogger dashboard.
Step 2. Go to template>edit html.
Step 3. And find the below codes By pressing Ctrl + F
<b: include
data=’blog’ name=’all-head-content’/>
Step 4. Then paste the below codes just below the above code.
<b:if cond='data:blog.url ==
"PAGE-URL"'>
<meta content='PAGE-DESCRIPTION'
name='description'/>
<meta content='PAGE-KEYWORDS'
name='keywords'/></b:if>
Step 5. Now you need to paste the above code each times when
you posts.
If you have 100 posts,
you must copy and paste the above code 100
times too.
Step 6.Now Click on “SAVE” button. That’s all.
Share this
post and reply your comments below in addition to get more updates from us
subscribe to our RSS feeds.
Note:-
1. Put the url of your post in PAGE-URL.
2. Put Meta description in PAGE-DESCRIPTION.
3. Put Meta keyword in PAGE-KEYWORD.