ADD: better SEO
This commit is contained in:
parent
3444468caf
commit
8fb2c88be1
1 changed files with 3 additions and 3 deletions
6
app.vue
6
app.vue
|
@ -9,17 +9,17 @@
|
|||
<script setup>
|
||||
useSeoMeta({
|
||||
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',
|
||||
robots: 'index, follow',
|
||||
themeColor: '#2a2723',
|
||||
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',
|
||||
ogImageAlt: 'Das webfussel Logo auf einem dunklen Hintergrund',
|
||||
ogUrl: 'https://webfussel.de',
|
||||
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',
|
||||
twitterImageAlt: 'Das webfussel Logo auf einem dunklen Hintergrund',
|
||||
twitterUrl: 'https://webfussel.de',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue