robots and sitemap

This commit is contained in:
Ryan Haskell-Glatz 2021-04-27 03:42:39 -05:00
parent 434c5df87b
commit 738b337a55
2 changed files with 44 additions and 0 deletions

2
docs/public/robots.txt Normal file
View File

@ -0,0 +1,2 @@
User-agent: *
Allow: /

42
docs/public/sitemap.xml Normal file
View File

@ -0,0 +1,42 @@
This XML file does not appear to have any style information associated with it. The document tree is shown below.
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://www.elm-spa.dev/</loc>
</url>
<url>
<loc>https://www.elm-spa.dev/guide</loc>
</url>
<url>
<loc>https://www.elm-spa.dev/examples</loc>
</url>
<url>
<loc>https://www.elm-spa.dev/guide/01-cli</loc>
</url>
<url>
<loc>https://www.elm-spa.dev/guide/02-routing</loc>
</url>
<url>
<loc>https://www.elm-spa.dev/guide/03-pages</loc>
</url>
<url>
<loc>https://www.elm-spa.dev/guide/04-requests</loc>
</url>
<url>
<loc>https://www.elm-spa.dev/guide/05-shared-state</loc>
</url>
<url>
<loc>https://www.elm-spa.dev/guide/06-views</loc>
</url>
<url>
<loc>https://www.elm-spa.dev/examples/01-hello-world</loc>
</url>
<url>
<loc>https://www.elm-spa.dev/examples/02-pages</loc>
</url>
<url>
<loc>https://www.elm-spa.dev/examples/03-storage</loc>
</url>
<url>
<loc>https://www.elm-spa.dev/examples/04-authentication</loc>
</url>
</urlset>