Quick way to do it would be to spider your site with an offline browser and then put that site up in a subdirectory, change your index file to redirect to your site via javascript and place the static html page hidden from browsers, but not from spiders. Completely legal as long as you follow the search engines guidelines. I think it is legal if you do it like a framed page. Also place javascript redirects to their cooresponding dynamic pages. The javascript redirects are invisible to spiders.


From: "Veniamin Goldin" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Subject: Re: [PHP] dynamic -> static
Date: Wed, 8 Oct 2003 10:09:11 +0100

The problem is actually that search engines poorly indexes dynamic content
sites, so I looking for solution to produce static pages with static links
from all dynamic content being formed on the fly.

----- Original Message -----
From: "Ryan Thompson" <[EMAIL PROTECTED]>
To: "Veniamin Goldin" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Wednesday, October 08, 2003 7:46 AM
Subject: Re: [PHP] dynamic -> static


Do you mean something like taking a snapshot of the CMS every 24 hours or so??

If I understand you right you might want to look at a different language
like perl or shell scripting. I would think they'd be more useful for that
sort of thing.


On Wednesday 08 October 2003 03:56, Veniamin Goldin wrote: > Dear All, > > Does anybody have any solutions, which makes possible to produce static > pages of all dynamic cms once a day and can be easily integrated into > already made site? > > > Thank you.

--
Ryan Thompson
[EMAIL PROTECTED]
http://osgw.sourceforge.net
==============================
"A computer scientist is someone who fixes
 things that aren't broken" --Unknown

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


_________________________________________________________________
MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*. http://join.msn.com/?page=features/virus


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to