Skip to content

Commit

Permalink
feat(sitemap): add sitemap
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin Joseph committed Apr 11, 2016
1 parent 8b65bc1 commit b647519
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions public/sitemap.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://pokedextracker.com</loc>
<priority>1.0</priority>
</url>
<url>
<loc>https://pokedextracker.com/login</loc>
<priority>0.8</priority>
</url>
<url>
<loc>https://pokedextracker.com/register</loc>
<priority>0.8</priority>
</url>
<url>
<loc>https://pokedextracker.com/u/ashketchum10</loc>
<priority>0.6</priority>
</url>
</urlset>

0 comments on commit b647519

Please sign in to comment.