I developed a site with flash, only 2 HTML pages :
- the first (root www.domain.com) with the classical message " this site requires flash ... click here to enter "
- the second (www.domain.com/main.html) with the main SWF movie.
After reading some posts here i started to build 5 (five not 100000) "backdoor pages" targeted to specific keywors and combination of multiple keywords placed in special folder (www.domain.com/mirrors/)redirecting to the main page.
The redirect script is this:
<script>
if( 1!= -1)
{ window.location.href="../main.html"; }
</script>
placed between head tags.
I also done a remake of the root optimized for the most important keywords with a redirect to main.html and links to all the 5 backdoors.
GOOD , the rank was great! all the 5 backdoor pages were indexed!
BUT ONLY FOR 2 mouths (between the two google dances), NOW the 5 backdoor pages are banned from google index and only the root page keeps living on the google.
QUESTION : WHAT IS A GOOD SOLUTION TO RANK BETTER WITH FLASH SITES?
Thanks and sorry if engrish is bad , i'm italian.