feat: Add robots.txt and sitemap.xml, and remove build_log.txt.

This commit is contained in:
dyzulk
2025-12-30 13:06:16 +07:00
parent 574132a299
commit 59160de9ab
5 changed files with 45 additions and 87 deletions

6
public/robots.txt Normal file
View File

@@ -0,0 +1,6 @@
User-agent: *
Allow: /
Disallow: /dashboard/
Disallow: /api/
Sitemap: https://trustlab.dyzulk.com/sitemap.xml

39
public/sitemap.xml Normal file
View File

@@ -0,0 +1,39 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://trustlab.dyzulk.com</loc>
<lastmod>2025-12-30</lastmod>
<changefreq>daily</changefreq>
<priority>1.0</priority>
</url>
<url>
<loc>https://trustlab.dyzulk.com/signin</loc>
<lastmod>2025-12-30</lastmod>
<changefreq>monthly</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>https://trustlab.dyzulk.com/signup</loc>
<lastmod>2025-12-30</lastmod>
<changefreq>monthly</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>https://trustlab.dyzulk.com/contact</loc>
<lastmod>2025-12-30</lastmod>
<changefreq>monthly</changefreq>
<priority>0.7</priority>
</url>
<url>
<loc>https://trustlab.dyzulk.com/tools/key-generator</loc>
<lastmod>2025-12-30</lastmod>
<changefreq>weekly</changefreq>
<priority>0.9</priority>
</url>
<url>
<loc>https://trustlab.dyzulk.com/tools/chat-id</loc>
<lastmod>2025-12-30</lastmod>
<changefreq>weekly</changefreq>
<priority>0.9</priority>
</url>
</urlset>