Meta tags or keywords are very significant SEO terms. To
find your site’s rank better in search engine, you have to add meta tags
or keywords in every page of the website. But when you want to put
keywords in every blogger posts, you can’t because there is only meta
description place in blogger. There you cannot find keywords adding
space. So if you want to add meta tags or keywords also, you have
to add some codes on your template. Meta tags are also as important as
meta description. Meta tags help you to increase healthy and better
traffic.
Suggestion: We always recommend you not to change any code of your template with keeping back up of your template.
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.
[code type="HTML"] <b:if cond='data:blog.url == "PAGE-URL"'>
<meta content='PAGE-DESCRIPTION' name='description'/>
<meta content='PAGE-KEYWORDS' name='keywords'/>
</b:if>[/code]
Process of adding meta tags in each blogger post:-
Suggestion: We always recommend you not to change any code of your template with keeping back up of your template.
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.
[code type="HTML"] <b:if cond='data:blog.url == "PAGE-URL"'>
<meta content='PAGE-DESCRIPTION' name='description'/>
<meta content='PAGE-KEYWORDS' name='keywords'/>
</b:if>[/code]
Note: If you have 70 posts, you should copy and paste the above code 70 times too.
Step 7. Click on Save template button.
Note:-
1. write the url of your post in PAGE-URL.
2. Write meta description in PAGE-DESCRIPTION.
3. Write meta keyword in PAGE-KEYWORD.
Watch and follow the process of given video.
Post a Comment