Earlier we wrote about a cool blogger hack and code for Meta tags for keyword, Description and even Title. Get ready for another simple blogger Hack for better SEO ! Now Search engines like Google love keywords in Title and the URL, but in blogger the file name or the permalink of the post is based on the post Title you give. For example if the title is Blogger Title & Meta Tag Keyword ,Description hack - Blog SEO Tip the link by default becomes http://technojuice.blogspot.com/2007/09/blogger-title-meta-tag-keyword.html removing any special characters.
But adding many keywords make the title boring for that eye catching effect for people! So what's the solution ? Simple !
1) Give the post the title with the Keywords coming in first, so if you are writing a post on Apple and iphone make sure to include them in first 5 words. NEVER STUFF THE TITLE WITH UNNECESSARY KEYWORD WHICH LAND YOU ON THE BAD BOOKS OF SEARCH ENGINE.
2) Publish the post then click edit post.
3) Now change the title to something a little more catchy and publish the post again !
And you are done !
Do check out our other Blogger Hacks.
Learn Search Engine Optimization Today
September 29, 2007
Blogger Hack for better permalink SEO
September 26, 2007
Blogger Title & Meta Tag Keyword ,Description hack - Blog SEO Tip
Every SEO guru and even pseudo guru will tell you the importance of Meta Keyword and description Tag in SEO, and it is obvious there are plugins to do just that in wordpress !
But there is no feature blogger to customize the Meta Tags.
So I made some easy mods to optimize the Meta tags for Keywords, Description, Title and even customize for the Index page, post page and archive !
By default Blogger gives only the title which is :-<title><data:blog.pageTitle/></title>
This give the output as the Title of your blog !
So to start the mod we need to identify the there types of pages i.e. Index (main page), Item page (the individual post page) and Archive ! So the code needs have 3 scenarios.
Next is the Globally available Data tags that blogger provides which is unbelievably less ! There is no post title, no post keywords. Hence we are forced to use the following<data:blog.title/>
Which is the title of your blog<data:blog.pageTitle/>
This is the Page Title.
So here is the SEO meta tag code customize it according to blog before your add it to your blog HTML.<b:if cond='data:blog.pageType == "index"'>
<title><data:blog.title/> : Write some stuff about your blog here not too much since only 60 char is all robot read</title>
<meta name='Description' content='Describe your blog here since this is what will be shown if your index page comes in a search' />
<meta name='Keywords' content='Key, Words, Here, Dont, go crazy, only, add, relavent, keyword' />
<b:else/>
<b:if cond='data:blog.pageType == "archive"'>
<title><data:blog.title/> : Write some stuff about your blog here not too much since only 60 char is all robot read</title>
<meta name='Description' content='Describe your blog here since this is what will be shown if your index page comes in a search' />
<meta name='Keywords' content='Add, some, more, key, word, here, but, keep, it, sane ' />
<b:else/>
<b:if cond='data:blog.pageType == "item"'>
<title><data:blog.pageTitle/></title>
<meta name='Keywords' expr:content='data:blog.pageTitle' />
</b:if>
</b:if>
</b:if>
To add to your Blogger blog HTML go to Template > Edit HTML
Paste the above code (after customizing) as shown in the below image
Save the template and you are done !
Check out this post to avoid making SEO mistakes
Let me know if this made any difference in your result ranking !
Also check out how to optimize you post permalink for better Blogger Hack SEO.
Get the SEO secrets
