Hi, Peter, yes, indeed, my question was about duplicates within one domain. However, the problem Riyas mention is a real one and it was my next question here
I will answer him separately.
I would try this:
I have to url with duplicate cantent:
http://starshiners.com/ro/salopete?color=Jeans+&dir=desc&order=date&size=S&type=grid
and
http://starshiners.com/ro/salopete?color=Dantela&dir=desc&order=date&size=S&type=grid
where the color parameters are the only difference in url structure.
Both pages are canonized to http://starshiners.com/ro/salopete
Could be a solution this?:
1. get rid of dynamic parameters and tell the system to form urllike
http://starshiners.com/ro/salopete/Dantela/size-S/type-grid/
instead of http://starshiners.com/ro/salopete?color=Dantela&dir=desc&order=date&size=S&type=grid
and insert in this new url a rel canonic to http://starshiners.com/ro/salopete/Dantela/size-S/type-grid/???
Or do you have maybe other suggestion?
thanks!!!