Reading up a bit on SEO and flash and I was wondering if this
<!-- URL's used in the movie
http://www.mydomain.com/link1
http://www.mydomain.com/link2
etc
-->
<!-- text used in the movie-->
....here my flash navigation
would be Search engine friendly?
Or should I just use simple site map linking to every page on my site?
use a google site map made with XML, info on google somewhere, that is very effective, if you also go the deeplink route as mentioned then it would be a good as anything…
I was talkin to a SEO guy that works with google, and/or beta’s their stuff sth like that. But they are creating a new googlebot that’s able to search through swfs, for possible metadata… now that’d be tight
i would use a site map, but also high level navigation in html at the bottom of each page. then if you so desire, hide that high level nav with css (display: none)
It’s does, you need to register. But you can just google for deeplinking in flash
hiding it will actually get you banned from bots I believe. It’s like when ppl put a whole bunch of keywords in their body then make it the same color as the background. I’m pretty sure (not positive) that it’s a no no
well, it’s not currently figured into google’s algorithm. it’s an extremely difficult line to manage b/c on one hand, hiding text is often very useful in promoting accessibility. on the other hand, it can easily be abused for seo reasons. my guess is that when google and other engines start to factor it in, they will look at the “display: none” sections and weigh it against the rest of the page in both size and actual content as well as link relevance. that seems to me the only way to automate such a process.
btw keitai, i’m not talking about z-index at all. just look up “display: none” for div tags. and i would avoid calling it a “trick”, but that’s just semantics.