Projet

Général

Profil

Paste
Télécharger (914 octets) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / modules / feeds / tests / feeds / sitemap-example.xml @ 41cc1b08

1
<?xml version="1.0" encoding="UTF-8"?>
2
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
3
   <url>
4
      <loc>http://www.example.com/</loc>
5
      <lastmod>2005-01-01</lastmod>
6
      <changefreq>monthly</changefreq>
7
      <priority>0.8</priority>
8
   </url>
9
   <url>
10
      <loc>http://www.example.com/catalog?item=12&amp;desc=vacation_hawaii</loc>
11
      <changefreq>weekly</changefreq>
12
   </url>
13
   <url>
14
      <loc>http://www.example.com/catalog?item=73&amp;desc=vacation_new_zealand</loc>
15
      <lastmod>2004-12-23</lastmod>
16
      <changefreq>weekly</changefreq>
17
   </url>
18
   <url>
19
      <loc>http://www.example.com/catalog?item=74&amp;desc=vacation_newfoundland</loc>
20
      <lastmod>2004-12-23T18:00:15+00:00</lastmod>
21
      <priority>0.3</priority>
22
   </url>
23
   <url>
24
      <loc>http://www.example.com/catalog?item=83&amp;desc=vacation_usa</loc>
25
      <lastmod>2004-11-23</lastmod>
26
   </url>
27
</urlset>