0

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!

4

1 回答 1

1

实现这一点的唯一方法是将其重定向到子目录,而不是带有锚定内容的实际页面。至于 SEO 和 Flash,Yahoo 和 Bing 不能很好地阅读 Flash,如果有的话。只要确保您没有将 Flash 中的文本图层弄平,您就会变成金色。简而言之,从 SEO 的角度来看,在 Flash 中创建整个网站通常是一个坏主意。

如果您的网站已经编入索引并且您正在移动网站结构,请务必登录 Google 网站管理员工具并在一切就绪后上传新的站点地图。如果您甚至没有,请访问 www.auditmypc.com 并让他们免费为您创建一个。

于 2011-03-29T21:07:39.740 回答