![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
|
From reading what Google says about designing your site for the user and not the engine is that really the case? I find this all very |
#2
| |||
| |||
|
|
With regards to having multiple domains and one site. I saw a few posts about having one domain pointing at the site and then redirecting all the other domains to that main domain. Is that right? |
|
What about the http://url vs http://www.url? Should that be redirected to the main version too? |
#3
| ||||
| ||||
|
|
"JDL" <whatchoogot (AT) hotmail (DOT) com> wrote: With regards to having multiple domains and one site. I saw a few posts about having one domain pointing at the site and then redirecting all the other domains to that main domain. Is that right? I see no point into that, other then when you want to secure alternative spellings. |
|
What about the http://url vs http://www.url? Should that be redirected to the main version too? you mean: http://example.com/ and http://www.example.com/ |
|
Technically www is a subdomain. It was one day used because the www server was a different machine compared to the ftp server, the mail server, etc. And hence the subdomain had it's own IP address, and it was easier to see which machine was having troubles. Nowadays, with virtual hosting, one machine can host many, many domains, and I see no need for the www prefix. It's hard to pronounce in several languages, and it has 0 use, so I redirect the www subdomain to the main domain, also to combine the page rank of the subdomain and the domain. |
|
-- John Googlebot Stats: http://johnbokma.com/perl/googlebot-statistics.html |
#4
| |||
| |||
|
|
John Bokma wrote: "JDL" <whatchoogot (AT) hotmail (DOT) com> wrote: With regards to having multiple domains and one site. I saw a few posts about having one domain pointing at the site and then redirecting all the other domains to that main domain. Is that right? I see no point into that, other then when you want to secure alternative spellings. The organization has secured some other domains that are related to specific off-line marketing initiatives is why. They also have secured the French spellings for thos domains and intend to have the main page be a Splash screen with an language option (this is mandatory for where we live...it's part of the Languages Act). What about the http://url vs http://www.url? Should that be redirected to the main version too? you mean: http://example.com/ and http://www.example.com/ Yup, that's what I meant. Technically www is a subdomain. It was one day used because the www server was a different machine compared to the ftp server, the mail server, etc. And hence the subdomain had it's own IP address, and it was easier to see which machine was having troubles. Nowadays, with virtual hosting, one machine can host many, many domains, and I see no need for the www prefix. It's hard to pronounce in several languages, and it has 0 use, so I redirect the www subdomain to the main domain, also to combine the page rank of the subdomain and the domain. Thanks John. That makes sense. What do you think would be the best strategy if a website has multiple domain names. -- John Googlebot Stats: http://johnbokma.com/perl/googlebot-statistics.html |
#5
| |||
| |||
|
|
To further elaborate on this there is also an issue with old pages that are no longer on the website. Is it best to just allow the 404 to come up, or should we detect where they are coming from and redirect them on to the new page? What's best practice for something like that? Thanks, J PS - I thought it would be OK to top post in this case. Is that ok? |
#6
| |||
| |||
|
|
To further elaborate on this there is also an issue with old pages that are no longer on the website. Is it best to just allow the 404 to come up, or should we detect where they are coming from and redirect them on to the new page? What's best practice for something like that? Thanks, J PS - I thought it would be OK to top post in this case. Is that ok? JDL wrote: John Bokma wrote: "JDL" <whatchoogot (AT) hotmail (DOT) com> wrote: With regards to having multiple domains and one site. I saw a few posts about having one domain pointing at the site and then redirecting all the other domains to that main domain. Is that right? I see no point into that, other then when you want to secure alternative spellings. The organization has secured some other domains that are related to specific off-line marketing initiatives is why. They also have secured the French spellings for thos domains and intend to have the main page be a Splash screen with an language option (this is mandatory for where we live...it's part of the Languages Act). What about the http://url vs http://www.url? Should that be redirected to the main version too? you mean: http://example.com/ and http://www.example.com/ Yup, that's what I meant. Technically www is a subdomain. It was one day used because the www server was a different machine compared to the ftp server, the mail server, etc. And hence the subdomain had it's own IP address, and it was easier to see which machine was having troubles. Nowadays, with virtual hosting, one machine can host many, many domains, and I see no need for the www prefix. It's hard to pronounce in several languages, and it has 0 use, so I redirect the www subdomain to the main domain, also to combine the page rank of the subdomain and the domain. Thanks John. That makes sense. What do you think would be the best strategy if a website has multiple domain names. -- John Googlebot Stats: http://johnbokma.com/perl/googlebot-statistics.html |
#7
| |||
| |||
|
|
On 6 Jun 2006 11:47:58 -0700, "JDL" <whatchoogot (AT) hotmail (DOT) com> wrote: No. BB To further elaborate on this there is also an issue with old pages that are no longer on the website. Is it best to just allow the 404 to come up, or should we detect where they are coming from and redirect them on to the new page? What's best practice for something like that? Thanks, J PS - I thought it would be OK to top post in this case. Is that ok? JDL wrote: John Bokma wrote: "JDL" <whatchoogot (AT) hotmail (DOT) com> wrote: With regards to having multiple domains and one site. I saw a few posts about having one domain pointing at the site and then redirecting all the other domains to that main domain. Is that right? I see no point into that, other then when you want to secure alternative spellings. The organization has secured some other domains that are related to specific off-line marketing initiatives is why. They also have secured the French spellings for thos domains and intend to have the main page be a Splash screen with an language option (this is mandatory for where we live...it's part of the Languages Act). What about the http://url vs http://www.url? Should that be redirected to the main version too? you mean: http://example.com/ and http://www.example.com/ Yup, that's what I meant. Technically www is a subdomain. It was one day used because the www server was a different machine compared to the ftp server, the mail server, etc. And hence the subdomain had it's own IP address, and it was easier to see which machine was having troubles. Nowadays, with virtual hosting, one machine can host many, many domains, and I see no need for the www prefix. It's hard to pronounce in several languages, and it has 0 use, so I redirect the www subdomain to the main domain, also to combine the page rank of the subdomain and the domain. Thanks John. That makes sense. What do you think would be the best strategy if a website has multiple domain names. -- John Googlebot Stats: http://johnbokma.com/perl/googlebot-statistics.html |
#8
| |||
| |||
|
|
On Tue, 06 Jun 2006 21:16:30 GMT, Big Bill <kruse (AT) cityscape (DOT) co.uk wrote: You see my point? It's difficult to follow the existing thread. BB On 6 Jun 2006 11:47:58 -0700, "JDL" <whatchoogot (AT) hotmail (DOT) com> wrote: No. BB To further elaborate on this there is also an issue with old pages that are no longer on the website. Is it best to just allow the 404 to come up, or should we detect where they are coming from and redirect them on to the new page? What's best practice for something like that? H A Thanks, H J ! PS - I thought it would be OK to top post in this case. Is that ok? YOU THOUGHT THAT WAS DIFFICULT? JDL wrote: John Bokma wrote: "JDL" <whatchoogot (AT) hotmail (DOT) com> wrote: With regards to having multiple domains and one site. I saw a few posts about having one domain pointing at the site and then redirecting all the other domains to that main domain. Is that right? I see no point into that, other then when you want to secure alternative spellings. The organization has secured some other domains that are related to specific off-line marketing initiatives is why. They also have secured the French spellings for thos domains and intend to have the main page be a Splash screen with an language option (this is mandatory for where we live...it's part of the Languages Act). HOW ABOUT THIS? What about the http://url vs http://www.url? Should that be redirected to the main version too? you mean: http://example.com/ and http://www.example.com/ Yup, that's what I meant. Technically www is a subdomain. It was one day used because the www server was a different machine compared to the ftp server, the mail server, etc. And hence the subdomain had it's own IP address, and it was easier to see which machine was having troubles. Nowadays, with virtual hosting, one machine can host many, many domains, and I see no need for the www prefix. It's hard to pronounce in several languages, and it has 0 use, so I redirect the www subdomain to the main domain, also to combine the page rank of the subdomain and the domain. Thanks John. That makes sense. What do you think would be the best strategy if a website has multiple domain names. -- John Googlebot Stats: http://johnbokma.com/perl/googlebot-statistics.html |
#9
| |||
| |||
|
|
On Tue, 06 Jun 2006 21:16:30 GMT, Big Bill <kruse (AT) cityscape (DOT) co.uk wrote: You see my point? It's difficult to follow the existing thread. BB |
#10
| |||
| |||
|
|
It appears I am not the only one to bitch.:-) |
![]() |
| Thread Tools | |
| Display Modes | |
| |