Articles

All in one SEO Pack for Blogger / Blogspot platform

by Azhar Eka Pranata Web Designer and SEO
NO... BLACKHAT SEO = banned


Yes, you heard it right, not for WordPress but for blogger. I’m calling it “SEO Blogger”.
This is something I’ve been working for a little while now. This is based on my previous post about conditional tags. Some of you might also remember the Meta tag generator. This is maybe the end result of all that.
It does everything automagically. Behind the scenes, it loads the XML template. Searches for previously written meta tags and puts it in the input fields. When you change it, the changes are incorporated in the template and submitted. All of this happens Client side. So, we don’t need “Blogger Team” to support it (BTW, are they sleeping?).
all-in-one-seo-pack-blogger
This works on Firefox and Google Chrome. Google Chrome has GreaseMonkey installed by default.
1) Download Greasemonkey addon if you haven’t done it on Firefox. Restart you browser.
2) Click on this installation link. And it will install the script.
This will basically takes care of everything. It’s almost similar to the WordPress.
<note>: Your meta data will be stored in your template. When you change the template, you’ll lose the that. So, before changing the template, copy all the tags. It will be similar to:
<b:if cond='data:blog.url == &quot;http://yourblog.blogspot.com/2007/08/thepost.html&quot;'>
<meta content='This is the description' name='description'/>
<meta content='these, are, some, keywords,' name='keywords'/>
</b:if>
Copy all of these tags. Paste it in the new template just before </head> tag.
</note>
Features to be implemented:
* Template upload without dealing with the copy paste crap (Yes, it’s possible)
* Meta tags for home page
* And I’m open to feature requests


Read more: http://devils-online.blogspot.com/#ixzz25qOt38ei
 

Sponsor Ads


About Azhar Eka Pranata Committed     Web Designer and SEO

529 connections, 6 recommendations, 1,349 honor points.
Joined APSense since, March 19th, 2010, From Bandung, Indonesia.

Created on Dec 31st 1969 18:00. Viewed 0 times.

Comments

Beyond Eleven Magnate I   Fresh Money Making Ideas
great info thanks for sharing it !
Sep 7th 2012 22:33   
Azhar Eka Pranata Committed   Web Designer and SEO
This worked, and had been added to it, is the script Case duplicate meta tags, especially the meta description (meta description) .. save this script:
<link expr:href='data:blog.url' rel='canonical'/>
just below the tag <head>
script to prevent the many articles we are in the copy paste.
add this:

Add a couple tag <b: if ......... to </ b: if> before meta description and meta keywords appropriate after the following example:

<b:if cond='data:blog.url == data:blog.homepageUrl'>

<meta content='Deskripsi' name='description'/>
<meta content = 'KEYWORD1 keyword3 keyword2 ...' name = 'keywords' />

</ b: if>

The above function is to provide an exception and display meta description and meta keywords only for the main page (homepage).
Sep 7th 2012 22:40   
Please sign in before you comment.