Skip to content

Instantly share code, notes, and snippets.

@grok
Created September 23, 2019 21:00
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 grok/4b87718405e5c844e8059cef9d70f4fc to your computer and use it in GitHub Desktop.
Save grok/4b87718405e5c844e8059cef9d70f4fc to your computer and use it in GitHub Desktop.
Very simple sitemap -- totally valid, but not very useful.
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>http://www.example.com/foo.html</loc>
</url>
</urlset>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment