Forum Moderators: open
Do spiders see an H1 tag anywhere in the code as heading text, or do they calculate it's importance by it's position in the code? This I'm not sure of and would be interested in the answer!
1. the spider will see it first in its logical order
2. if someone using a non css / non image browser views your page the heading will show up for them as a title to the page
I also discovered that NN has a problem if an absolutely placed div is before other relatively placed divs in the HTML
Suzy
You can do the same thing by setting the z-index to be lower than the main layer.
In any case, best strip out the layer positioning and dump it in an external css file located in a robots.txt excluded folder.
I use display: none for H1 tags most of the time on sites especially if the header for my site is a logo graphic... I consider it good manners (not spam) to offer an alternative to the (text browser) viewer and at the same time the page makes sense to the spiders (they can't see the graphic either).
I would sincerely hope it wasn't penalised!
Suzy
Maybe I am just more paranoid than most.
I know there are folks out there using display:none to hide text stuffed layers.I fear that one day Google will impose a blanket filter for display:none.
....having said that I suppose they could do a similar filter on z-index stuff - it would be somewhat more difficult for them though.