the search engine doesn't know the difference between a static and dynamic page. it sees the same thing. the only difference might be if there are a lot of variables getting passed in the URL. you can name your zope pages whatever you want, something.html, nantoka.asp. basically the only one you can't control is index_html and i understand that that requirement will change soon. regards, george donnelly http://zettai.net/ zettai: zope hosting and dynamic websites
From: "HT" <htan@gmx.de>
thanks George, you are right!. There are a lot of search engine that are only looking for static pages (this is what my friend mentioned to me). So, in order to let the search engine find the content of his website, he developed an engine to create static page for each of his dynamic page.
He has an interesting and high rating website: http://www.pervan.de/
As Zope doesn't provide html extension, I was only wondering whether there is such solution.