![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
will actually be followed by the engines? http://www.foo.co.uk/document.aspx?id=yada.htm I'm thinking that big bad session id is going to upset them. But I'd like some input in case there's some dumb thing I'm overlooking. |
#3
| |||
| |||
|
|
will actually be followed by the engines? http://www.foo.co.uk/document.aspx?id=yada.htm |
#4
| |||
| |||
|
|
will actually be followed by the engines? http://www.foo.co.uk/document.aspx?id=yada.htm I'm thinking that big bad session id is going to upset them. But I'd like some input in case there's some dumb thing I'm overlooking. |
#5
| |||
| |||
|
|
Big Bill wrote: will actually be followed by the engines? http://www.foo.co.uk/document.aspx?id=yada.htm Yes, they will be followed. However, some search engines can "see" URLs (similar?) to the above as being a dynamic page, and hence will spider it less frequently. |
#6
| |||
| |||
|
|
On 17 Nov 2004 21:20:44 GMT, John Bokma <postmaster (AT) castleamber (DOT) com wrote: Big Bill wrote: will actually be followed by the engines? http://www.foo.co.uk/document.aspx?id=yada.htm Yes, they will be followed. However, some search engines can "see" URLs (similar?) to the above as being a dynamic page, and hence will spider it less frequently. Suppose you had breadcrumb links like that then, how deep would an engine go? |
#7
| |||
| |||
|
|
Big Bill wrote: will actually be followed by the engines? http://www.foo.co.uk/document.aspx?id=yada.htm I'm thinking that big bad session id is going to upset them. But I'd like some input in case there's some dumb thing I'm overlooking. http://tinyurl.com/62ts5 tests for .asp?id= (27m+ results) also http://www.google.com/webmasters/facts.html quote Fiction: Sites are not included in Google's index if they use ASP (or some other non-html file-type.) Fact: At Google, we are able to index most types of pages and files with very few exceptions. File types we are able to index include: pdf, asp, jsp, hdml, shtml, xml, cfm, doc, xls, ppt, rtf, wks, lwp, wri, swf. /quote So yes. However, from an optimisation p.o.v. you might want to restrict the number of variables to two or less. i.e. .asp?id=yada&qid=159 rather than .asp?id=yada&qid=159&goto=abcde The best approach, would be to use mod rewrite on Apache or search for iis rewrite for the equiv on windows i.e. http://www.isapirewrite.com/ That way, the url could become .asp/yada.html or .asp/penguin/page.html or even .foo/penguin/cute-penguin-chicks.html |
#8
| |||
| |||
|
|
Big Bill wrote: On 17 Nov 2004 21:20:44 GMT, John Bokma <postmaster (AT) castleamber (DOT) com wrote: Big Bill wrote: will actually be followed by the engines? http://www.foo.co.uk/document.aspx?id=yada.htm Yes, they will be followed. However, some search engines can "see" URLs (similar?) to the above as being a dynamic page, and hence will spider it less frequently. Suppose you had breadcrumb links like that then, how deep would an engine go? You mean is something like: a/b/c/d/e/f/g/h/i.asp&id=xxxx spidered? Sure. What I understand from what I read some time ago on Google is that what Googlebot sees as a dynamic page (or pages) is just spidered a bit slower since it can upset a site (database connections without pooling, a site that uses some heavy algorithm to create the pages, etc). Since there is no way that Google can see if a page is dynamic or not, they go for a few simple rules, and one is id=somenumber afaik/iirc. So the webmaster has some control over the spiderspeed. If you want it not too fast, use URLs that triggers one of Googles "this is a dynamic page" rule. Otherwise use mod_rewite, and hide the fact :-) Or at least, that is how I explain things, they might be wrong. |
#9
| |||
| |||
|
|
will actually be followed by the engines? http://www.foo.co.uk/document.aspx?id=yada.htm I'm thinking that big bad session id is going to upset them. |
#10
| |||
| |||
|
|
will actually be followed by the engines? http://www.foo.co.uk/document.aspx?id=yada.htm I'm thinking that big bad session id is going to upset them. But I'd like some input in case there's some dumb thing I'm overlooking. |
![]() |
| Thread Tools | |
| Display Modes | |
| |