Advertisement
wclendining

SampleSitemapXML

Nov 29th, 2015
409
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.92 KB | None | 0 0
  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>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement