While checking my indexed pages in Google and Bing. i have found below links in search engine index listing. i am getting 404 errors in google webmaster tools. i got wordpress i
Majority of your bad URLs can be permanently redirected to correct one with this rule:
RewriteEngine On RewriteCond %{QUERY_STRING} ^.+$ RewriteRule ^(page/[0-9]+/).*$ /$1? [L,NC,R=301]