You only need title and description to use this package.
<script> import Meta from "svelte-meta-simple" </script> <svelte:head> <title>Hello</title> <Meta title="Hello" description="Hellooo...."/> </svelte:head>