Free advertising
Showing posts with label Search Engine Optimization. Show all posts
Showing posts with label Search Engine Optimization. Show all posts

Although Google is very good at identifying sitewide navigational elements the algorithm still works on the basis that the content at the top of the page is the most important. If you consider a website with 3 blocks of text on a page the first one is usually the one that has the most influence on rankings.

If you look at the text only cache of a Blogstorm article in Google you can see that the source code starts with a few navigational links and the alt tag behind the logo before quickly moving to the article h1 tag, then the article content, the comments and finally the navigation links. Using this structure helps Google understand what the page is about and will improve your rankings.

Luckily most blogs use a CSS template similar to this (some don’t use the h1 tag on the post pages very well) so blogs don’t need too much SEO work. The hard part is creating the same effect on e-commerce sites or content sites.

Moving content

One of the best (on site) ways to rank highly for a popular keyword is to have a 500 word article about that keyword right at the top of your homepage. The problem is that this isn’t practical for any commercial site. The solution (other than using hidden text) is to add some content at the top of the page in the source code and use CSS or JavaScript to make it display lower down when a user views the page.

Moving content is against the spirit of the Google Guidelines so if you are using a lot of other aggressive techniques then it is wise to steer clear of the methods discussed below. However for large brands using mainly ethical SEO methods the chances of failing a hand edit are zero.

Simple CSS

Mobile network Three uses an interesting method, you can see their homepage contains a block of text at the bottom of the page starting with the words “Mobile Phones”. Looking at the source code reveals that this bit of code is actually the very first thing Google sees on the page. Three makes the technique nice and easy to spot by labeling the div as “_ctl0_divSEO”.

JavaScript & CSS

Moving content with JavaScript is demonstrated very well at Shawn Hogans blog, Shawn could just use CSS to achieve the same effect but the method is very useful in situations where CSS would fail.

Looking at the source code of Shawns blog you can see the code starts with an empty div:

At the bottom of the page the sidebar is generated but is hidden using the CSS display:none; property.

Some JavaScript then populates the empty sidebar div with the contents of the hidden div. The result - search engines see the content before the sidebar.

JavaScript & noscript

This is a very good way of displaying a lot of content in an unobtrusively small space at the top of your homepage. The idea is that you use a JavaScript news ticker or scroller at the very top of your page and then add noscript tags directly below it with the same content as the ticker.

In theory you can add anything to the noscript tags but if it is at all different to the actual content you risk failing a hand edit. Sometimes adding a lot of text in a noscript tag isn’t a good idea in which case you can use a CSS scroller to achieve much the same effect (getting a lot of text heavy content at the top of your page without pushing the commercial elements too far down).

This week I’ve been carry out some much needed SEO work on Blogstorm to make sure the site has everything in place to continue to rank well in 2008. Here are some of the tips you can follow to make your site rank higher this year.

Carry out a site audit

Visit Google and do a search for site:yoursite.com. The only pages that come up should be your post/article pages and any other high quality pages people might want to find. You shouldn’t have archives, search pages, category pages, tag pages or any other pages that are unlikely to rank highly on Google. Remove them from the index using the following meta tag:

Stop keyword cannibalisation

Many large blogs such as and Engadget link to their category pages such as http://www.engadget.com/tag/iphone/ from every iPhone related post. Notice how the tag page doesn’t rank when you search for “iPhone” but a real article ranks in 6th place? That’s because Google wants to rank stories highest and not category pages. If Engadget was to link all posts about the iPhone to a real page instead then they would rank second. If they did the same with all products the effect would be huge.

Carry out some keyword research and figure out what pages you want to rank highly and then make sure any other post referencing that topic is linked to the target post. For example if I wanted this page to rank for the query htaccess I would find every page on my blog mentioning the word “htaccess” and turn each word into a link to the target article.

Optimise your results

Look back at the keywords that have been sending you the most traffic and examine the search results for those keywords. If you aren’t number 1 then point a few more links at the page to improve your rankings.

Next look at the other results compared to yours. Is your title appealing to searchers? Does the snippet make people want to click? Are you even writing about the subject people are looking for?

Change your titles

A blog post title has to fulfil several roles. In the first week it has to attract as many readers and links as possible and maybe get traffic from social media. After that you should look to changing the title to target certain keywords. For example you might publish the “Top 10 Best Methods to Fix an iPhone” which would be good for getting traffic but not so good for ranking. As Graywolf said earlier this week you should look to changing your page title to “Fix an iPhone - Top 10 Methods” but keep the h1 tag as it was before.

Promote top pages

Check your logs to find the most popular pages on your site. Have they all been submitted to StumbleUpon and Digg? Try submitting them with social media friendly titles and see if you can make them even more popular.

follow me on Twitter