Skip to content

Instantly share code, notes, and snippets.

@promediacorp
Last active June 23, 2017 18:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save promediacorp/a8f34a86fe157c8e46fd71983b1e01bd to your computer and use it in GitHub Desktop.
Save promediacorp/a8f34a86fe157c8e46fd71983b1e01bd to your computer and use it in GitHub Desktop.
AEA Example Sitemaps XML
<?xml version="1.0" encoding="UTF-8"?>
<urlset
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://aneventapart.com</loc>
<lastmod>2017-06-23</lastmod>
<changefreq>weekly</changefreq>
<priority>1.0</priority>
</url>
<url>
<loc>https://aneventapart.com/event/chicago-2017</loc>
<lastmod>2017-06-23</lastmod>
<changefreq>weekly</changefreq>
<priority>0.9</priority>
</url>
<url>
<loc>hhttps://aneventapart.com/event/san-francisco-2016</loc>
<lastmod>2016-06-23</lastmod>
<changefreq>never</changefreq>
<priority>0.5</priority>
</url>
</urlset>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment