Twitist Forums
Will having different links to the same page adversely affect SEO placement? - Printable Version

+- Twitist Forums (http://twitist.com)
+-- Forum: General Social Media & Marketing Forums (/forum-8.html)
+--- Forum: SEO Search Engine Optimization (/forum-30.html)
+--- Thread: Will having different links to the same page adversely affect SEO placement? (/thread-157872.html)



Will having different links to the same page adversely affect SEO placement? - Marco - 05-20-2014 01:44 PM

I am revamping a website with an OK Google ranking to try and improve page rank. I run the site with PHP with SE friendly links (no query strings). The base-names of the URLs were "index.html", but I can call them anything, and I need to know if I have some of the pages marked as "index.html" and other named "video_dvd.html" that bring up the same page will be considered SE spam. Example:

http://www.site.com/catalog/122/index.html
http://www.site.com/catalog/122/video_dvd.html
http://www.site.com/catalog/122/video_dvd_featuring_widgets.html

All three of these links would go to the same page, as the PHP only reads the 'catalog' and '122' part of the URL to lookup the information from the DB. I've kept things uniform by having the same types of links on one page (for example, the index page has index.html links, and the product directory has the 'video_dvd.html' links.

Is this type of SEO kosher for Google and the like, or should I keep one uniform link for each page?


- afreshpath_admin - 05-20-2014 01:52 PM

Since they all point to the same actual content but have different link text, Google may see it as duplicate content and that would reduce your page ranking overall.


- Patrick23 - 05-20-2014 02:00 PM

this will cause duplicate content. and Google will only give value to one of them...


my suggesstion..
if your page/catalog/122/index.html is talking about action DVD.

use /catalog/122/action-dvd-dvdname.html

also, make you redirect the old page to new page...(301 redirect only)