Hey I’m working on a flash site that I need to optimize for search engines. After reading some website about SEO they say that I have to type some information (about my products and company) then hide it (with css) from users but keep it available for the robots.
My question is (hopping that the SEO+CSS optimization is the best way):
Whats the difference beteewn CSS: “display” and "visibility?
Using
display: none; or visibility: hidden;
on the external CSS file.
EOMGA