December 16, 2015

How to Put Meta Keywords in Each Blogger Post

Posted by Unknown
To discover your webpage's rank better in internet browser, you need to include metatags or keywords in each page of the site. Metatags or keywords are exceptionally valuable SEO terms. Be that as it may, when you need to place keywords in each blogger posts, you can't because of there is just meta description put in blogger. There you can't discover keywords including space. So in the event that you need to include metatags or keywords likewise, you need to include a few codes your blogger format. Meta catchphrases are likewise as imperative as meta description. Meta labels help you to build sound and better movement. 
Here I will demonstrate to you proper methodologies to include metatags or keywords in blogger format for individual post of your blog. Ensure that this code need to include blogger template not in post coding box.

Method of adding Metatags or Keywords


Tip: I generally prescribe you not to change any code of your tamplate without keeping backup of your template.

  • Log in to your Blogger
  • Go to Template >> Edit Html.
  • Now find the code <b:include data=’blog’ name=’all-head-content’/>
  • Paste below code after above indicated code

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

You can also add description by below code otherwise do it in each individual post as shown below.
<meta content='PAGE-DESCRIPTION' name='description'/>

Adjustments: 

  • Write the url of your post in PAGE-URL.
  • Write meta description in PAGE-DESCRIPTION.
  • Write meta keyword in PAGE-KEYWORD.
  • You have to add new code for each new Post
  • If you can not find <b:include data=’blog’ name=’all-head-content’/> then simply paste above code after <head> 
  • Adjust above code as per your post.
  • Do not forget to hit save template button.

If you have any doubt then leave comment below.



0 comments:

Post a Comment