Skip to content

Commit

Permalink
README improved
Browse files Browse the repository at this point in the history
  • Loading branch information
sasuw committed Sep 15, 2020
1 parent 8424753 commit 0b207cf
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,29 @@ option (or -l for short). This creates alternate language references in the site

### Example of sitemap.xml produced by camilla

<?xml version="1.0"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml">
<url>
<loc>https://example.com/de/index.html</loc>
<lastmod>2020-09-13</lastmod>
</url>
<url>
<loc>https://example.com/index.html</loc>
<lastmod>2020-09-13</lastmod>
</url>
<url>
<loc>https://example.com/en/index.html</loc>
<lastmod>2020-09-13</lastmod>
</url>
<url>
<loc>https://example.com/fi/index.html</loc>
<lastmod>2020-09-13</lastmod>
</url>
</urlset>


### Example of sitemap.xml produced by camilla when running with --baseDirContainsLanguageDirs option

<?xml version="1.0"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml">
<url>
Expand Down

0 comments on commit 0b207cf

Please sign in to comment.