Hi all! After playing around with Zope on my machine I am planning to convert one of my static sites to zope. All old static pages are well known to search engines like google. Will search engines also index a site running with zope or are there problems with dynamically produced pages? TIA juh -- Betreutes Saufen http://www.sudelbuch.de/2000/20000904.html
On 25 Jul 2001, Jan Ulrich Hasecke wrote:
Hi all!
After playing around with Zope on my machine I am planning to convert one of my static sites to zope. All old static pages are well known to search engines like google. Will search engines also index a site running with zope or are there problems with dynamically produced pages?
No one can tell if a page is dynamic or static, unless you have a URL like http://foo.com/cgi-bin/hello.pl or http://foo.com/map?id=4343. Some search engines ignore links w/ any GET variables, such as the latter example, but given the amount of session IDs, etc., being passed around, many do index these pages. -- Joel Burton <jburton@scw.org> Director of Information Systems, Support Center of Washington
On 25 Jul 2001, Jan Ulrich Hasecke wrote:
After playing around with Zope on my machine I am planning to convert one of my static sites to zope. All old static pages are well known to search engines like google. Will search engines also index a site running with zope or are there problems with dynamically produced pages?
The search engine doesn't know that the content is dynamic. Remember, the dynamism occurs on the server not at your browser. The search engines just catalog the HTML produced by Zope. Try putting "site:www.zope.org" as the first item in a google search followed by your search terms. It will search zope.org pretty nicely. -Tim -- Tim Wilson | Visit Sibley online: | Check out: Henry Sibley HS | http://www.isd197.org | http://www.zope.org W. St. Paul, MN | | http://slashdot.org wilson@visi.com | <dtml-var pithy_quote> | http://linux.com
participants (3)
-
Jan Ulrich Hasecke -
Joel Burton -
Timothy Wilson