mirror of
https://github.com/dyzulk/trustlab.git
synced 2026-01-26 05:25:36 +07:00
feat: Add robots.txt and sitemap.xml, and remove build_log.txt.
This commit is contained in:
6
public/robots.txt
Normal file
6
public/robots.txt
Normal 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
39
public/sitemap.xml
Normal 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>
|
||||
Reference in New Issue
Block a user