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

@@ -5,6 +5,7 @@
import type { CouncilMember } from '$lib/schemas';
import { fly } from 'svelte/transition';
import Button from 'components/Button.svelte';
import SeoMetaTags from 'components/SeoMetaTags.svelte';
let { data } = $props();
@@ -38,7 +39,12 @@
}
</script>
<title> ECSESS council </title>
<SeoMetaTags
title="Meet the ECSESS student council members!"
description="Greetings from ECSESS student council!"
canonical={data.canonical}
/>
<Section>
<div class="flex flex-col place-items-center">
<p class="page-title">Meet the council!</p>