Questions
-
Mass 301s
Presuming your product pages sit under a /products/ subfolder, you could use this code in your htaccess file: RewriteRule ^products/(.*)$ /anotherdirectory/$1 [R=301,NC,L] Or to redirect all to the homepage: RewriteRule ^products/(.*)$ /$1 [R=301,NC,L] Obviously you can change the words "products" and "anotherdirectory" to whatever is applicable to you. For more info on htaccess redirection you can read the Moz guide here.
Technical SEO Issues | | TomRayner0 -
So weird sudden drop in rankings
Its not a new website (3 and half years) we think its 301s on our product lines (200 URLS) whats the quickest way to deal with 301s - dont want to be writing up a spreadsheet of every url that we stick into htaccess file!
Technical SEO Issues | | Kennelstore0