Skip to content

Commit

Permalink
chore: Add sitemap.xml to typewritten.dev
Browse files Browse the repository at this point in the history
  • Loading branch information
reobin committed Aug 19, 2020
1 parent 58b067f commit 6ad70da
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/sitemap.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:news="http://www.google.com/schemas/sitemap-news/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:mobile="http://www.google.com/schemas/sitemap-mobile/1.0" xmlns:image="http://www.google.com/schemas/sitemap-image/1.1" xmlns:video="http://www.google.com/schemas/sitemap-video/1.1">
<url> <loc>https://typewritten.dev/</loc> <changefreq>daily</changefreq> <priority>0.7</priority> </url>
<url> <loc>https://typewritten.dev/#/installation/</loc> <changefreq>daily</changefreq> <priority>0.7</priority> </url>
<url> <loc>https://typewritten.dev/#/prompt_customization/</loc> <changefreq>daily</changefreq> <priority>0.7</priority> </url>
<url> <loc>https://typewritten.dev/#/prompt_color_customization/</loc> <changefreq>daily</changefreq> <priority>0.7</priority> </url>
<url> <loc>https://typewritten.dev/#/git_status_indicator/</loc> <changefreq>daily</changefreq> <priority>0.7</priority> </url>
<url> <loc>https://typewritten.dev/#/return_code/</loc> <changefreq>daily</changefreq> <priority>0.7</priority> </url>
<url> <loc>https://typewritten.dev/#/credits/</loc> <changefreq>daily</changefreq> <priority>0.7</priority> </url>
</urlset>

0 comments on commit 6ad70da

Please sign in to comment.