Forum Moderators: open
[example.com...]
Then when the user adds the product to their cart, it is passed as a GET variable as such:
[example.com...]
Now I think Google may be choking on this formulation because it is seeing duplicate content. Still getting referals but not as many and the SERPs are a lot less clean than they used to be. A lot of URL-only listings, for example.
Any thoughts on
a) whether this is a serious problem
b) how best to rectify it?
On the latter, I am thinking I might change everything to POST and then 301 the URLs with the cart variable since whoever is coming to that page must be a search engine or a search engine referal that clearly didn't mean to add something to the cart.
My host did a DNS change so that all links from domain.com goto www.domainname.com . Is that ok or is a 301 redirect better?
I used the remove tool of Google to eliminate all subdomain, today I just received the confirmation email that they have been removed from the index, but nothing has changed, I guess I have to wait for the next update.
I'm assuming you're using a language that allows modification of the page text before it is served up (PHP, ASP, CGI, ISAPI, etc).
My question is, is that good for google or is a 301 redirect better?