Posts: 5,938
Name: Adam for web page design, not program
Location: Toronto, Ontario, Canada
|
Quote:
Originally Posted by pizza
so if i have content inside a div which i hide with:style="visibility=hidden;"
and i use javascript in order to show and hide the dives then it is wrang?

|
Not as such, if you're doing it for users (e.g. a menu). If you're doing it to game engines though, then it is.
Basically, the things you need to do are use plain text for your important text elements (i.e. your keywords), make sure everything is crawlable and traversible (no Javascript or Flash for pages and elements you want found), and try to keep everything no more than three mouse clicks away from the opening page (this is where a sitemap comes in really handy.)
Most importantly, build for your users. One of the trends in engines that is slowly starting to emerge is that the user-friendly sites are gaining position over those that are specifically geared to engines. It will never be 100% like that, but at least it's improving.
|