Skip to content

Instantly share code, notes, and snippets.

@raulmoyareyes
Last active August 29, 2015 14:25
Show Gist options
  • Save raulmoyareyes/5c2824c05ed7d81614f6 to your computer and use it in GitHub Desktop.
Save raulmoyareyes/5c2824c05ed7d81614f6 to your computer and use it in GitHub Desktop.
Sitemap example for websites
<!-- More info in http://www.sitemaps.org/es/protocol.html -->
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd" xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>http://www.raulmoya.es/</loc>
<lastmod>2013-03-27T16:26:55+00:00</lastmod>
<changefreq>daily</changefreq>
<priority>1.0</priority>
</url>
<url>
<loc>http://www.raulmoya.es/seguridad-en-wordpress/</loc>
<lastmod>2013-03-27T16:26:55+00:00</lastmod>
<changefreq>monthly</changefreq>
<priority>0.6</priority>
</url>
<url>
<loc>http://www.raulmoya.es/blog-dia-uno/</loc>
<lastmod>2013-03-27T16:26:55+00:00</lastmod>
<changefreq>monthly</changefreq>
<priority>0.6</priority>
</url>
</urlset>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment