Search Engine Optimization

This commit is contained in:
Antoine Phan
2025-08-25 11:35:18 -04:00
parent 9acc9b1ae1
commit e4c86384dc
12 changed files with 73 additions and 22 deletions

View File

@@ -4,6 +4,7 @@
import RichText from 'components/RichText.svelte';
import OhSchedule from 'components/OHSchedule.svelte';
import Link from 'components/Link.svelte';
import SeoMetaTags from 'components/SeoMetaTags.svelte';
import { fade } from 'svelte/transition';
/** loading things from the server side */
@@ -14,7 +15,8 @@
let progress = 63.33;
</script>
<title> McGill ECSESS </title>
<!-- SEO Meta header tags. Root page can use default values -->
<SeoMetaTags canonical={data.canonical} />
<!-- ECSESS Introduction -->
<Section>
@@ -23,7 +25,9 @@
<div class="flex h-1/2 flex-col place-content-center text-center">
<p>
{#each 'We are ECSESS!' as char, i}
<span class="page-title" in:fade|global={{ delay: 200 + i * 100, duration: 800 }}>{char}</span>
<span class="page-title" in:fade|global={{ delay: 200 + i * 100, duration: 800 }}
>{char}</span
>
{/each}
</p>
<div class="p-4">