Mobile app version of vmapp.org
Login or Join
Courtney195

: How do I remove my own filterby or sortby pages from Google Search? My site has filterby and sortby pages that appear in Google Search and I want to delete them from Google. Such as: http://example.com/product-category/de

@Courtney195

Posted in: #GoogleIndex #GoogleSearch #Seo #Url #Wordpress

My site has filterby and sortby pages that appear in Google Search and I want to delete them from Google. Such as:
example.com/product-category/desktop-computers/?filter_hard-drive-type=hard-disk-drive-hdd&filter_ram-capacity=ram-size-16-gb&filtering=1&filter_rating=

I have used the Google URL Parameters, but didn't seem to work. My orderby pages still show up in Google and I have done this a long time ago:



I am using WooCommerce attributes to make these pages with WordPress.

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Courtney195

2 Comments

Sorted by latest first Latest Oldest Best

 

@Heady270

There are at least two solutions.

Use robots.txt

User-Agent: *
Disallow: *filtering=1*


or maybe just *filter*

Use Search Console URL Parameters:

Add the parameters to your Google Search Console account for the site. In this case they are "active parameters" and you want to set Google to crawl "No URLs". You can add the following parameters for that URL:


filter_hard-drive-type
filter_ram-capacity
filtering
filter_rating


If all your filter URLs use the filtering parameter, it should be enough to set just that one.

10% popularity Vote Up Vote Down


 

@Shakeerah822

I had the same conclusion, this section of the search console seems to be useless.

If those url are still reachable but you no more use those url (url migration) it will be easy : just use a 410 gone in your htaccess file and google will remove them after few times.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme