Duplicated meta title and meta Description because of category filters

Asked

Viewed 26 times

0

I have a problem with meta title and meta descriptions duplicated, pages like these below, google is understanding that are different pages, which really is not.

basedosite.com.br/cintos-e-fivelas/

basedosite.com.br/cintos-e-fivelas/cintos/Cintos?O=OrderByReleaseDateDESC&map=c,c,specificationFilter_47

basedosite.com.br/cintos-e-fivelas/cintos-e-fivelas/cintos/Mulheres?O=OrderByReleaseDateDESC&map=c,c,specificationFilter_48

Do you have a solution for this kind of problem?

1 answer

0


Use in your html to meta cannonical :

 <link rel=”canonical” href=”URL” />

This will indicate the serps which main content url then redirect 301 of the wrong url to the correct one. Wait a few days (it depends a lot on the search engine tracking rate for the domain), and check with google webmaster tools to see if it has been removed from the dashboard.

Redirect rule . htaccess :

RewriteRule ^cintos-e-fivelas/cintos/Cintos?
O=OrderByReleaseDateDESC&map=c,c,specificationFilter_47$ /cintos-e-fivelas/ 
[L,R=301]

RewriteRule ^cintos-e-fivelas/cintos-e-fivelas/cintos/Mulheres?
O=OrderByReleaseDateDESC&map=c,c,specificationFilter_48$ /cintos-e-fivelas/ 
[L,R=301]

Browser other questions tagged

You are not signed in. Login or sign up in order to post.