Add noindex to pages that should be private (#5257)
* Add noindex to pages that should be private * fix unused
This commit is contained in:
@@ -101,4 +101,8 @@ const { formatMessage } = useVIntl()
|
||||
|
||||
const route = useNativeRoute()
|
||||
const auth = await useAuth()
|
||||
|
||||
useSeoMeta({
|
||||
robots: 'noindex',
|
||||
})
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user