From 8773924d80e56e56ace329ee1d3be227ddc64764 Mon Sep 17 00:00:00 2001 From: gkatrakazas Date: Thu, 8 Feb 2024 12:36:46 +0200 Subject: [PATCH 1/5] update robots.txt and add sitemap.xml --- public/robots.txt | 11 +++++++++-- public/sitemap.xml | 9 +++++++++ 2 files changed, 18 insertions(+), 2 deletions(-) create mode 100644 public/sitemap.xml diff --git a/public/robots.txt b/public/robots.txt index e9e57dc4d..1cb528d1f 100644 --- a/public/robots.txt +++ b/public/robots.txt @@ -1,3 +1,10 @@ -# https://www.robotstxt.org/robotstxt.html User-agent: * -Disallow: +Disallow: /settings +Disallow: /credential/ +Disallow: /history +Disallow: /add +Disallow: /send +Allow: /login + +Allow: / +Sitemap: https://demo.wwwallet.org/sitemap.xml \ No newline at end of file diff --git a/public/sitemap.xml b/public/sitemap.xml new file mode 100644 index 000000000..366019dfa --- /dev/null +++ b/public/sitemap.xml @@ -0,0 +1,9 @@ + + + + https://demo.wwwallet.org/login + 2024-02-08 + 1.0 + monthly + + From 4800cc8b7c49b35bce828f293dfed8c0eda037ef Mon Sep 17 00:00:00 2001 From: gregory1996 Date: Fri, 9 Feb 2024 11:19:30 +0200 Subject: [PATCH 2/5] add meta tags for seo and social media sharing --- public/index.html | 61 ++++++++++++++++++++++++----------------------- 1 file changed, 31 insertions(+), 30 deletions(-) diff --git a/public/index.html b/public/index.html index 4cb5b182d..551cb4b22 100644 --- a/public/index.html +++ b/public/index.html @@ -1,33 +1,34 @@ - - - - - - - - - - - wwWallet - - - -
- - + + + + + + + + + + wwWallet: Secure Storage and Management of Verifiable Credentials + + + + + + + + + + + + + + +
+ + + \ No newline at end of file From 87c32376ce397fdecd36944f19061fa9a91b218b Mon Sep 17 00:00:00 2001 From: gregory1996 Date: Fri, 5 Apr 2024 12:47:45 +0300 Subject: [PATCH 3/5] Fix code format robot.txt --- public/robots.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/robots.txt b/public/robots.txt index 1cb528d1f..6467e2231 100644 --- a/public/robots.txt +++ b/public/robots.txt @@ -7,4 +7,4 @@ Disallow: /send Allow: /login Allow: / -Sitemap: https://demo.wwwallet.org/sitemap.xml \ No newline at end of file +Sitemap: https://demo.wwwallet.org/sitemap.xml From 9f4c5b79328ec83034f0389f683a34d476278364 Mon Sep 17 00:00:00 2001 From: gregory1996 Date: Fri, 5 Apr 2024 14:43:32 +0300 Subject: [PATCH 4/5] update title and meta tags on index.html, and sitemap last mod date --- public/index.html | 6 +++--- public/sitemap.xml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/public/index.html b/public/index.html index 2bc8663d3..cb4bd0118 100644 --- a/public/index.html +++ b/public/index.html @@ -10,20 +10,20 @@ - wwWallet: Secure Storage and Management of Verifiable Credentials + wwWallet - + - + diff --git a/public/sitemap.xml b/public/sitemap.xml index 366019dfa..39bc417d5 100644 --- a/public/sitemap.xml +++ b/public/sitemap.xml @@ -2,7 +2,7 @@ https://demo.wwwallet.org/login - 2024-02-08 + 2024-04-05 1.0 monthly From 1d5c8e5e8f9d4afd9b489fc6392eaad273462117 Mon Sep 17 00:00:00 2001 From: gkatrakazas Date: Thu, 25 Apr 2024 12:20:24 +0300 Subject: [PATCH 5/5] Update the lastmod date of sitemap --- public/sitemap.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/sitemap.xml b/public/sitemap.xml index 39bc417d5..4cf7b8529 100644 --- a/public/sitemap.xml +++ b/public/sitemap.xml @@ -2,7 +2,7 @@ https://demo.wwwallet.org/login - 2024-04-05 + 2024-04-25 1.0 monthly