Skip to content

Commit e0a15f1

Browse files
committed
Add sitemap
1 parent 5a9a652 commit e0a15f1

2 files changed

Lines changed: 19 additions & 0 deletions

File tree

public/robots.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
# https://www.robotstxt.org/robotstxt.html
22
User-agent: *
33
Disallow:
4+
Sitemap: https://www.tron-converter.com/sitemap.xml

public/sitemap.xml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
3+
<url>
4+
<loc>https://www.tron-converter.com/</loc>
5+
</url>
6+
<url>
7+
<loc>https://www.tron-converter.com/blog/</loc>
8+
</url>
9+
<url>
10+
<loc>https://www.tron-converter.com/blog/validating-tron-addresses.html</loc>
11+
</url>
12+
<url>
13+
<loc>https://www.tron-converter.com/blog/what-is-base58.html</loc>
14+
</url>
15+
<url>
16+
<loc>https://www.tron-converter.com/blog/tron-vs-ethereum-address-formats.html</loc>
17+
</url>
18+
</urlset>

0 commit comments

Comments
 (0)