From b76076e2e305d41adfd9e584a11636c58a32c99a Mon Sep 17 00:00:00 2001 From: anoduck <9925396+anoduck@users.noreply.github.com> Date: Sat, 5 Apr 2025 04:25:02 -0400 Subject: fix(Search-indexing): fixed search indexing and working on fixing missing leaflet elements --- static/.well-known/mta-sts.txt | 4 ++++ static/robots.txt | 25 ++++++++++++++++++++----- 2 files changed, 24 insertions(+), 5 deletions(-) create mode 100644 static/.well-known/mta-sts.txt (limited to 'static') diff --git a/static/.well-known/mta-sts.txt b/static/.well-known/mta-sts.txt new file mode 100644 index 0000000..340cc9c --- /dev/null +++ b/static/.well-known/mta-sts.txt @@ -0,0 +1,4 @@ +version: STSv1 +mode: enforce +max_age: 604800 +mx: mail.corruptlamar.com diff --git a/static/robots.txt b/static/robots.txt index dce7fd6..8bc5c8a 100644 --- a/static/robots.txt +++ b/static/robots.txt @@ -1,5 +1,20 @@ -User-agent: googlebot -Disallow: https://corruptlamar.com/Documents/otter-logs/2020-05-02_jHVsfSzwuhH7hJ6aodzYp-DyBms.pdf -Disallow: https://corruptlamar.com/emails/CAGiqvQn6rVgM9.html -Disallow: https://corruptlamar.com/OtterLogs/otter-logs/2022-10-10_STW10TheGLRbnMFfLEUs_4o5RAI.pdf -Disallow: https://corruptlamar.com/otter-logs/2022-10-10_STW10TheGLRbnMFfLEUs_4o5RAI.pdf \ No newline at end of file +User-agent: * +Disallow: +Crawl-delay: 20 +Disallow: /Documents/ +Disallow: /emails/ +Disallow: /OtterLogs/ +Disallow: /otter-logs/ +Disallow: /reasons/ +Disallow: /.well-known/ +Allow: /evidence/ +Allow: /persons/ +Allow: /docs/ +Allow: /news/ +Allow: /legal/ +Allow: /tips/ +Allow: /communication/ +Allow: /tags/ +Allow: /about/ +Allow: /video/ +Sitemap: https://corruptlamar.com/sitemap.xml -- cgit v1.2.3