Forum Moderators: rogerd & travelin cat

Message Too Old, No Replies

Redirecting old url parameters to Wordpress blog

         

onlinesource

4:34 am on Sep 26, 2014 (gmt 0)

10+ Year Member Top Contributors Of The Month



Not sure if this is best suited for this forum or the SEO forum. Anyway, years ago I used an open source php shopping cart that was built with urls such as:

/index.php?target=categories&category_id=508

Eventually the cart started to use SEO friendly urls and that url for instance become /stuff.html.

Well, when the new cart first launched I had their developers create me a special 301 redirect list to point all of the old urls like /index.php?target=categories&category_id=508 to their new homes, ie: /stuff.html.

The list was working great and I was getting all of my old traffic.

Then one day they updated the cart and the 301 list stopped working. They had no solution.

I just ignored it but I notice that I lost a ton of backlink juice around the time the cart stop accepting the redirects.

Now, I am using Wordpress (got rid of the old cart awhile back). BUT how can I recapture those old backlinks? I have tried redirect plugins but they do not understand my old urls.

I want to send people to my new site, the right way.

I was Googling some of my old urls tonight and a lot are still live on message board discussions that relate to my products and services.

I really want to recapture these. Does anybody know of the best way to handle this?

not2easy

5:33 am on Sep 26, 2014 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



Your 301 can be handled using htaccess, you might have better luck looking for help in the Apache Forum: [webmasterworld.com...] Try a search with the link in the top menu and you may find dozens of similar situations. If you can't get them to work for you, there's help.

lorax

11:36 am on Sep 26, 2014 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Did you try the Redirection plugin? I've used it pretty extensively and it accepts REGEX for the URLs. Otherwise, you could manually edit the htaccess file, just make sure your redirects occur after the WordPress block.

phranque

7:39 pm on Sep 26, 2014 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



you generally want your external redrects before the internal rewrites so that would be before the WordPress block.

lorax

9:53 pm on Sep 26, 2014 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



:o You're correct phranque - my bad. Before!

phranque

6:33 pm on Sep 27, 2014 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



the guiding concept is to prevent external exposure of internal URLs.

lorax

6:03 pm on Sep 29, 2014 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Right but I was thinking the permalinks needed to be established before you redirected the user to a WP resource.