feat: add robots

This commit is contained in:
liuyuanchuang
2026-02-25 15:47:23 +08:00
parent bc4b547e03
commit e90fca5ab1
6 changed files with 257 additions and 28 deletions

15
public/sitemap.xml Normal file
View File

@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://texpixel.com/</loc>
<lastmod>2026-02-25</lastmod>
<changefreq>weekly</changefreq>
<priority>1.0</priority>
</url>
<url>
<loc>https://texpixel.com/en/</loc>
<lastmod>2026-02-25</lastmod>
<changefreq>weekly</changefreq>
<priority>0.9</priority>
</url>
</urlset>