add: noindex on imprint

This commit is contained in:
webfussel 2024-07-02 08:06:16 +02:00
parent 3ef1fd5f11
commit 8be714fad7

View file

@ -72,4 +72,7 @@
</div>
</template>
<script setup lang="ts">
useSeoMeta({
robots: 'noindex, nofollow',
})
</script>