Forum Moderators: phranque
I 've been wondering, do these sites with gigantic page numbers use some kinda automata to generate these pages?
or
do they create a page for each user like, say a forums,
so that each page is static html rather than dynamic, generated for each request
ergo, a ,,, classifieds site could have as many pages as individual items available for sale
I 've been wondering, do these sites with gigantic page numbers use some kinda automata to generate these pages?
Yes, most everything is served from a database based on the query. You can literally build 5-10 template pages capable of generating millions of pages. The only limit is how many products are in the database. If you have 5,000,000 products, you can easily generate 5,000,000 pages.
But I guess you're saying that these sites actually generate a static html page which is fixed an unchanging thereafter?
No static pages, that's old school stuff.
No, these pages are generated dynamically on the fly based on the query. More like a virtual page. You need to build the core pages which contain the queries and then let the spiders do their thing from there.
For me it a nice middle ground that allows me to be a little more creative/inventive when building the pages from the database. Static pages also have a SE friendly url without the need for mod_rewrite for dynamic pages.
[edited by: PhraSEOlogy at 6:06 pm (utc) on July 7, 2006]
Then the 100,000 pages vamoose as soon as the spider is gone,
or perhaps, the way the spider works causes the individual pages to exist when it follows an internal path way,,, till it exits the website