Forum Moderators: open
I use it on all my pages, but on some of my most popular I've decided to use graphics in place of the breadcrumb page title text, to do so I use CSS to make the crumb title non-displaying and invisible, then I put the graphic title in place. So I get:
Home ¦ dir ¦ subdir ¦ my graphic title
I'm not trying to spam, it's just a work-around that so I can use graphics where I want but will google understand?
Well the case with google is that for some time even the hidden text will seem to work, but one day suddenly you get caught. Similiarly layers and css tricks seems to work right now with google, but I am sure google will catch up one day.
My advice will be to stay away from this, as google or any other search engine will take it as a spam, no matter what your intentions are.
Hope this helps :)
What a nightmare.
Any other ideas out there?
On pages that I have a graphical title I define the css like so
.title{display:none;visibility:hidden}
so all I'm left with is the directory names, I then slap in an image.
Spiders, and browsers that have JS disabled, don't see the breadcrumbs at all but since the graphic is outside the JS so it does show.
Spiders will see the CSS definition but not the JS code that calls it.
I hope that answers the question, and Sorry if it's an overblown explanation.
(edited for clarification)