What is considered dynamic and what sort of bias does google haveagainst it

This is a discussion on What is considered dynamic and what sort of bias does google haveagainst it within the alt.comp.lang.php forums, part of the PHP Programming Forums category; If google has a specific bias against cataloging dynamic pages, then I am interested in creating dynamic pages that appear ...


Go Back   Usenet Forums > PHP Programming Forums > alt.comp.lang.php

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 04-27-2004
John Rigler
 
Posts: n/a
Default What is considered dynamic and what sort of bias does google haveagainst it


If google has a specific bias against cataloging dynamic pages, then I
am interested in creating dynamic pages that appear to be static. Some
examples that come to mind would be:

1. http://site.com/page.php/3.html
2. http://site.com/page.php/3

Do either of these have a better chance of getting cataloged than:

3. http://site.com/page.php?id=3

I have seen examples of #2 and #3 cataloged, although google literature
seems to discourage 'dynamic content'. What specifically does this mean:

1. Reasons your site may not be included.

* Your pages are dynamically generated. We are able to index
dynamically generated pages. However, because our web crawler can easily
overwhelm and crash sites serving dynamic content, we limit the amount
of dynamic pages we index.

( from: http://www.google.com/webmasters/2.html)


A related links:

http://www.webmasterworld.com/forum5/4011.htm


Reply With Quote
  #2 (permalink)  
Old 04-29-2004
Milambar
 
Posts: n/a
Default Re: What is considered dynamic and what sort of bias does googlehave against it

John Rigler wrote:

>
> If google has a specific bias against cataloging dynamic pages, then I
> am interested in creating dynamic pages that appear to be static. Some
> examples that come to mind would be:
>
> 1. http://site.com/page.php/3.html
> 2. http://site.com/page.php/3
>
> Do either of these have a better chance of getting cataloged than:
>
> 3. http://site.com/page.php?id=3
>
> I have seen examples of #2 and #3 cataloged, although google literature
> seems to discourage 'dynamic content'. What specifically does this mean:
>
> 1. Reasons your site may not be included.
>
> * Your pages are dynamically generated. We are able to index
> dynamically generated pages. However, because our web crawler can easily
> overwhelm and crash sites serving dynamic content, we limit the amount
> of dynamic pages we index.
>
> ( from: http://www.google.com/webmasters/2.html)
>
>
> A related links:
>
> http://www.webmasterworld.com/forum5/4011.htm
>
>

Take a look at apache's mod_rewrite.

It basically lets you use urls like http://www.example.org/script/1, and
remaps them internally to http://www.example.org/script.php?q=1, so
dynamic content appears static.

But, it *IS* rather hard to configure correctly, but it is *VERY* useful
once you tame the wee beast.
Reply With Quote
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 12:11 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0