From 24b53d0a96c6d5a95f880b3ecb23bc8081c94c96 Mon Sep 17 00:00:00 2001 From: Rajnish Mishra Date: Sat, 15 May 2021 14:26:48 +0530 Subject: [PATCH] Added robotx.txt sitemap.xml and meta tags in index.html --- static/index.html | 5 +++++ static/robots.txt | 4 ++++ static/sitemap.xml | 15 +++++++++++++++ 3 files changed, 24 insertions(+) create mode 100644 static/robots.txt create mode 100644 static/sitemap.xml diff --git a/static/index.html b/static/index.html index b2266c0..fa9c7c8 100644 --- a/static/index.html +++ b/static/index.html @@ -3,10 +3,15 @@ + + + + Lupt Chat +

Lupt Chat: Chat app to talk in private and secure groups or to strangers

diff --git a/static/robots.txt b/static/robots.txt new file mode 100644 index 0000000..ae9f513 --- /dev/null +++ b/static/robots.txt @@ -0,0 +1,4 @@ +User-Agent: * +Allow: / + +Sitemap: https://luptchat.in/sitemap.xml diff --git a/static/sitemap.xml b/static/sitemap.xml new file mode 100644 index 0000000..8f14a90 --- /dev/null +++ b/static/sitemap.xml @@ -0,0 +1,15 @@ + + + + https://luptchat.in/ + + + https://luptchat.in/index.html + + + https://luptchat.in/policy.html + + + https://luptchat.in/terms.html + + \ No newline at end of file