Skip to content
This repository was archived by the owner on Apr 16, 2025. It is now read-only.

Commit ef0c6d7

Browse files
committed
chore: better seo
1 parent 4fb150b commit ef0c6d7

File tree

2 files changed

+47
-0
lines changed

2 files changed

+47
-0
lines changed

src/static/robots.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
User-agent: *
2+
Disallow:

src/static/sitemap.xml

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
<?xml version="1.1" encoding="UTF-8"?>
2+
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
3+
<url>
4+
<loc>https://why-switch.deno.dev/</loc>
5+
<lastmod>2024-05-08</lastmod>
6+
<changefreq>weekly</changefreq>
7+
<priority>1.0</priority>
8+
</url>
9+
<url>
10+
<loc>https://why-switch.deno.dev/about/</loc>
11+
<lastmod>2024-05-08</lastmod>
12+
<changefreq>weekly</changefreq>
13+
<priority>0.8</priority>
14+
</url>
15+
<url>
16+
<loc>https://why-switch.deno.dev/calculator/</loc>
17+
<lastmod>2024-05-08</lastmod>
18+
<changefreq>weekly</changefreq>
19+
<priority>0.8</priority>
20+
</url>
21+
<url>
22+
<loc>https://why-switch.deno.dev/solutions/solar/</loc>
23+
<lastmod>2024-05-08</lastmod>
24+
<changefreq>weekly</changefreq>
25+
<priority>0.5</priority>
26+
</url>
27+
<url>
28+
<loc>https://why-switch.deno.dev/solutions/geothermal/</loc>
29+
<lastmod>2024-05-08</lastmod>
30+
<changefreq>weekly</changefreq>
31+
<priority>0.5</priority>
32+
</url>
33+
<url>
34+
<loc>https://why-switch.deno.dev/solutions/recycling/</loc>
35+
<lastmod>2024-05-08</lastmod>
36+
<changefreq>weekly</changefreq>
37+
<priority>0.5</priority>
38+
</url>
39+
<url>
40+
<loc>https://why-switch.deno.dev/solutions/other/</loc>
41+
<lastmod>2024-05-08</lastmod>
42+
<changefreq>weekly</changefreq>
43+
<priority>0.5</priority>
44+
</url>
45+
</urlset>

0 commit comments

Comments
 (0)