Wednesday, October 12, 2011
0
Make Blogger Blog More SEO Friendly
Default Blog templates or customized blogger templates sometimes are not SEO friendly which can harm your hard work. This is just the format of the basic model blogspot usually not SEO friendly. But there’s an easy way to change the blogspot to be more friendly SEO.
Here are some quick ways that might help you improve the quality of your blogspot.
Page Title
Change the format of a standard title page blogspot. Replace the standard format: Blog-Title Post-Title to be Post- Title Blog-Title. The trick, find the following code in the EDIT HTML:
<title><data:blog.pageTitle/></title>Than replace that code with the following code:
<b:if cond=’data:blog.pageType == “item”‘><title><data:blog.pageName/> | <data:blog.title/></title><b:else/><title><data:blog.pageTitle/> | keyword | keyword </title></b:if>
Replace the ”keyword” with your keywords that you seeking. After all is finished do not forget the save.
Meta Keyword and Description
Search engines love blogs are clearly the theme and content. So, just add a meta tag. The trick, add the following code before the code <b:skin> <! [CDATA [/ *
<b:if cond='data:blog.url == data:blog.homepageUrl'><meta name="description" content="Your blog deskription" /><meta name="keywords" content="keyword, keyword" /></b:if>
Attach Breadcrumbs
Breadcrumbs is a navigation menu that is on a post or article. You can try by yourself through Blogger Plugins @ Breadcrumb for Blogger
Related Post
Add related posting, as it is for SEO as well as for visitors. You can do this by yourself by implementing this tutorial : Add Related Posts to Blogger Blog
Deactive Archive
Archives often make search engine hated a blog because of duplicate content. That's why you should not use the archive feature. The trick, remove the option for archiving:
Login>> Settings>> Archiving>> on Archiving frequency change becomes no archive>> Save
Add 'rel = canonical'
Code 'rel = canonical' is useful to avoid double content. How, in the edit html code add the below code after <head> and than saving.
<link expr:href='data:blog.url' rel='canonical' />
Heading tag
Search engines love the post with the title of the H1 tag. Therefore change the size of the post title with the H1 tag. To do this, following this code:
<b:if cond='data:post.title'><h3 class='post-title entry-title'><b:if cond='data:post.link'><a expr:href='data:post.link'><data:post.title/></a><b:else/><b:if cond='data:post.url'><a expr:href='data:post.url'><data:post.title/></a><b:else/><data:post.title/></b:if></b:if></h3></b:if>
Find and then replace the code h3 (or h2) to h1.
After that, add the following code below before ]]></b:skin>
h1.post-title, .post h1 #Blog1 h1, #Blog2 h1 { font-size:1.5em; }
These are the few and most common tips to edit the blogger template to make it more SEO friendly. Although templates are SEO friendly, do not forget to always fill your blog by unique and original posting.
Here are some quick ways that might help you improve the quality of your blogspot.
Page Title
Change the format of a standard title page blogspot. Replace the standard format: Blog-Title Post-Title to be Post- Title Blog-Title. The trick, find the following code in the EDIT HTML:
<title><data:blog.pageTitle/></title>Than replace that code with the following code:
<b:if cond=’data:blog.pageType == “item”‘><title><data:blog.pageName/> | <data:blog.title/></title><b:else/><title><data:blog.pageTitle/> | keyword | keyword </title></b:if>
Replace the ”keyword” with your keywords that you seeking. After all is finished do not forget the save.
Meta Keyword and Description
Search engines love blogs are clearly the theme and content. So, just add a meta tag. The trick, add the following code before the code <b:skin> <! [CDATA [/ *
<b:if cond='data:blog.url == data:blog.homepageUrl'><meta name="description" content="Your blog deskription" /><meta name="keywords" content="keyword, keyword" /></b:if>
Attach Breadcrumbs
Breadcrumbs is a navigation menu that is on a post or article. You can try by yourself through Blogger Plugins @ Breadcrumb for Blogger
Related Post
Add related posting, as it is for SEO as well as for visitors. You can do this by yourself by implementing this tutorial : Add Related Posts to Blogger Blog
Deactive Archive
Archives often make search engine hated a blog because of duplicate content. That's why you should not use the archive feature. The trick, remove the option for archiving:
Login>> Settings>> Archiving>> on Archiving frequency change becomes no archive>> Save
Add 'rel = canonical'
Code 'rel = canonical' is useful to avoid double content. How, in the edit html code add the below code after <head> and than saving.
<link expr:href='data:blog.url' rel='canonical' />
Heading tag
Search engines love the post with the title of the H1 tag. Therefore change the size of the post title with the H1 tag. To do this, following this code:
<b:if cond='data:post.title'><h3 class='post-title entry-title'><b:if cond='data:post.link'><a expr:href='data:post.link'><data:post.title/></a><b:else/><b:if cond='data:post.url'><a expr:href='data:post.url'><data:post.title/></a><b:else/><data:post.title/></b:if></b:if></h3></b:if>
Find and then replace the code h3 (or h2) to h1.
After that, add the following code below before ]]></b:skin>
h1.post-title, .post h1 #Blog1 h1, #Blog2 h1 { font-size:1.5em; }
These are the few and most common tips to edit the blogger template to make it more SEO friendly. Although templates are SEO friendly, do not forget to always fill your blog by unique and original posting.
Subscribe to:
Post Comments (Atom)





0 Responses to “Make Blogger Blog More SEO Friendly”
Post a Comment