From 4df28e78fc4551c9f541032dce77a789d671ced6 Mon Sep 17 00:00:00 2001 From: Khalim Conn-Kowlessar Date: Tue, 10 Mar 2026 18:56:53 +0000 Subject: [PATCH] added robots and security txt files --- public/.well-known/security.txt | 5 +++++ public/robots.txt | 4 ++++ 2 files changed, 9 insertions(+) create mode 100644 public/.well-known/security.txt create mode 100644 public/robots.txt diff --git a/public/.well-known/security.txt b/public/.well-known/security.txt new file mode 100644 index 00000000..a4b9a78f --- /dev/null +++ b/public/.well-known/security.txt @@ -0,0 +1,5 @@ +Contact: mailto:security@domna.homes +Expires: 2027-01-01T00:00:00.000Z +Preferred-Languages: en +Policy: https://domna.homes/security +Canonical: https://ara.domna.homes/.well-known/security.txt \ No newline at end of file diff --git a/public/robots.txt b/public/robots.txt new file mode 100644 index 00000000..6ebbed4f --- /dev/null +++ b/public/robots.txt @@ -0,0 +1,4 @@ +User-agent: * +Allow: / + +Sitemap: https://domna.homes/sitemap.xml \ No newline at end of file