![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I've read that search engines don't spider links to dynamically-generated pages, like this: http://www.mysite.com/products.asp?id=1 |
|
Are they able to spider links that are on a page via a server-side include? |
#3
| |||
| |||
|
#4
| |||
| |||
|
|
Are they able to spider links that are on a page via a server-side include? |
#5
| |||
| |||
|
|
"Win Day" <winday (AT) REMOVETHISwordsplus (DOT) net> wrote in message news:28rhlvsn32himejrlp9uk3i4fse851ha0h (AT) 4ax (DOT) com... I've read that search engines don't spider links to dynamically-generated pages, like this: http://www.mysite.com/products.asp?id=1 Are they able to spider links that are on a page via a server-side include? For example, if I want to put the code for all my navigation into a file called I used to have this problem for some of my sites, in particular, one I run for a UK Veterinary magazine. I solved the problem using Apache and mod_rewrite Although the real pages are www.site.com/news.php?id=100 The links in the site are to: www.site.com/news/100.html These are also accessable from the outside world, too. mod_rewrite automatically converts www.site.com/news/number.html to www.site.com/news.php?id=number Look up mod_rewrite in google, it really is a life saver! |
#6
| |||
| |||
|
|
Gazing into my crystal ball I observed "NorwichLad" <usenet (AT) periods (DOT) info writing in news:1062801286.79382.0 (AT) eunomia (DOT) uk.clara.net: "Win Day" <winday (AT) REMOVETHISwordsplus (DOT) net> wrote in message news:28rhlvsn32himejrlp9uk3i4fse851ha0h (AT) 4ax (DOT) com... I've read that search engines don't spider links to dynamically-generated pages, like this: http://www.mysite.com/products.asp?id=1 Are they able to spider links that are on a page via a server-side include? For example, if I want to put the code for all my navigation into a file called I used to have this problem for some of my sites, in particular, one I run for a UK Veterinary magazine. I solved the problem using Apache and mod_rewrite Although the real pages are www.site.com/news.php?id=100 The links in the site are to: www.site.com/news/100.html These are also accessable from the outside world, too. mod_rewrite automatically converts www.site.com/news/number.html to www.site.com/news.php?id=number Look up mod_rewrite in google, it really is a life saver! Mod_rewrite will not work on IIS servers, and the OP seems to be using IIS. |
#7
| |||
| |||
|
|
On Sat, 06 Sep 2003 01:44:12 GMT, Adrienne <arbpen (AT) sbcglobal (DOT) net wrote: Gazing into my crystal ball I observed "NorwichLad" usenet (AT) periods (DOT) info> writing in news:1062801286.79382.0 (AT) eunomia (DOT) uk.clara.net: "Win Day" <winday (AT) REMOVETHISwordsplus (DOT) net> wrote in message news:28rhlvsn32himejrlp9uk3i4fse851ha0h (AT) 4ax (DOT) com... I've read that search engines don't spider links to dynamically-generated pages, like this: http://www.mysite.com/products.asp?id=1 Are they able to spider links that are on a page via a server-side include? For example, if I want to put the code for all my navigation into a file called I used to have this problem for some of my sites, in particular, one I run for a UK Veterinary magazine. I solved the problem using Apache and mod_rewrite Although the real pages are www.site.com/news.php?id=100 The links in the site are to: www.site.com/news/100.html These are also accessable from the outside world, too. mod_rewrite automatically converts www.site.com/news/number.html to www.site.com/news.php?id=number Look up mod_rewrite in google, it really is a life saver! Mod_rewrite will not work on IIS servers, and the OP seems to be using IIS. Very true. Anybody know if there's sometihng similar for IIS? |
#8
| |||
| |||
|
|
Gazing into my crystal ball I observed Win Day winday (AT) REMOVETHISwordsplus (DOT) net> writing in news:chnilvk2uuhp5j4n6m7it5er7lf3k9adji (AT) 4ax (DOT) com: On Sat, 06 Sep 2003 01:44:12 GMT, Adrienne <arbpen (AT) sbcglobal (DOT) net wrote: Gazing into my crystal ball I observed "NorwichLad" usenet (AT) periods (DOT) info> writing in news:1062801286.79382.0 (AT) eunomia (DOT) uk.clara.net: "Win Day" <winday (AT) REMOVETHISwordsplus (DOT) net> wrote in message news:28rhlvsn32himejrlp9uk3i4fse851ha0h (AT) 4ax (DOT) com... I've read that search engines don't spider links to dynamically-generated pages, like this: http://www.mysite.com/products.asp?id=1 Are they able to spider links that are on a page via a server-side include? For example, if I want to put the code for all my navigation into a file called I used to have this problem for some of my sites, in particular, one I run for a UK Veterinary magazine. I solved the problem using Apache and mod_rewrite Although the real pages are www.site.com/news.php?id=100 The links in the site are to: www.site.com/news/100.html These are also accessable from the outside world, too. mod_rewrite automatically converts www.site.com/news/number.html to www.site.com/news.php?id=number Look up mod_rewrite in google, it really is a life saver! Mod_rewrite will not work on IIS servers, and the OP seems to be using IIS. Very true. Anybody know if there's sometihng similar for IIS? I haven't used it, but there's IIS Rewrite http://www.qwerksoft.com/products/iisrewrite/ . -- Adrienne Boswell Please respond to the group so others can share http://www.arbpen.com |
#9
| |||
| |||
|
|
Gazing into my crystal ball I observed Win Day winday (AT) REMOVETHISwordsplus (DOT) net> writing in news:chnilvk2uuhp5j4n6m7it5er7lf3k9adji (AT) 4ax (DOT) com: On Sat, 06 Sep 2003 01:44:12 GMT, Adrienne <arbpen (AT) sbcglobal (DOT) net wrote: Gazing into my crystal ball I observed "NorwichLad" usenet (AT) periods (DOT) info> writing in news:1062801286.79382.0 (AT) eunomia (DOT) uk.clara.net: "Win Day" <winday (AT) REMOVETHISwordsplus (DOT) net> wrote in message news:28rhlvsn32himejrlp9uk3i4fse851ha0h (AT) 4ax (DOT) com... I've read that search engines don't spider links to dynamically-generated pages, like this: http://www.mysite.com/products.asp?id=1 Are they able to spider links that are on a page via a server-side include? For example, if I want to put the code for all my navigation into a file called I used to have this problem for some of my sites, in particular, one I run for a UK Veterinary magazine. I solved the problem using Apache and mod_rewrite Although the real pages are www.site.com/news.php?id=100 The links in the site are to: www.site.com/news/100.html These are also accessable from the outside world, too. mod_rewrite automatically converts www.site.com/news/number.html to www.site.com/news.php?id=number Look up mod_rewrite in google, it really is a life saver! Mod_rewrite will not work on IIS servers, and the OP seems to be using IIS. Very true. Anybody know if there's sometihng similar for IIS? I haven't used it, but there's IIS Rewrite http://www.qwerksoft.com/products/iisrewrite/ . |
#10
| |||
| |||
|
|
If you are feeling brave you can move onto .NET and this includes a class for rewriting URL's. There are a number of articles floating about explaining how to use it. |
![]() |
| Thread Tools | |
| Display Modes | |
| |