SEO Class in Chicago, IL
Learn How To Optimize Your Website on July 26, 2013
High Rankings is offering a 1-day customized SEO training class in Chicago. Class size is limited so please sign-up now if you want in!
Are you a Google Analytics enthusiast?
Share and download Custom Google Analytics Reports, dashboards and advanced segments--for FREE!

www.CustomReportSharing.com
From the folks who brought you High Rankings!
More SEO Content
Redirect A Site Cleanly Without A 301
#1
Posted 04 February 2004 - 03:54 PM
What is an alternative way to redirect users and search engines in a clean way?
thanks!
PS: the site has been switched for over two years now but it's the old site that shows up first in Google not the new one. It's a real pain. There's no content on the pages of the old site just a "we have moved" message with the new URL. There's a listing for the old and new site in dmoz but only the old site's description is accurate not the new one. I've tried numereous times to contact dmoz about switching the descriptions and deleting the old listing but to no avail. because of this I've been reluctant to junk the old site altogether.
#2
Posted 04 February 2004 - 04:10 PM
You might also put a robots meta tag of "noindex, follow" on the page.
#3
Posted 04 February 2004 - 04:33 PM
<META HTTP-EQUIV=Refresh CONTENT="5; URL=http://www.domain.com/">
<HEAD>
#4
Posted 04 February 2004 - 05:39 PM
<HEAD>
<META HTTP-EQUIV=Refresh CONTENT="5; URL=http://www.domain.com/">
<HEAD>
I've been told that this is a technic often used by spammers to redirect and mislead users and as such it's not very well appreciated by google. Any idea about that ?
#5
Posted 04 February 2004 - 06:09 PM
However, if you don't have access to a server redirect, a client-side redirect is your only choice. As long as the content on your page is not spam and the refresh rate allows the visitor a chance to see it (note it's set to 5 seconds in my example), it's *highly* unlikely to cause you any problems.
It doesn't really solve your problem, though, either. Bob's solution would be much better, IF you can get the host to comply.
#6
Posted 04 February 2004 - 11:47 PM
Ian
#7
Posted 05 February 2004 - 12:29 AM
I really think the advice about meta refresh being a big problem is old info, and probably not as accurate as it once was. I mean, what's the dif. They can use .htaccess too! (And from what I understand, they do!)
Jill
#8
Posted 05 February 2004 - 08:46 AM
#9
Posted 05 February 2004 - 08:53 AM
<?php
header("HTTP/1.1 301 Moved Permanently");
header("Location: http://www.newdomain.com/");
exit();
?>Just replace the old index page with that, point it over to your new domain and you're set as far as your index page goes.
The problem would come in with your additional pages, unless they happen to already have a .php extension. For those you'd be pretty much forced to use a JS or META redirect solution.
Maybe do something like put a line of text on the old sub-pages saying the site has been moved, then a META redirect back to the main index page which then throws the 301? Dunno about the SEO effects of a double redirect, I've never tried it that way. But at least that might help Google pick up that it's all at a totally different domain now.
#10
Posted 05 February 2004 - 12:03 PM
I would guess there are about as many spammers using Meta Refresh as there are using white text on white background. It's an old, old trick -- unless it's the first time you've heard it.Don't you guys think that the spammers have long since stopped using the meta refresh tag and are using .htaccess like the rest of us?
#11
Posted 06 February 2004 - 06:18 AM
#12
Posted 08 February 2004 - 05:19 AM
RewriteEngine on
RewriteCond %{HTTP_HOST} ^qs9000.com$
RewriteRule ^(.*)$ http://Elsmar.com [R] This is one of the ones I use. Clean. No errors - takes them right to my home page. You can set it up so that it will simply take out the old domain and put in the new domain and go right to the page it's looking for. For example, qs9000.com went live 5 January 1996. It's still in many links on other sites and in many search engine lists. If someone is searching for h ttp://qs9000.com/level2/cal_q1.html the rewrite engine will rewrite to h ttp://elsmar.com/level2/cal_q1.html
I have mine set up simply - a rewrite to my home page.
Do spammers do the same thing? Does significantly changing the currency (as the US has been doing for a few years now) stop counterfeiters? I don't think any of use will think of anything the spammers haven't.
#13
Posted 09 February 2004 - 08:42 AM
You can use Apache's rewrite mod in your httpd.conf file.
thanks for that but but as stated earlier I only have access to the html files on this free server from rcn.com I can't configure any server files. That is the problem. If I could I would just code a 301 redirect.
#14
Posted 09 February 2004 - 08:54 AM
My $0.02:
I think doing a redirect without 301 is a bad idea altogether (in your case). 301 tells spiders and browsers that the content has moved permanently and that they should update index / bookmarks accordingly. Meta refresh on the other hand informs just the visitor, but visitors usually don't care about that - they came to your place because they clicked on your link or found you in SE listing. You should work on changing the links your visitors use to get to your old domain, not on informing them that the page has moved.
So, how do you issue a 301?
1) use Apache's .htaccess or httpd.conf
2) use PHP
Both ways were described in previous posts (by randy & treemont). I'm not sure that the treemont's way issues 301 (and not 302) though - you'll have to surf the net to check it.
If your ISP won't let you do it, put your domain on another host and do it there. Don't go for the Meta Redirect because it doesn't tell the crawlers that the page was moved premanently.
If people keep coming to your redirect page, you can check their referrers to see where they came from and contact the site owners to update links, but this is only important if your old domain and the new one are hosted by different ISPs - if the old one crashes, the people won't be able to get to your page through old addresses even though the pages are there. If both domains are hosted by the same ISP it does not matter, since the pages won't be available anyway...
Enjoy, hope it helps.
Anze
#15
Posted 09 February 2004 - 08:57 AM
However, in the past, I've always seen that you need to eventually just bite the bullet and remove the old site in order to truly get your new site listed (if you can't do the 301).
So do the meta refresh for a month or two, then bite it, and delete the entire thing...
That's my recommendation.
Jill
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users









