how to add keywords in each seperate post

keywords are added in blogspot post by mannual process. there are no plugin available for adding keywords in blogspot.  in this post you will learn how you can add Keywords in each post.

fallow the Step by step instructions to add Meta tags or Keywords in individual blogger posts.
1.      Log in into your blogger account.
2.      Select your blog.
3.      Go to "Template" >> "Edit HTML".
4.      And find (Ctrl+F) following code,

<b:include data=’blog’ name=’all-head-content’/>

5.   Paste the following codes 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>


6.    Now you have to paste the above code every times when you post new posts. If you have 50 posts, you should copy and paste the above code 50 times too


Customization:

1. Write the URL of your post in PAGE-URL.

2. Write Meta description in PAGE-DESCRIPTION. (This is may be your post’s "Search Description" words OR Post title)

3. Write "Meta Keyword" in PAGE-KEYWORD. (Keywords should be separated with comma for e.g
how to add keywords in each seperate post how to add keywords in each seperate post Reviewed by Ruchi on November 22, 2018 Rating: 5

No comments:

Powered by Blogger.