1. Docs

SEO

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:

  1. Set all the config values in $lib/config.ts
  2. Import SEO component in your +page.svelte and set the title appropriately.

Usage

<script>
    import SEO from '$lib/dist/components/SEO.svelte';
</script>

<SEO title="Your Page Title">