add robots.txt and sitemap.xml (#257)

This commit is contained in:
Jonathan Fishner
2024-10-07 17:30:01 +03:00
committed by GitHub
parent a0a93c624a
commit 4acbe74a86
2 changed files with 17 additions and 0 deletions

4
public/robots.txt Normal file
View File

@@ -0,0 +1,4 @@
User-agent: *
Allow: /
Sitemap: https://app.chartdb.io/sitemap.xml

13
public/sitemap.xml Normal file
View File

@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://app.chartdb.io/</loc>
<changefreq>weekly</changefreq>
<priority>1.0</priority>
</url>
<url>
<loc>https://app.chartdb.io/examples</loc>
<changefreq>monthly</changefreq>
<priority>0.8</priority>
</url>
</urlset>