Forum Moderators: open
Your thoughts, please.
I also know that Google follows links within layers, so it may be that the layers are not setup properly.
I can find the text contained in these layers when I search on Google. This reasured me because at first I was crossing my fingers for a few updates until things settled.
a <div> tag is just a genereric tag for grouping related elements such as navigational and content sections. Google has no problem with this format whatsoever.
all google sees is <div>some content</div> - doesn't matter a jot how the author chooes to style that div.
...glad I got that off my chest ;)
Nick
There is no such thing as a layer
Well you were teasing, but just to be accurate
netscape 4 had a bad attempt at iframes called
layers... I figure most here know that but just
in case someone stumbles across this without knowing.
Also z-index is sometimes considered a layer,
in theory, you could put the body of a page on
a higher z-index and the hidden words on a
lower z-index. Even netscape 4 does z-index.
But that *would* be a good question, would google
scan and cache something that is listed inside
of a <LAYER> tag? I figure it's smart enough on
<IFRAME> tags. -aV-