SEO is really important for your site. Svelte Starter Kit handle everything so that you won’t have to.
You just have to do 2 things:
$lib/config.ts
SEO
component in your +page.svelte
and set the title
appropriately.<script>
import SEO from '$lib/dist/components/SEO.svelte';
</script>
<SEO title="Your Page Title">