Skip to content

Commit 591c0ca

Browse files
committed
chore: help with SEO
1 parent fd1d2d0 commit 591c0ca

1 file changed

Lines changed: 19 additions & 5 deletions

File tree

web/src/app.html

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,25 @@
11
<!doctype html>
22
<html lang="%paraglide.lang%">
33
<head>
4-
<meta charset="utf-8" />
5-
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
6-
<link rel="stylesheet" href="%sveltekit.assets%/style.css" />
7-
<meta name="viewport" content="width=device-width, initial-scale=1" />
8-
%sveltekit.head%
4+
<meta charset="utf-8" />
5+
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
6+
<link rel="stylesheet" href="%sveltekit.assets%/style.css" />
7+
<meta name="viewport" content="width=device-width, initial-scale=1" />
8+
<meta name="description" content="Checks mod compatibility for you and allow you to create a modpack with your preferred mods easily" />
9+
<title>Modpack Resolver</title>
10+
11+
<!-- Open Graph / Facebook -->
12+
<meta property="og:type" content="website">
13+
<meta property="og:url" content="https://itrooz.github.io/ModpackResolver/">
14+
<meta property="og:title" content="Modpack Resolver - Mod Compatibility Checker">
15+
16+
<!-- Twitter -->
17+
<meta property="twitter:card" content="summary_large_image">
18+
<meta property="twitter:url" content="https://itrooz.github.io/ModpackResolver/">
19+
<meta property="twitter:title" content="Modpack Resolver - Mod Compatibility Checker">
20+
<meta property="twitter:description" content="Checks mod compatibility for you and allow you to create a modpack with your preferred mods easily">
21+
22+
%sveltekit.head%
923
</head>
1024
<body data-sveltekit-preload-data="hover">
1125
<div style="display: contents">%sveltekit.body%</div>

0 commit comments

Comments
 (0)