From 7a8e2068138d9a930ab4090966ffea2f485dd84d Mon Sep 17 00:00:00 2001 From: Surjith S M Date: Fri, 11 Nov 2022 14:41:43 +0530 Subject: [PATCH] add sitemap to robots --- public/robots.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/public/robots.txt b/public/robots.txt index 14267e9..398c0ca 100644 --- a/public/robots.txt +++ b/public/robots.txt @@ -1,2 +1,4 @@ User-agent: * -Allow: / \ No newline at end of file +Allow: / + +Sitemap: http://astroship.web3templates.com/sitemap-index.xml \ No newline at end of file