You must add the description and keywords meta tags to your blog , if you want to improve your blog SEO (Search Engine Optimization). The tags are placed inside the head section of your blog template HTML. In description meta tag, you put a description of your blog, telling what your blog is about. In keyword meta tag you put in key words relevant to your blog content eg make money, blogging tips etc
So, How Do I Add the Tags to my blogger blog and prevent duplicate meta descriptions?
1.Sign in to your blogger dashboard, click the 'Design/Layout' button
2.Click on the 'Edit html' tab
3.Find this code using CTRL + F :
<b:include data='blog' name='all-head-content'/>
4. Now add the code below just after the above code.
<meta content='PUT KEYWORDS HERE SEPARATED BY COMMAS' name='keywords'/>
<b:if cond='data:blog.pageType == "index"'>
<meta content='PUT BLOG DESCRIPTION HERE' name='description'/>
</b:if>
The final result should be as shown below.
<b:include data='blog' name='all-head-content'/>
<meta content='PUT KEYWORDS HERE SEPARATED BY COMMAS' name='keywords'/>
<b:if cond='data:blog.pageType == "index"'>
<meta content='PUT BLOG DESCRIPTION HERE' name='description'/>
</b:if>
5. SAVE the template.
DO NOT forget to put your keywords and description as stated in the codes above.
Note: This code applies the keyword meta tag to all pages and limit description meta tag to only your homepage.
That's all.
I hope this helps…
In my future posts, I will share more SEO tips so you can be getting better placement in search engine results.
No comments:
Post a Comment