2 replies [Last post]
ukstorm
ukstorm's picture
User offline. Last seen 1 year 50 weeks ago. Offline
newbie
Joined: 2004-11-12
Posts: 6
Points: 2

We're creating a website for someone at the moment and against our better judgement, they want the splash/homepage to be a layout of large images of their projects that then links through to the main site. This is obviously very SEO unfriendly as there will be no text whatsoever on the page. We normally do image replacement CSS rollovers, but is there a way that we can use CSS so that when you rollover the image, there is a paragraph of text behind it, with links etc? My partner who's the technical side of things, has only been able to manage to this currently with Javascript replacement and this is obviously a search engine no no. Any help? Any examples?

Any help would be much appreciated.

Many thanks

James

Chris..S
Chris..S's picture
User offline. Last seen 22 hours 33 min ago. Offline
rank Moderator
Moderator
Joined: 2005-02-22
Posts: 6075
Points: 167

You're confusing two things.

You're confusing two things. Search engine spiders don't see images, don't bother applying css and don't run javascript. Turn all those things off (in Firefox, possible using Web Developer Toolbar; other browsers may have their own mechanisms) and look at the page. That is what the spider sees.

There are at least two easy methods to put text content into the page, but keep it from messing with what is shown in visual browsers, image alt text & off left.

Tyssen
Tyssen's picture
User offline. Last seen 13 hours 11 min ago. Offline
rank Moderator
Moderator
Timezone: GMT+10
Joined: 2004-05-01
Posts: 8123
Points: 1302

Search engines read alt

Search engines read alt attributes just fine and assign pretty much the same weight to it so just give the images relevant alt text.

How to get help
Post a link. If you can't post a link, jsFiddle it.
My blog | My older articles | CSS Reference