Pretty URLs Vs. Duplicate Content

天大地大妈咪最大 提交于 2019-12-05 17:37:00

Well, I don't know if this is the "definitive" answer, but I have a bunch of "functional" URLS like:

http://www.flipscript.com/product.aspx?cid=7&pid=42&ds=asdjlf8i7sdfkhsjfd978

but I remap the URLs, link to them and list them in my site map as:

http://www.flipscript.com/ambigram-ring.aspx

I haven't seen ANY evidence that identical URLS pointing to the same content within the same domain has any negative impact on SEO.

In fact, over the past year, I have climbed to the #1 position on Google with this in place for my primary keyword.

My theory about why this should be so is that Google applies the duplicate content penalty for entire "clone sites", not for just linking with different URLs to the same content within a single site.

A quick dirty way would be to re-route everything on the site via a PHP file that checks to see if the path is still valid, querying the database if necessary. Use a 301 redirect if the path has permanently moved. Soon enough these "grey urls" should hardly ever come across, and indexes should be updated across search engines. At which point you can remove the router.

If you could specify what your "grey url" looks like I may be able to suggest a better alternative.

"Would Google's canonical tag be a possibility??" -- Why not?

--> It automatically transfers page rank

--> Google recommends canonical tag even if the content differs slightly but is more or less similar.

--> Too many 301 redirects to pages within site are bad for SEO (my personal experience with Bing).

--> Too may 301 redirects increase the effective load time of content for your users (especially bad if the ping times from their location to your server is high).

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!