Skip to content

Commit

Permalink
Update examples/with-sitemap/public/sitemap.xml
Browse files Browse the repository at this point in the history
Co-authored-by: Luis Alvarez D. <[email protected]>
  • Loading branch information
khattakdev and lfades authored Jul 23, 2020
1 parent e3af2a2 commit 0eb95a8
Showing 1 changed file with 10 additions and 13 deletions.
23 changes: 10 additions & 13 deletions examples/with-sitemap/public/sitemap.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@

<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

<url>
<loc>http://localhost:3000/contact</loc>
</url>

<url>
<loc>http://localhost:3000</loc>
</url>

</urlset>

<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>http://localhost:3000/contact</loc>
<changefreq>hourly</changefreq>
</url>
<url>
<loc>http://localhost:3000</loc>
<changefreq>hourly</changefreq>
</url>
</urlset>

0 comments on commit 0eb95a8

Please sign in to comment.