Forum Moderators: open
Problem is each page has a 4 sorting functions... i.e. sort by price, date, etc. Each of these pages also get clean urls (abc.com/a-1a.aspx, abc.com/a-1b.aspx) but it's the same content just the results in a different order... therefore 5 total pages / urls with virtually the same content... which is going to be a big problem.
Need thoughts on what is the best way to handle this so to not get a "duplicate content" penalty?
One idea was to add <meta name="robots" content="noindex"> on the postback urls (but not the default result page)... but is this safe with all SE's? Any thoughts or workarounds greatly apprciated!