Blogger SEO Tip

Status
Not open for further replies.

Ashhh

Registered Member
Joined
Mar 31, 2013
Messages
65
Reaction score
34
A lot of people leave this out when they use blogger and it helps a lot, since blogger doesn't assign a proper Meta description and keywords to your posts.

Go to Template > Edit HTML on your blogger dashboard and then paste this into the head section.
<b:if cond='data:blog.url == "YOURDOMAIN.com"'>
<meta content='YOUR, WEBSITES, KEY, WORDS,' name='keywords'/>
<meta content='YOUR WEBSITES DESCRIPTION' name='description'/>​
</b:if>

In the example I used my root domain as an example, however do this for all of your posts aswell.

Example of using this on one of your posts

<b:if cond='data:blog.url == "http://www.yourdomain.com/2013/07/your-post.html"'>
<meta content='Health, Acne, Diet, Healthy Acne Diet, Diet for Acne, treatment, medication, natural,' name='keywords'/>
<meta content='The best Acne diet of 2013 to potentially cure your acne for free.' name='description'/>
</b:if>

This helped me a lot when I used to use blogger, as soon as I implemented it on some of my posts they hit the front page of google :)

Hit thanks if I helped
 
I never knew about this before. Thanks for the helpful tip.
 
Yes, you can add meta description and title manually on blogger, but blogger is optimized itself.. just creating blog and doing seo properly would help a lot..

However, Google considers meta description based on relevancy, sometimes it shows meta description in SERP from your content as well.. whether you add meta description or not, Google would find it from your content.
 
Status
Not open for further replies.
Back
Top