Add seo abilities
This commit is contained in:
webfussel 2025-06-05 08:53:28 +02:00
parent 4dbd4b3109
commit 2d65119e7e
7 changed files with 1627 additions and 13 deletions

View file

@ -71,8 +71,3 @@
</section>
</div>
</template>
<script setup lang="ts">
useSeoMeta({
robots: 'noindex, nofollow',
})
</script>

View file

@ -11,6 +11,7 @@ useHead({
link: [
{ rel: 'preload', as: 'image', href: '/img/profile_big.webp', type: 'image/webp' },
{ rel: 'preload', as: 'image', href: '/img/profile_small.webp', type: 'image/webp' },
{ rel: 'icon', href: '/favicon.ico', type: 'image/x-icon' },
],
})
</script>