08-09-2009, 07:14 PM
|
#11 (permalink)
|
|
The Addict
Join Date: May 2009
Posts: 287
Thanks: 5
|
Quote:
Originally Posted by HERATHEIM
Thanks for comments... if some one can explain me the problems of flash and seo 
|
Site crawlers only read text, so if you have a menu in HTML:
HTML Code:
<nav>
<a href="/">Home</a>
<a href="/about">About</a>
</nav>
The crawler can read and access those links. If your nav is hidden in flash all it sees is a .swf file, so it will ignore it and move down the page. For all it knows the .swf could be a movie, nav, blank, game, ect...
Plus flash is [slow, clunky, requires plugins, crap]. Most users don't like flash, they prefer Ajax. (But only if it is on things like forms or tabs.
|
|
|
|