Forum Moderators: coopster

Message Too Old, No Replies

Strange Result in SERP - DUPE ISSUE (G)

how is this possible or happening - PHP related

         

5x54u

5:45 pm on Sep 28, 2005 (gmt 0)

10+ Year Member



I am beginning to see the effect of a dupe content issue in my serps for my site in (G).

The result is

www.widget.com/category/widget.php/widget.php

This page does not exisit on the server yet i can click on it from G and it works?

dcrombie

5:53 pm on Sep 28, 2005 (gmt 0)



You've probably got a broken link somewhere. The problem is that you have MultiViews (Content Negotiation) enabled so it's displaying widget.php instead of a 404.

You need to find and fix the broken link, set 301 redirects to catch any already indexed addresses and maybe turn of MultiViews if you're not relying on them.

;)

5x54u

5:54 pm on Sep 28, 2005 (gmt 0)

10+ Year Member



Thank you very much!