Turk Hit Box

Turk Hit Box

Ramblings of a Turkish Internet Mogul

Top Pages

Recent Articles

Pages

Blogger Seo Tips - Part 2

On the first blogger seo tips post, I went through the basic settings that you should modify on the blogger.com setting area. On second part, I will show you how to optimize your blogspot/blogger templates. Default templates offer none SEO whatsoever causing most blogger users to rank low on SERPs.
There is one thing I love about Wordpress: the <!–more–> tag! Blogger does not have this. This can result in duplicate content entries, showing the same content on post pages and archive pages. You do not want to have the same content on different pages of your website.

Blogger does not have this built in, so we are going to do a small tweak to accomplish that. Make sure you have selected a widget-ready template. There are couple of steps, so read the whole post carefully. Place the below code before the </head> html tag in your template. Its a small javascript.

Download the first code

Second step involves changing the post includables. If you do not have a widget-ready template, you will not be able to apply this step, since non-widget-ready templates do not have includables. To get to the post parte, where you will change the code, search for id=’post’. If you are unable to find it, you may not have expanded the template. Select the checkbox named “Expand Widget Templates“, which is right above the template code, to expand it into more code.

Download the second code

Now, go to Settings –> Formatting and paste the below code inside the text box labeled “Post template”:

Type your summary here
<span id=”fullpost”>
Type rest of the post here
</span>

When you create a new post on your blogger blog, this will clearly show where to write your summary or excerpt, and rest of your post text. It is important to make sure that the /span tag above is at the end of the post. So before publishing your post, check the html source code and make sure that </span> is at the end of your post. The “Read more” link will appear only for the posts that have been divided like this.

Posted in: Wordpress SEO

3 Responses


Welder on 10.01.2007 at 6:29 pm

Thanks a LOT =)

Ruggero on 10.24.2007 at 1:48 pm

This is really great - thanks! I'm currently using a piece of code in my template to allow for a "teaser" paragraph which is completely different from the actual post. When you click on "read more" it redirects to the post itself. I can provide you with the url to this piece of code if you like. Would you look into ammending your code to include the "teaser" paragraph?

Ilkka Kauppinen on 01.03.2008 at 2:11 pm

The problem of this advice is following, can anybody solve this: If you paste the first code to your html it will also make your tags visible after each post, which all create an extra page to google to index. How can you prevent  tags  not showing after each  post and still use this advice and code? It does not work to remove them from the settings.

Leave a Reply