We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a9a652 commit e0a15f1Copy full SHA for e0a15f1
2 files changed
public/robots.txt
@@ -1,3 +1,4 @@
1
# https://www.robotstxt.org/robotstxt.html
2
User-agent: *
3
Disallow:
4
+Sitemap: https://www.tron-converter.com/sitemap.xml
public/sitemap.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
+ <url>
+ <loc>https://www.tron-converter.com/</loc>
5
+ </url>
6
7
+ <loc>https://www.tron-converter.com/blog/</loc>
8
9
10
+ <loc>https://www.tron-converter.com/blog/validating-tron-addresses.html</loc>
11
12
13
+ <loc>https://www.tron-converter.com/blog/what-is-base58.html</loc>
14
15
16
+ <loc>https://www.tron-converter.com/blog/tron-vs-ethereum-address-formats.html</loc>
17
18
+</urlset>
0 commit comments