|
Posted by Jonathan N. Little on 02/11/06 18:47
BootNic wrote:
>>"Greg N." <yodel_dodel@yahoo.com> wrote:
>>news:dskeps$97t$1@online.de....
>>
>>I need to mark up a compound noun such that it looks like one word
>>on screen, but I want search bots to see two separate words.
>>
>>Take, for example the word "Kindergarten". I want a search for the
>>word "kinder" or the word "garten" to hit upon my page.
>>
>>I was thinking to insert a in a tiny font size between
>>"kinder" and "garten". Are there other, maybe more elegant ways?
>>
>>My web sites are written in German. In this language, as you might
>>know, the problem described above is ubiquitous.
>
>
> Hide the space with css, no clue what a search bot will do with it.
>
> kinder<span style="display:none;"> </span>garten
>
Would this not be simpler?
<p>... kinder<span>garten</span> ... </p>
--
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
Navigation:
[Reply to this message]
|