Skip to content

Commit

Permalink
basic SEO fixign
Browse files Browse the repository at this point in the history
  • Loading branch information
illusionTBA committed Nov 7, 2024
1 parent d540afc commit 1ff51d4
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 9 deletions.
4 changes: 4 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
<link rel="icon" type="image/png" href="/emerald.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Emerald ✨</title>
<meta
name="description"
content="The Emerald service, your one stop solution for all you're nefarious needs"
/>
<link rel="prefetch" href="/scram/scramjet.worker.js" />
<link rel="prefetch" href="/scram/scramjet.shared.js" />
</head>
Expand Down
2 changes: 2 additions & 0 deletions public/robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
User-agent: *
Disallow:
17 changes: 8 additions & 9 deletions src/routes/index.lazy.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@ function Home() {
<div className="min-h-8">
<img
src={`/searchEngines/${settingStore.searchEngine.name}.png`}
alt={`${settingStore.searchEngine.name} search Engine`}
className="h-8"
/>
</div>
Expand Down Expand Up @@ -363,20 +364,18 @@ function Home() {
>
<img
src={sponser.icon}
alt=""
alt={sponser.title}
className="w-16 h-16 rounded-2xl"
/>
<div className="w-full h-full flex flex-col items-center justify-center">
<h3 className="font-bold text-center sm:text-sm md:text-base lg:text-lg">
{sponser.title}
</h3>
<p className="text-center sm:text-xs md:text-xs lg:xs">
Click{" "}
<a href={sponser.discord} className="underline">
here
</a>{" "}
to join their discord!
</p>
<a href={sponser.discord} className="underline">
<p className="text-center sm:text-xs md:text-xs lg:xs">
Click here to join their discord!
</p>
</a>{" "}
</div>
</motion.div>
</>
Expand Down Expand Up @@ -451,7 +450,7 @@ function Home() {
onClick={() =>
window.open("https://discord.gg/Dpj8C8SAmH", "_blank")
}
alt=""
alt={"Discord Logo"}
/>
</DockIcon>
{shouldOpen && (
Expand Down

0 comments on commit 1ff51d4

Please sign in to comment.