From 1ff51d48566382be67fcf36b8da61fb64ce09a81 Mon Sep 17 00:00:00 2001 From: illusionTBA Date: Thu, 7 Nov 2024 18:11:45 -0500 Subject: [PATCH] basic SEO fixign --- index.html | 4 ++++ public/robots.txt | 2 ++ src/routes/index.lazy.tsx | 17 ++++++++--------- 3 files changed, 14 insertions(+), 9 deletions(-) create mode 100644 public/robots.txt diff --git a/index.html b/index.html index 2bfce8e..14fb100 100644 --- a/index.html +++ b/index.html @@ -5,6 +5,10 @@ Emerald ✨ + diff --git a/public/robots.txt b/public/robots.txt new file mode 100644 index 0000000..6f27bb6 --- /dev/null +++ b/public/robots.txt @@ -0,0 +1,2 @@ +User-agent: * +Disallow: \ No newline at end of file diff --git a/src/routes/index.lazy.tsx b/src/routes/index.lazy.tsx index 12f62ec..99fd616 100644 --- a/src/routes/index.lazy.tsx +++ b/src/routes/index.lazy.tsx @@ -259,6 +259,7 @@ function Home() {
{`${settingStore.searchEngine.name}
@@ -363,20 +364,18 @@ function Home() { >

{sponser.title}

-

- Click{" "} - - here - {" "} - to join their discord! -

+ +

+ Click here to join their discord! +

+
{" "}
@@ -451,7 +450,7 @@ function Home() { onClick={() => window.open("https://discord.gg/Dpj8C8SAmH", "_blank") } - alt="" + alt={"Discord Logo"} /> {shouldOpen && (