Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
Discussions > Crawling, indexing, and ranking > I thought this was bad practice.
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  2 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
burchman519  
View profile  
 More options Sep 4 2007, 1:28 pm
From: burchman519
Date: Tue, 04 Sep 2007 17:28:08 -0000
Local: Tues, Sep 4 2007 1:28 pm
Subject: I thought this was bad practice.
When doing a redirect check on http://google.com I get the following
results.

Results of the http://oyoy.eu/ server-headers test
Tested at 04.09.2007 17:25:22 / from 68.167.130.195:

URL=http://google.com
Result code: 301 (MovedPermanently / Moved Permanently)
New location: http://www.google.com/

URL=http://www.google.com/
Result code: 302 (Found / Found)
New location: http://www.google.ch/

URL=http://www.google.ch/
Result code: 200 (OK / OK)

http://oyoy.eu/page/headers/?url=http%3a%2f%2fgoogle.com

I thought doing a 302 was no good.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Sebastian  
View profile  
 More options Sep 4 2007, 3:22 pm
From: Sebastian
Date: Tue, 04 Sep 2007 19:22:57 -0000
Local: Tues, Sep 4 2007 3:22 pm
Subject: Re: I thought this was bad practice.
The 301 makes sure that the user agent recognizes the canonical server
name. What follows is a perfect implementation of a soft redirect. The
geo targeting must use a 302 because the requested URL is google.com
and not google.ch, although you get that because John's tool is hosted
in Switzerland. The 302 makes sure that user agents keep the URL
(google.com) but render the redirect target (google.ch). Search
engines (shall) index the content of the landing page under the first
URL and that's perfectly ok, because tomorrow the 302 can point to
another piece of content on the same server or another one. If there
were no use for 302s then they wouldn't exist. They're not always bad,
just avoid them like the plague when you fix canonicalization issues,
move a resource and so on.
HTH
Sebastian

On Sep 4, 7:28 pm, burchman519 wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »