Archive for the 'Content' Category

Getting Google to keep coming back

Tuesday, July 15th, 2008

A friend of mine has recently launched a blog on an unsuspecting world, starting from scratch.

She downloaded a copy of WordPress, bought some blog-only web space for a startling £27 a year and took one of the many WordPress themes and tweaked the content until it looked right to her. This all happened on June 27.

Then she regularly surfed the web news directories, pulled out the stories that caught her eye, rewrote them and stuck them on her new site at the rate of at least three a day.

Now, with a bit of a tweak here and there, and the inclusion of a WordPress plug-in that creates a sitemap on the fly, she is beginning to scent the sweet smell of success. While her blog has no PageRank and so far no-one is linking to it, she is already getting a daily index from Google and others.

I can’t tell you much more. I’ve promised that I won’t let on what the blog is called, or link to it: apparently, she’s using it as a test bed to see just how hard (or easy) it is to get top SEO purely from content. If it were me, I’d be shouting it from the rooftops, but then I’m a bloke so I have an ego to massage.

I can admit that I’m extremely jealous of her success because for technical reasons I’m still unable to add any pages to the site which is my day-job.

But my friend is right. It proves that once you take away all the coding factors, like semantic XHTML and proper linkage to and from the site, good SEO is REALLY all about content these days.

Provide good content, and provide it regularly, and Google and its rivals will come knocking.

According to best estimates of when the next PageRank update takes place, we have just 55 days to see how much daily indexing equates to good PR.

Hidden text that works for everyone!

Thursday, July 10th, 2008

So hidden text on the web is a BAD THING, we all know that. Gone are the days when it was considered cool to stick loads of words on a page — usually at the bottom — in the same colour as the background, possibly in 5px type.

Of course the search engines got wise to this “keyword loading”: it contributed nothing to the content of the page, after all. It got dumped into that category of “Blackhat technique”.

Good content is all about value to the reader and every word should count, so stuffing lots of “invisible” text on a page is simply wasted pixels. If you want to increase the keyword densities of your pages, simply write more (or at least write better).

But hang on. Never say never. There is a very good reason for including “invisible” text on your page, and not just the correct use of alt- and title-tags.

Those with a visual impairment rely on the text on a page completely: pretty pictures make no difference to them, so make the page work for people who can only read text. That means fully explaining text links and adding blocks of text to substitute for images.

This is all achieved using the CSS attribute display: none;

Create a style called .accessible (or .ted or .jarvis or whatever, it’s not important) thus …

.accessible {display: none;}

Now, any time you want to add “hidden” text, you can do it simply by wrapping it inside this class.

That means that the phrase …

The <span class=”accessible”>cat sat on the </span>mat

renders to an ordinary browser as …

The mat

but to a screen reader as …

“The cat sat on the mat”

Of course it’s a frivolous example but you might use this technique to improve a list-based navigation.

On SmartLiveCasino.com we currently have a left nav where the code is a horrible table-based affair (I promise it will change) …

<table width="180" border="0" cellpadding="0" cellspacing="0"
 class="bgrleftmenu">
     <tr>
       <td width="20">
       <img src="../images/default/spacer.gif" width="20" 
        height="36"></td>
       <td colspan="2" class="headerleft">Menu</td>
       </tr>
       <tr>
       <td colspan="3">
       <img src="../images/default/spacer.gif" width="20" 
        height="8"></td>
     </tr>
     <tr>
       <td>&nbsp;</td>
       <td width="13">
       <img src="../images/default/spacer.gif" width="4" 
       height="7"></td>
       <td width="147">
       <a id="ctl00_LeftUserMenu1_LeftMenu1_hlinkHome" 
        class="linkyellow12" 
        href="default.aspx">Home</a></td>
     </tr>
     <tr>
        <td>&nbsp;</td>

     ...

        <td>
        <img src="../images/default/spacer.gif" width="4" 
         height="7"></td>
        <td>
        <a class="linkyellow12" 
         href="../en/help.aspx">Home</a></td>
     </tr>
     <tr>
       <td colspan="3">
       <img src="../images/default/spacer.gif" width="1" 
        height="12"></td>
     </tr>
   </table>

However, the Semantic alternative is not only much more elegant, it works better in terms of accessibility AND in terms of SEO!

<h2><span class="accessible">Site </span>Menu</h2>
   <ul>
      <a href="./." title="Go to the Home Page">
      <li>
      <span class="accessible">Go to the </span>Home<span
       class="accessible">Page</span>
      </li>
      </a>

      ...

      <a href="../en/help.aspx" title="Need Help? Get it here!">
      <li>
      <span class="accessible">Need </span>Help<span
       class="accessible">? Get it here!</span>
      </li></a>
   </ul>

In a common or garden web browser both of these would produce a standard vertical navigation …

:: Home

:: Help

But via a screen reader you get ..

:: Go to the Home Page

:: Need Help? Get it here!

“But what’s the point of all this?” I hear you cry. “Are you just being nice to blind people?”

Well, yes — and remember that a MAJORITY of the world’s population has some sight impairment — but there’s one “blind” individual that’s important to everyone interested in content and SEO: your local search engine.

Search engines, whatever flavour (but we’re all thinking Google, aren’t we) are effectively “blind”. That text-light, image-heavy page may look good to humans with perfect eyesight and a true sense of colour dynamics, but to Google it’s just a load of source code.

