Hi,
Prelude:
I have a site that's been around for 7+ Years and offers services for widgets.
The services offered are time sensitive and a certain service can be available this month, but gone the next.
There also might be more than one way you can service a widget and therefore for every widget we have a "widget service list" page that displays , and links to, the different ways a particular widget can be serviced. This works fine with users and google.
At times however a certain widget may only have one service method available to it, and to spare our users an extra "useless" page view any request made to that "widget's service list" is automatically redirected (302) to the "service's actual page"
Predicament: Users love the above , Google on the other hand is having issues...
Google webmaster shows the
"widget service list page" and the "actual service page" being redirected to as "Duplicate title tags" and "Duplicate meta descriptions" , essentially duplicate content.
Question to pose: - Is this issue due to the 302 redirect and not 301 ?
- If the above redirect is changed to 301, in the future if a widget gets more than one method to be serviced and thus we would want it's "Service list" to be indexed, will that page be crawled when the redirect is removed , since 301 is permanent in a bots eye.
- Should we change the redirect to a java script header one since it's meant to be more a user oriented measure than anything else ? This way the user gets the proper redirect and bots just see the page normally. Naturally the question of bad seo karma is implied here.
Notes: -We've recently redesigned our site and quite a bit of changes on the infrastructure of navigation.
-Both the service list page and actual service page are in XML sitemaps
Apologizing for the lengthy post and thanking you for your precious time, G