August 10, 2014

How to Give Unique Metadata to a Blogger Post

You can add two metadata. Meta description and meta keywords for your blog.

How to Give Unique Metadata to a Blogger Post : eAskme
How to Give Unique Metadata to a Blogger Post : eAskme
How to Give Unique Metadata to a Blogger Post ?
  • Copy this code and paste it in program.
<b:if cond='data:blog.URL == "http://blogname.blogspot.com/newpost.html"'>
<meta content='DESCRIPTION' name='description'/>
<meta content='KEYWORDS' name='keywords'/> </b:if>
  • Login to Blogger.com. Open post where you want to add metadata. Copy URL and paste it. Enter the code in place of blogname in http://blogname.blogspot.com/newpost.html
Highlight this area, and delete it. Paste in the URL of the post you want to add unique metadata to.

Example:

URL of your post: http://blogname.blogspot.com/wantmetadata.html

Example

<b:if cond='data:blog.URL == "http://blogname.blogspot.com/wantmetadata.html"'>

<meta content='DESCRIPTION' name='description'/>

<meta content='KEYWORDS' name='keywords'/> </b:if>

  • Enter description for your blog on Place of DESCRIPTION

  • Enter keywords for your blog on placce of KEYWORDS
  • Copy Whole code.

  • Click on "Edit HTML".

  • Find "<b:include data='blog' name='all-head-content'/>".

  • Now Paste the code.

  • Now "Save Template"