From 0fa1b7004d570df147a654b4a934401eb1d60c18 Mon Sep 17 00:00:00 2001 From: James Prado Date: Fri, 6 Jul 2018 18:10:36 +0100 Subject: [PATCH] Sitemap (#2008) * Add sitemap generator script * Add sitemap & robots.txt * Revert "Add sitemap generator script" This reverts commit 99c5779b7846d8c7aff39565880b513815f342d7. * Add robots.txt & sitemap to build * Update robots.txt --- static/robots.txt | 2 ++ static/sitemap.xml | 13 +++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 static/robots.txt create mode 100644 static/sitemap.xml diff --git a/static/robots.txt b/static/robots.txt new file mode 100644 index 00000000..a0011ec0 --- /dev/null +++ b/static/robots.txt @@ -0,0 +1,2 @@ +User-agent: * +Sitemap: https://mycrypto.com/sitemap.xml diff --git a/static/sitemap.xml b/static/sitemap.xml new file mode 100644 index 00000000..c1a9b5b6 --- /dev/null +++ b/static/sitemap.xml @@ -0,0 +1,13 @@ + + +https://mycrypto.com0.5 +https://mycrypto.com/0.5 +https://mycrypto.com/account0.5 +https://mycrypto.com/generate0.5 +https://mycrypto.com/swap0.5 +https://mycrypto.com/contracts0.5 +https://mycrypto.com/ens0.5 +https://mycrypto.com/sign-and-verify-message0.5 +https://mycrypto.com/tx-status0.5 +https://mycrypto.com/pushTx0.5 + \ No newline at end of file