Our 404s in GWT has spiked in the last couple of months, and Google has been seeing hundreds of errors of this kind:
www.URL.com/category/page/196?nomobile
www.URL.com/category/page/197?nomobile
www.URL.com/category/page/198?nomobile
www.URL.com/category/page/199?nomobile
www.URL.com/category/page/200?nomobile
www.URL.com/category/page/201?nomobile
www.URL.com/category/page/202?nomobile
www.URL.com/category/page/203?nomobile
www.URL.com/category/page/204?nomobile
Instead of writing 500+ redirects in my .htaccess file, I think this can be handled by writing a redirect rule. Unfortunately, I don't know how to write rules in htaccess files. I want these 404s as GWT reports to be gone and instead redirect to www.URL.com/category
I'd greatly appreciate it if someone could help me craft the rewrite rules for the above
Thanks