Ask a Question related to PHP Development, Design and Development.
-
John Rigler #1
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. [url]http://site.com/page.php/3.html[/url]
2. [url]http://site.com/page.php/3[/url]
Do either of these have a better chance of getting cataloged than:
3. [url]http://site.com/page.php?id=3[/url]
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: [url]http://www.google.com/webmasters/2.html[/url])
A related links:
[url]http://www.webmasterworld.com/forum5/4011.htm[/url]
John Rigler Guest
-
Datagrid Sort problem with Dynamic
I have a datagrid on an asp page defined as follows: <asp:datagrid id="DataGrid1" runat="server" BackColor="DeepSkyBlue" BorderStyle="Ridge"... -
Sort not firing PostBack event using Dynamic Columns
I am having a problem with the DataGrid control and sorting, and have found it's realted to if you use dynamic columns or not. If I set the columns... -
dynamic time/date variable to sort records by
I posted a question on this some months ago but didn't get a good answer. I have a very basic personal weblog on my website using a PHP script and... -
Ado sort error-Ado Sort -Relate, Compute By, or Sort operations cannot be done on column(s) whose key length is unknown or exceeds 10 KB.
Ado Sort -Relate, Compute By, or Sort operations cannot be done on column(s) whose key length is unknown or exceeds 10 KB. hi, guys i have asp... -
Sound cue points and Bias Peak
Hi, I have a project coming up that will require using cue points to synchronize media. The project was previously done in Director 7 on the Mac... -
Milambar #2
Re: What is considered dynamic and what sort of bias does googlehave against it
John Rigler wrote:
Take a look at apache's mod_rewrite.>
> 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. [url]http://site.com/page.php/3.html[/url]
> 2. [url]http://site.com/page.php/3[/url]
>
> Do either of these have a better chance of getting cataloged than:
>
> 3. [url]http://site.com/page.php?id=3[/url]
>
> 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: [url]http://www.google.com/webmasters/2.html[/url])
>
>
> A related links:
>
> [url]http://www.webmasterworld.com/forum5/4011.htm[/url]
>
>
It basically lets you use urls like [url]http://www.example.org/script/1[/url], and
remaps them internally to [url]http://www.example.org/script.php?q=1[/url], so
dynamic content appears static.
But, it *IS* rather hard to configure correctly, but it is *VERY* useful
once you tame the wee beast.
Milambar Guest



Reply With Quote