Make your site more accessible to those with a visual impairment and you also make it more accessible to the search engine spiders, but use a technique like this and you actually get more keywords on your page with no penalties!

Adding more content to an image-focused site

Wednesday, July 2nd, 2008

My current project — smartlivecasino.com — is meant to be visually attractive. It’s an entertainment experience, after all.

Unfortunately, the people who originally designed the site saw it more as a work of art than a sales tool. As a result, there are loads of pretty pictures, most of which don’t even have alt-tags, and little actual text.

To the human eye it looks fine, but to any ONE — or any THING — not relying on vision there’s a problem. Strip away the imagery and there’s very little for a search engine spider to index except for a few links and disconnected phrases: not exactly what you’d call good content. No doubt we’ve all seen worse: sites where even the text is displayed as a GIF image, and an un-tagged one at that.

For good SEO any site needs words, and sentences made up from these words, and paragraphs made from these sentences. The bottom line is that only by increasing the number of words on a page can one hope to improve keyword densities to that sweet spot of between 5% and 15% of the total.

Indeed, the current version of smartlivecasino.com comes close to running the risk of agitating the search engines because the density of certain keywords is greater than 20%: to a search engine that could look like “blackhat” SEO.

But before undertaking a major redesign, can anything else can be done to improve matters?

Well, remember the bit about any ONE? If you consider the page from a disability access standpoint, there are plenty of things that could be done to make it more useful to someone with a visual impairment, or a search engine.

A good first step would be to alt-tag all the images using clear keyword-rich phrases. A stage further would be to add keyword-rich TITLE tags to images, links and any other media. Neither of these measures would disturb the look of the page in any way but they would give more content for the search engines to spider.

However, the line NEVER to cross is to include hidden text in your page, artificially increasing the keyword density by peppering it with white text on a white background or commented out phrases which bear no relation to the code. That sort of thing WILL get you in Google’s bad books.

I say “never” but it depends on what you mean by hidden; however, that’s another post …

Content and SEO with a twist

Friday, June 20th, 2008

So my latest challenge is a website that some people my find uncomfortable. Smart Live Casino is one of the world’s growing numbers of gambling websites.

Smart Live’s “twist” is just that: it’s live roulette, streamed via webcam or broadcast on UK digital television (SKY 851 and Freeview 22) from early evening to the wee small hours, presented by attractive croupiers, in a relaxed style.

I’ve never been much of a gambler myself, although I’ve always enjoyed the spectacle of gambling events like casinos or horseracing. And the vast numbers of people who flock to the great gambling meccas like Las Vega or the Aintree Grand National show just how popular it is. For most, it’s just a hobby: a way to release tension at the end of a busy day. And for most, it’s completely harmless. Sure they may lose occasionally, but don’t we all take risks every day and aren’t we okay if things don’t go quite as we’d planned.

Still, there is an understandable air of uneasiness when it comes to the subject, especially when people don’t want to be seen to publicly endorse a lifestyle which others object to.

This has proved to be a problem in relation to our attempts to launch a Pay Per Click campaign with the world’s biggest search engine company, Google.

Google (motto: do no harm) has a strict policy when in comes to online gambling advertising — they don’t do it! Geographical casinos are allowed, as are non-profit casino games such as those used by charities at social events. And if you make poker chips or roulette wheels, or have a surefire system to beat the house, you can advertise those too. So you will see PPC ads for gambling on Google properties when you search for relevant keywords.

However, you soon learn that some of these ads are not what they seem. The URL from a recent ad for “freegamblepackage.com” was

http://www.google.co.uk/aclk?sa=l&ai=BvJfi2WVWSImMB6HmQru-5ZgKscj_ Qb3ooq8FpbeaBfCzpQEIABABGAEoAzABOAFQn4rcigJgu76ug9AKoAHH teL5A8gBAYACAdkDLsK5FNgVhxjgAwg&sig=AGiWqty1Q9aMG-bEIwSlo_el85zW6e P2EQ&q=http://www.freegamblepackage.com/%3Faff%3D52123%26c%3D1.

However, after the inevitable blank screen where the background referral script worked out where it was being linked from, the page was redirected to http://www.primecasino.com/?aff=52123, which is a rival online casino and therefore not allowed under Google rules.

What’s going on here is an affiliate scheme; not of itself illegal (even Smart Live Casino is dipping a toe into the partnership model) but in the way campaigns like the one above currently operate, it’s just downright sneaky. In the above example, simply typing freegamblepackage.com into a browser produces a lame page for another surefire system to beat the roulette wheel, but in itself it is almost certainly a satellite website run by the affiliate marketeers.

Google say they are investigating and offenders will be removed. Another campaign run by online casino giants 888.com is (at the time of writing) now pointing to a geographical casino and not their online one.

Sadly, the reality is that as soon as these scams are stopped a new one pops up to take its place.

Another SEO manager told me recently that he didn’t believe in “ethical” SEO, and he is right … to an extent. Today’s “tweak” inevitably becomes tomorrow’s “White Hat technique” and next week’s “Black Hat swindle“. I would still err on the side of Google’s “Do No Harm”, although I might add “unless you know you won’t get caught”.

Me, I’m no gambler. I always believe I’ll get caught.