Ah the world wide web… the old www. So many factors to consider when developing web applications, especially if you’re used to developing in a relatively simple research environment.
One thing you will think about is how to get Google to include your page in it’s searchers (i.e., get indexed). To do this, we’ll submit a sitemap
to Google. Basically a sitemap lists the links that you want Google to start indexing (so other people can find it when they search the web).
If you’re using WordPress, this is pretty simple, and you can just download a plugin and skip to the last step below (step 6).
However, if you’re using Google App Engine to run your site, then you need to do a few more steps. So here’s instructions for how to do this.
Continue reading “How to upload sitemap.xml to google app engine”