š Enhance your Svelte application's SEO with this easy-to-use SEO component that supports essential meta tags and social media integrations.
npm i svelte-seo
title
(string): The title of the webpage. Requireddescription
(string): A brief description of the webpage. Requiredother
For all others please check the config Not required<script>
import Seo from './seo.svelte';
</script>
<Seo title="Amazing Svelte App"
description="Explore the features of our application."
author="John Appleseed"
keywords={['svelte', 'app', 'technology']}
url="https://www.example.com/page"
imageUrl="https://www.example.com/image.jpg"
/>
Feel free to fork this project and submit pull requests or create an issue if you find any bugs or have suggestions for improvements.
Distributed under the MIT License.
Enhance your Svelte applications' online presence effectively with this SEO component! Feel free to adjust and expand it as needed to fit your specific requirements.