Members

Technology Zones

IBM Learning Center

Articles

Hosted By

MaximumASP

Info

Rated
Read 8,482 times

Contents

Related Categories

Search Engine Optimisation (SEO) Checklist - Accessible content

Accessible content

3. Be careful with images. Use CSS Image Replacement

Everyone by now is (hopefully) always setting the "alt" tag on any images they include on a page. However, search engines still treat these differently to straightforward HTML on the page. Following on from point #2 above,

<a href="graphics-card.aspx">Our Graphics Cards</a>

is generally weighted much more than

<a href="graphics-card.aspx"><img alt="Our Graphics Cards" src="graphics.gif" /></a>

If there are images on your site that aren't content in themselves (such as navigational links and headers), then you should be using a CSS Image replacement technique. This allows to you do something like this:

<a id="graphics_cards" href="graphics-card.aspx">Our Graphics Cards</a>
/* css */
#graphics_cards{
 display: block;
 text-indent: -5000px;
 background: url(graphics.gif);
 height: 25px;
 width: 25px;
}

This technique can (and should!) be applied to headers too, if you're using images there.

4. If you must use flash, put some text in too

Using something like SWFObject allows you to embed a flash movie, but also include a HTML equivalent that will be indexed by search engines, and viewable by users with flash or javascript disabled.

6. Ensure content is accessible via hyperlink (watch out for AJAX!)

Sounds simple, but if you're using any sort of form submission (such as a drop down box) or ajax-style scripts to navigate to content on your site, then your content is not going to be indexed unless you take a few further steps.

a) Ensure the content can be accessed directly from a distinct URL too (ideally in conjunction with url rewriting - see point #7). If you've got a drop down box listing frequently asked questions, when an item is selected, redirect the user to a unique url for that FAQ entry, rather than just post-ing back and adjusting the content of the page.

b) Ensure you've actually got links pointing to these distinct URLs (whether within elsewhere on the site, or externally). You could also use a Google SiteMap so that at the very least the search engine knows those pages exist. 

James first started writing tutorials on Visual Basic in 1999 whilst starting this website (then known as VB Web). Since then, the site has grown rapidly, and James has written numerous tutorials, articles and reviews on VB, PHP, ASP and C#. In October 2003, James formed the company Developer Fusion Ltd, which owns this website, and also offers various development services. In his spare time, he's a 3rd year undergraduate studying Computer Science in the UK. He's also a Visual Basic MVP.

Comments

  • Re: Meta Robots Tag

    Posted by stixoffire on 05 Jun 2007

    Ever have a shopping cart page that just lists items in the cart - a checkout page or perhaps a page that shows you the Please Wait Timer - also some work arounds for some things you create a BLANK...

  • Meta Robots Tag

    Posted by John D. on 24 Apr 2007

    I've been reading much about SEO and came across the Meta Robots Tag. I've read many artcles that explain how to use this tag to stop some robots form indexing certain pages  - So my question ...

  • Re: [6624] Search Engine Optimisation (SEO) Checklist

    Posted by yash_coolbuddy_forindia on 21 Apr 2007

    sir could u solve my two problems


     


     


     


    whicha r as foollows:


    1. as i can get ip address,city,username,computername,date,time