Sitemap does need to be an xml file, however, you need to tell GAE
that its a static file by include a statement similar to this one in
your app.yaml

- url: /sitemap
  static_files: sitemap
  upload: sitemap

Replace sitemap with sitemap.xml, if needed.

On Apr 4, 1:01 pm, Nora <[email protected]> wrote:
> Hello,
> I need to develop a sitemap for my application.  I understand that it
> is an xml file.  Do I add a link to this file in my website.  I keep
> getting that google crawler is unable to find this sitemap.xml in my
> application.  I created the file autmoatically using google tools and
> just left it with the rest of the files....Could anyone please let me
> know how to handle this sitemap file?
>
> Thank you very much.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to