Forum Moderators: phranque
Say I was wondering what the best and most straight forward method would be for redirecting about 100 "old" pages address to my homepage of the new site I will be working.
I purchased an established "domain" with some solid inbound links to pages that no longer exists ... and don't want to manually have to 301 each and every old address.
Is their a simply way to "catch all" ....?
Thanks for the help and ideas,
Brian
I must say, though, that I find the idea of saying that 100 pages have moved to one just one single place a tad distasteful. Usually I am doing a one-to-one mapping from one domain to another, preserving the original folder and file names in the redirect. That can be done with just two lines of code in the .htaccess file.
I am building a new site on an old domain, so I will not be using a 301 to point to a new domain.
Rather I am simply building a new site on an older domain that used to have a website. The domain has lots of inbound links and I don't want to loose any links once the new site is up and running.
I would like to be able to "save" any inbound links that the domain currently has, at the same time I would like to try to keep in googles good graces ....
What is my best bet?
Thanks ...
Bj
In Google's eyes, only those pages that actually replace the pages on the old site 'deserve' to retain their links; For the good of the Web, links should land on pages that fit the context and description of the links that point to them. In addition, redirecting a bunch of URLs to the exact same page puts you in jeopardy of tripping a duplicate-content filter. The search engines want one and only one unique URL per page of content, and see anything more as a waste of their time and resources... They act accordingly, applying filters, -30 'penalties', and other such measures as they see fit. They do 'forgive' a few multiple URLs --as they must because of messy, badly-constructed but still-useful sites-- but if you exceed whatever this month's threshold is, beware.
Jim