forked from ProjectSegfault/website
Merge pull request #20 from ProjectSegfault/seo-improvements
Improve SEO
This commit is contained in:
commit
ec5c2990d6
@ -32,16 +32,19 @@
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<SvelteSeo
|
<SvelteSeo
|
||||||
|
title="{global.NAME}"
|
||||||
|
description="{$t("common.INDEX_DESCRIPTION")}"
|
||||||
|
canonical="https://projectsegfau.lt/"
|
||||||
openGraph={{
|
openGraph={{
|
||||||
|
url: "https://projectsegfau.lt/",
|
||||||
title: global.NAME,
|
title: global.NAME,
|
||||||
description: $t("common.INDEX_DESCRIPTION"),
|
description: $t("common.INDEX_DESCRIPTION"),
|
||||||
type: "website",
|
|
||||||
images: [
|
images: [
|
||||||
{
|
{
|
||||||
url: Banner,
|
url: Banner,
|
||||||
width: 850,
|
width: 850,
|
||||||
height: 650,
|
height: 650,
|
||||||
alt: "Image"
|
alt: "Our banner"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}}
|
}}
|
||||||
|
@ -1,11 +1,19 @@
|
|||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
import { t } from "$lib/translations";
|
import { t } from "$lib/translations";
|
||||||
import * as global from "../i18n/_global.json";
|
import * as global from "../i18n/_global.json";
|
||||||
|
import SvelteSeo from "svelte-seo";
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<svelte:head>
|
<SvelteSeo
|
||||||
<title>{$t("common.CONTACT_TITLE")} | {global.NAME}</title>
|
title="{$t("common.CONTACT_TITLE")} | {global.NAME}"
|
||||||
</svelte:head>
|
description="{$t("common.CONTACT_DESCRIPTION")}"
|
||||||
|
canonical="https://projectsegfau.lt/contact"
|
||||||
|
openGraph={{
|
||||||
|
url: "https://projectsegfau.lt/contact/",
|
||||||
|
title: "{$t('common.CONTACT_TITLE')} | {global.NAME}",
|
||||||
|
description: $t("common.CONTACT_DESCRIPTION")
|
||||||
|
}}
|
||||||
|
/>
|
||||||
|
|
||||||
<h1>{$t("common.CONTACT_TITLE")}</h1>
|
<h1>{$t("common.CONTACT_TITLE")}</h1>
|
||||||
|
|
||||||
|
@ -3,11 +3,19 @@
|
|||||||
|
|
||||||
import { t } from "$lib/translations";
|
import { t } from "$lib/translations";
|
||||||
import * as global from "../i18n/_global.json";
|
import * as global from "../i18n/_global.json";
|
||||||
|
import SvelteSeo from "svelte-seo";
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<svelte:head>
|
<SvelteSeo
|
||||||
<title>{$t("common.DONATE_TITLE")} | {global.NAME}</title>
|
title="{$t("common.DONATE_TITLE")} | {global.NAME}"
|
||||||
</svelte:head>
|
description="{$t("common.DONATE_DESCRIPTION")}"
|
||||||
|
canonical="https://projectsegfau.lt/donate/"
|
||||||
|
openGraph={{
|
||||||
|
url: "https://projectsegfau.lt/donate/",
|
||||||
|
title: "{$t('common.DONATE_TITLE')} | {global.NAME}",
|
||||||
|
description: $t("common.DONATE_DESCRIPTION")
|
||||||
|
}}
|
||||||
|
/>
|
||||||
|
|
||||||
<h1>{$t("common.DONATE_TITLE")}</h1>
|
<h1>{$t("common.DONATE_TITLE")}</h1>
|
||||||
|
|
||||||
|
@ -1,11 +1,19 @@
|
|||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
import { t } from "$lib/translations";
|
import { t } from "$lib/translations";
|
||||||
import * as global from "../i18n/_global.json";
|
import * as global from "../i18n/_global.json";
|
||||||
|
import SvelteSeo from "svelte-seo";
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<svelte:head>
|
<SvelteSeo
|
||||||
<title>{$t("common.FAQ_TITLE")} | {global.NAME}</title>
|
title="{$t("common.FAQ_TITLE")} | {global.NAME}"
|
||||||
</svelte:head>
|
description="{$t("common.FAQ_TITLE")}"
|
||||||
|
canonical="https://projectsegfau.lt/faq/"
|
||||||
|
openGraph={{
|
||||||
|
url: "https://projectsegfau.lt/faq/",
|
||||||
|
title: "{$t('common.FAQ_TITLE')} | {global.NAME}",
|
||||||
|
description: $t("common.FAQ_TITLE")
|
||||||
|
}}
|
||||||
|
/>
|
||||||
|
|
||||||
<h1>{$t("common.FAQ_TITLE")}</h1>
|
<h1>{$t("common.FAQ_TITLE")}</h1>
|
||||||
|
|
||||||
|
@ -1,11 +1,19 @@
|
|||||||
<script>
|
<script>
|
||||||
import { t } from "$lib/translations";
|
import { t } from "$lib/translations";
|
||||||
import * as global from "../../i18n/_global.json";
|
import * as global from "../../i18n/_global.json";
|
||||||
|
import SvelteSeo from "svelte-seo";
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<svelte:head>
|
<SvelteSeo
|
||||||
<title>{$t("common.MINECRAFT_TITLE")} | {global.NAME}</title>
|
title="{$t("common.MINECRAFT_TITLE")} | {global.NAME}"
|
||||||
</svelte:head>
|
description="{$t("common.CSM_TITLE")}"
|
||||||
|
canonical="https://projectsegfau.lt/minecraft/client-side-mods"
|
||||||
|
openGraph={{
|
||||||
|
url: "https://projectsegfau.lt/minecraft/client-side-mods",
|
||||||
|
title: "{$t('common.MINECRAFT_TITLE')} | {global.NAME}",
|
||||||
|
description: $t("common.CSM_TITLE")
|
||||||
|
}}
|
||||||
|
/>
|
||||||
|
|
||||||
<h1>{$t("common.MINECRAFT_TITLE")}</h1>
|
<h1>{$t("common.MINECRAFT_TITLE")}</h1>
|
||||||
|
|
||||||
|
@ -1,11 +1,19 @@
|
|||||||
<script>
|
<script>
|
||||||
import { t } from "$lib/translations";
|
import { t } from "$lib/translations";
|
||||||
import * as global from "../../i18n/_global.json";
|
import * as global from "../../i18n/_global.json";
|
||||||
|
import SvelteSeo from "svelte-seo";
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<svelte:head>
|
<SvelteSeo
|
||||||
<title>{$t("common.MINECRAFT_TITLE")} | {global.NAME}</title>
|
title="{$t("common.MINECRAFT_TITLE")} | {global.NAME}"
|
||||||
</svelte:head>
|
description="{$t("common.MINECRAFT_DESCRIPTION")}"
|
||||||
|
canonical="https://projectsegfau.lt/minecraft/"
|
||||||
|
openGraph={{
|
||||||
|
url: "https://projectsegfau.lt/minecraft/",
|
||||||
|
title: "{$t('common.MINECRAFT_TITLE')} | {global.NAME}",
|
||||||
|
description: $t("common.MINECRAFT_DESCRIPTION")
|
||||||
|
}}
|
||||||
|
/>
|
||||||
|
|
||||||
<h1>{$t("common.MINECRAFT_TITLE")}</h1>
|
<h1>{$t("common.MINECRAFT_TITLE")}</h1>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user