I'm running an all-Flash website and I've got it deep linking. I'm now trying to make it SEO friendly by breaking up the sections into separate pages with alternate content for search engines.
I'm curious how to go about fixing the url paths. When I enter the site from, say 'Video' it will load up the /video.php page and then any further link clicked will result in the following:
http://www.mywebsite.com/video.php#/aboutus <- ugly
Q: Is there an easy way to make it drop the 'video.php' without affecting SEO?
Thanks!