To Keep It Going, Please Show Your Love.Buy Me a Coffee at ko-fi.com

Runes Meta Tags

Runes Meta Tags manages the meta tags for a web page. It allows you to easily configure various meta tags including basic SEO (Search Engine Optimization) information, robots meta tag, and social media specific meta tags for Twitter and Open Graph.

Installation #

Please install runes-meta-tags by using the following command:

+layout.server.ts #

The +layout.server.ts file is used for serving the default meta tags.

+layout.svelte #

Import RunesMetaTags and deepMerge from runes-meta-tags. Add data to the $props().

about/+page.ts #

You can modify the meta tags if you need. The following is an example for the about page.

about/+page.svelte #

about/+page.svelte needs any extra code.

Playwright test examples #

Index page #

Use the following examples to start your Playwright tests for the index page.

About page #

Use the following examples to start your Playwright tests for the About page.

Technical information about this website