How to add Meta Keywords in Blogger
How to add Meta Keywords in Blogger
Step 1. Log in into your blogger.
Step 2. Choose your one blog.
Step 3. Go to template - > edit html.
Step 4. And find the code <b:include data=’blog’ name=’all-head-content’/>
Step 5. Then paste the below 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>
Note -
1. write your the url of your post in PAGE-URL.
2. Write your meta description in PAGE-DESCRIPTION.
3. Write your meta keyword in PAGE-KEYWORD.