Add noindex to pages that should be private (#5257)
* Add noindex to pages that should be private * fix unused
This commit is contained in:
@@ -60,5 +60,9 @@ definePageMeta({
|
||||
middleware: 'auth',
|
||||
})
|
||||
|
||||
useSeoMeta({
|
||||
robots: 'noindex',
|
||||
})
|
||||
|
||||
const route = useNativeRoute()
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user