Basic SEO for the Mobile and iPhone

When optimising your site for mobile phones, there are some things you need to know and be aware of. Googlebot-Mobile and other mobile search engine bots crawl sites differently when compared to normal, traditional search engine bots. In part, they determine a site’s ranking on how well it renders on a particular mobile so for different mobiles, expect to see varying results. Another ranking factor I believe to hold some weight is the loading speed of the page due to mobile devices having significantly lower download speeds than traditional means.

Mobile SEO

For mobiles (other than the iPhone), create a stylesheet called handheld.css. This allows you to style up your existing website for mobile phones without the need of creating a whole new site which may cause problems with duplication. Anyone accessing your site through a mobile will automatically trigger handheld.css to be called upon. To link the stylesheet, include the following into the common HTML header.

<link rel="stylesheet" href="handheld.css" media="handheld" type="text/css" />

iPhone SEO

The iPhone does not pull the handheld.css stylesheet, so a separate stylesheet needs to be created and named iPhone.css. iPhones will detect this and render the site accordingly. You can either style this stylesheet as you like or duplicate the existing handheld stylesheet, it doesn’t matter.

A little hack you can use if you’d rather not mess around with two separate stylesheets is to replace the above link with this one

<link rel="stylesheet" href="handheld.css" media="handheld, only screen and (max-device-width: 480px)" type="text/css" />

This link catches any handheld and the iPhone with its “only screen and (max-device: 480px)”. It’s a media query that luckily  iPhone understands and renders.

WPTouch

If your site is built in WordPress, rendering your site on the iPhone is even easier. Simply install the WPTouch plugin and you’re good to go! I really like this plugin, it makes a site much more usable and easier to browse. The good thing is the option (at the bottom of the page) to switch back to normal view if the user wishes to do so.

Mobile Sitemaps

It’s essential to create and submit a mobile sitemap if you’ve not already done so. You can find more information on Google Webmaster’s support page. An example of a mobile sitemap containing a single entry is shown below

<?xml version="1.0" encoding="UTF-8" ?>
 <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
  xmlns:mobile="http://www.google.com/schemas/sitemap-mobile/1.0">
    <url>
        <loc>http://mobile.example.com/article100.html</loc>
        <mobile:mobile/>
    </url>
</urlset>

Finally

Of course, the most basic of SEO should never be overlooked. On-page checks are essential, such as ensuring your page titles are optimised properly, the use of H1, H2 tags are used appropriately, and that image alt attributes are included (but not spammy).

Google Toolbar PageRank updates

Most of us in the online industry know that Google updates the PageRank on average four times a year. What we don’t know however, is when exactly it makes them, it’s kind of a like constant guessing/waiting game.

I should mention here that there are in fact two types of PageRank; the one we see in our browser toolbar (if installed) and the PageRank that Google uses. It is the latter one that is constantly updated and its true value known only to Google. And by the time we’re waiting for the next update, the value that’s shown in the little green bar can be grossly out of date, so it’s worth noting that PageRank is not something to go by and so should be taken with a pinch of salt.

Here’s a list of PageRank updates I’ve compiled so far, hope you find this useful. Maybe you can ‘predict’ the next update?

03 April 2010 : Saturday

31 December 2009 : Thursday

29 October 2009 : Thursday

28 May 2009 : Thursday

1 April 2009 : Wednesday

31 December 2008 : Wednesday

01 November 2008 : Thursday

27 September 2008 : Saturday

24 July 2008 : Thursday

29 April 2008 : Tuesday

29 February 2008 : Friday

20 October 2007 : Saturday

06 June 2007 : Wednesday

Google Caffeine now officially live!

After months of speculation and talks of Google Caffeine update, what it actually is, when is it going to happen etc, Matt Cutts officially announces the rollout of Caffeine at the latest SMX Advanced session.

We now know that it’s not an update to the ranking algorithm but to the actual indexing infrastructure; fresher, more relevant content delivered to search results pages 50% faster than before. It’s going to be like a brand new search engine with a faster and more efficient way of indexing web pages. [Read more...]

Google Page Speed Score – Optimising and speeding up my own site

While I’ve been playing about with the Page Speed plugin for Firefox for a while now, I never actually bothered to implement the changes suggested by it.

Well, with Google now counting page loading times as a signal in its ranking algorithm plus being particularly bored one night, I decided to action the suggestions made by Google Page Speed and see whether I could bump up my score from its 75/100 to 100/100. Below, I will walk through the changes I made and how I went about it. [Read more...]

PageRank does not correlate to ranking well in search engines!

There are many people who get hung up about what PageRank they have. They start to panic when the little green bar in the Firefox toolbar drops from level 4 to level 3; “My PR’s dropped, there’s something wrong with my site!” Don’t worry!!

The green bar is really nothing to go by and certainly nothing to worry about. Here are some reasons why.

Inaccurate and out of date

Although PageRank is constantly updated at Google, the one shown to us in the toolbar is only updated 2 – 4 times a year so for the majority of the time it is pretty much out of date and inaccurate. [Read more...]

Google’s ‘new look’ left-panel sidebar for refined search results

Last Wednesday saw the official worldwide roll out of the new Google sidebar – you may have already experienced the sidebar long before the roll out; mainly it was in the form of a ‘Show options’ link which would open up the sidebar. It seems that it will now be a permanent fixture on Google’s search results pages and no longer optional.*

[Read more...]

Google Wonder Wheel | Keyword Research Tool

I stumbled across this very interesting Google feature today and wanted to share – the Google Wonder Wheel. It seems to have been around for a while, but I’ve never used it or even heard of it until now! While it’s a fun way to search and allows users to find similar or related search results, it is also an extremely powerful tool that can provide us fellow SEO’s with invaluable information and insight when performing keyword research.

[Read more...]

What do we need to know and do about Google Caffeine?

It’s been over half a year since the announcement of Google Caffeine, the newer, more streamlined version of the current Google search engine; but still there’s no sign of it. Whether it has already been rolled out or not, we can’t know for sure and so far Google has gone quiet on the matter. Personally, I think they’re already pushing it out little by little; it makes more sense to. Either way, here is the low-down on Google Caffeine.

As more and more websites are published online, the need for more relevant, accurate results for users is paramount; this has always been Google’s main aim.

[Read more...]