Skip Navigation

Feature Requests

Apache::Filter compatability

Atom

Bouncing email newsletters

File listing box

Google Sitemaps

Groups Integration

Sign up

If you sign up for an account on this web site you can customise elements of this site and subscribe to an email newsletter.

If you have an account on this web site you may login.

If you have an account on this site but have forgotten your user name and / or your password then you can request an account reminder email.

Google Sitemaps

Google supports sitemaps:

https://www.google.com/webmasters/sitemaps/docs/en/about.html

It's an XML format for listing pages on a site, it should be fairly easy to generate this with petal, it's a simple format, eg:

<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.google.com/schemas/sitemap/0.84">
 <url>
    <loc>http://www.yoursite.com/</loc>
    <lastmod>2005-01-01</lastmod>
 </url>
 <url>
    <loc>http://www.yoursite.com/foo/</loc>
    <lastmod>2004-12-23</lastmod>
 </url>
</urlset>

https://www.google.com/webmasters/sitemaps/docs/en/protocol.html

We might as well do this as /.sitemap.xml and perhaps a plain text version would make sense:

https://www.google.com/webmasters/sitemaps/docs/en/faq.html#s9

What is a bit odd is that you have to sumbit the sitemap to google, they don't seem to intend to find them themselves:

https://www.google.com/webmasters/sitemaps/docs/en/faq.html#s4

This was posted to MKDoc-dev:

http://permalink.gmane.org/gmane.comp.cms.mkdoc.devel/285

<< | Up | >>

This document was last modified by Chris Croome on 2005-06-08 03:54:48
MKDoc Ltd., 31 Psalter Lane, Sheffield, S11 8YL, UK.
Copyright © 2001-2005 MKDoc Ltd.