[google-appengine] Re: The sitemap file

2009-04-20 Thread 风笑雪
- url: /sitemap.xml static_files: XML/sitemap.xml upload: XML/sitemap.xml # and XML should be a static_dir: - url: /XML # or some other path static_dir: XML 2009/4/18 cabhishek cabhis...@gmail.com Hi, I am stuck with same problem.. i created a static handler - url: /sitemap.xml

[google-appengine] Re: The sitemap file

2009-04-13 Thread 风笑雪
You need put a static file in a static dir, just like this: - url: /robots.txt # Note: you can change its path static_files: static/robots.txt upload: static/robots.txt - url: /static static_dir: static And put your robots.txt in the static folder. 2009/4/13 Nora

[google-appengine] Re: The sitemap file

2009-04-13 Thread Wooble
On Apr 13, 7:55 am, Nora noorhanab...@yahoo.co.uk wrote: Hello, I want my application to be indexed by the google crawler quickly.  I used the automatic sitemap generator to produce one.  I copied my sitemap.xml to my account and added a static handler in my app.yaml file. - url: /