2/4/2011 4:11:01 PM
Title:
Deeplinking URL appearance question
Hi! 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
Q1: Is there an easy way to make it drop the 'video.php' without affecting SEO?
Q2: Any SEO tips/tricks you use personally?
Thanks!
2/6/2011 8:23:49 AM
the #/aboutus is used by the JavaScript to navigate the flash movie to the particular book mark on the client side . So if you will alter that using url rewriting in php then it wont navigate to the particular location in the swf file.