We have updated our site recently; the old one had around 300 pages... the new one about 80 ;)
This because in the old structure we had, for every argument, many pages. Instead, now we have just one page with a 'summary'.
For example, the old structure about the 'car' argument was:
Now, we have just 1 page 'cars', with all inside.
Actually, I redirect all the sub-pages to the main one, with .htaccess 301 redirect:
Redirect 301 /cars-tires.php http://www.example.com/cars.php
Redirect 301 /cars-engines.php http://www.example.com/cars.php
Redirect 301 /cars-accessories.php http://www.example.com/cars.php
So we have many different (even if the main topic is the same) pages pointing on one page.
Do you think this is good for seo, or will be better redirect just the old main page and give a 404 not found to the old sub-pages?
This means that 301 redirects do not harm SEO performance or reduce the “PageRank” metrics associate with a page URL – though they are not crucial to search rankings either. All 300-level server-side redirects pass PageRank to the destination page (including 301 redirects as well as 302s, and 307s).
If you don't have external links that point to HTTP uppercase URLs, there is no reason to worry about whether multiple redirects will hurt SEO because search engines will rarely encounter the redirect chains.
Redirects are not bad for SEO, but — as with so many things — only if you put them in place correctly. A bad implementation might cause all kinds of trouble, from loss of PageRank to loss of traffic. Redirecting pages is a must if you make any changes to your URLs.
A 301 is used when a page has permanently changed location, and a 302 should be used if you intend to move the page back under the original URL in the future. In general, you should expect to use 301 redirects on your website.
It's much better to have the multiple 301s. You don't want your customers to see a 404.
There's no SEO penalty (that I'm aware of) for having multiple pages 301 to the same page.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With