![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Supposedly, windows servers don't run on apache and thus can't use the apache rewrite functions. The result is that the only way to have "search engine friendly" URLs for a dynamically generated site is to use something called a "Custom 404 Handler". I guess what it does is takes the query string and, looking at certain characters in it, directs the user to the correct dynamic page. Check out this example: http://www.nutralife.com/supplements/pc/SAMe-400mg-30-tablets-2p59.htm You'll notice that it has some descriptive text in the URL. The problem, however, is this... I can change the URL as much as I want, so long as I maintain the characters at the very end of the URL. For example: http://www.nutralife.com/allcompletejibberishdoesntmatteratall-2p59.htm I'm worried that this will lead to duplicated results in the search engines, specifically google, and will end up harming the ranking of my site (nutralife is not my site). Take a look at the way apache (running on a linux server) does it: http://www.balance-your-hormones.com/hormone-test/hormone-test.html Still a dynamic page, but there is no need for those numbers "2p59" or similar, at the end of the URL. Is this a big deal? Is it worth looking at a linux server running apache over a windows server for this reason? |
|
I ask because my company is looking at purchasing an expensive piece of e-commerce software that uses ASP and is only compatible with windows servers. However, one of our primary goals is search engine friendliness, especially with google. If these "Custom 404 redirect" |
|
pages are going to harm our search engine rankings, then this software is not what we're looking for. |
#3
| ||||
| ||||
|
|
Supposedly, windows servers don't run on apache and thus can't use the apache rewrite functions. |
|
The result is that the only way to have "search engine friendly" URLs for a dynamically generated site is to use something called a "Custom 404 Handler". I guess what it does is takes the query string and, looking at certain characters in it, directs the user to the correct dynamic page. Check out this example: http://www.nutralife.com/supplements/pc/SAMe-400mg-30-tablets-2p59.htm You'll notice that it has some descriptive text in the URL. The problem, however, is this... I can change the URL as much as I want, so long as I maintain the characters at the very end of the URL. For example: http://www.nutralife.com/allcompletejibberishdoesntmatteratall- 2p59.htm I'm worried that this will lead to duplicated results in the search engines, specifically google, and will end up harming the ranking of my site (nutralife is not my site). |
|
Take a look at the way apache (running on a linux server) does it: http://www.balance-your-hormones.com/hormone-test/hormone-test.html Still a dynamic page, but there is no need for those numbers "2p59" or similar, at the end of the URL. |
|
Is this a big deal? Is it worth looking at a linux server running apache over a windows server for this reason? I ask because my company is looking at purchasing an expensive piece of e-commerce software that uses ASP and is only compatible with windows servers. However, one of our primary goals is search engine friendliness, especially with google. If these "Custom 404 redirect" pages are going to harm our search engine rankings, then this software is not what we're looking for. I can provide specific information if necessary. All of your input is appreciated ![]() |
![]() |
| Thread Tools | |
| Display Modes | |
| |