How to Put Meta Keywords in Every
Blogger Post
Meta tags or keywords are very paramount SEO terms. To find your site’s rank better in search engine, you have to integrate meta tags or keywords in every page of the website. But when you optate to put keywords in every blogger posts, you can’t because there is only meta description place in blogger. There you cannot find keywords integrating space. So if you optate to integrate meta tags or keywords additionally, you have to integrate some codes on your template. Meta tags are additionally as paramount as meta description. Meta tags avail you to increment salubrious and better traffic.
Process of adding meta tags in each blogger post:-
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.
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>
<meta content='PAGE-DESCRIPTION' name='description'/>
<meta content='PAGE-KEYWORDS' name='keywords'/>
</b:if>
L"'>
Step 6. Now you have to paste the above code every times when you posts.
Note: If you have 20 posts, you should replicate and paste the above code 20 times additionally.
Step 7. Click on Preserve template button.
Note:-
1. indite the url of your post in PAGE-URL.
2. Indite meta description in PAGE-DESCRIPTION.
3. Indite meta keyword in PAGE-KEYWORD.