ADD: better SEO

This commit is contained in:
webfussel 2024-10-30 10:48:08 +01:00
parent 3444468caf
commit 8fb2c88be1

View file

@ -9,17 +9,17 @@
<script setup> <script setup>
useSeoMeta({ useSeoMeta({
title: 'webfussel | mehr Fussel im Web by Fiona Urban', title: 'webfussel | mehr Fussel im Web by Fiona Urban',
description: 'Du brauchst was fürs Web? Komponenten, APIs oder Fullstack? Kein Ding. Fiona Urban erledigt das.', description: 'Headless CMS, Components & APIs by Fiona Urban. Storyblok, FirstSpirit, Nuxt.',
author: 'webfussel', author: 'webfussel',
robots: 'index, follow', robots: 'index, follow',
themeColor: '#2a2723', themeColor: '#2a2723',
ogTitle: 'webfussel | mehr Fussel im Web', ogTitle: 'webfussel | mehr Fussel im Web',
ogDescription: 'Du brauchst was fürs Web? Komponenten, APIs oder Fullstack? Kein Ding.', ogDescription: 'Headless CMS, Components & APIs by Fiona Urban. Storyblok, FirstSpirit, Nuxt.',
ogImage: '/img/og.webp', ogImage: '/img/og.webp',
ogImageAlt: 'Das webfussel Logo auf einem dunklen Hintergrund', ogImageAlt: 'Das webfussel Logo auf einem dunklen Hintergrund',
ogUrl: 'https://webfussel.de', ogUrl: 'https://webfussel.de',
twitterTitle: 'webfussel | mehr Fussel im Web', twitterTitle: 'webfussel | mehr Fussel im Web',
twitterDescription: 'Du brauchst was fürs Web? Komponenten, APIs oder Fullstack? Kein Ding.', twitterDescription: 'Headless CMS, Components & APIs by Fiona Urban. Storyblok, FirstSpirit, Nuxt.',
twitterImage: '/img/og.webp', twitterImage: '/img/og.webp',
twitterImageAlt: 'Das webfussel Logo auf einem dunklen Hintergrund', twitterImageAlt: 'Das webfussel Logo auf einem dunklen Hintergrund',
twitterUrl: 'https://webfussel.de', twitterUrl: 'https://webfussel.de',