add: noindex on imprint
This commit is contained in:
parent
3ef1fd5f11
commit
8be714fad7
1 changed files with 3 additions and 0 deletions
|
@ -72,4 +72,7 @@
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
|
useSeoMeta({
|
||||||
|
robots: 'noindex, nofollow',
|
||||||
|
})
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue