feat(seo): add meta tags and page titles
Configure default head meta and title template in nuxt.config.ts Add dynamic SEO meta tags and robots directives to all pages
This commit is contained in:
@@ -255,6 +255,12 @@ definePageMeta({
|
||||
middleware: 'super-admin'
|
||||
})
|
||||
|
||||
useSeoMeta({
|
||||
title: 'User Management',
|
||||
description: 'Manage staff access for the dinner ticket system.',
|
||||
robots: 'noindex,nofollow'
|
||||
})
|
||||
|
||||
const toast = useToast()
|
||||
const apiClient = useApiClient()
|
||||
const auth = useAuth()
|
||||
|
||||
Reference in New Issue
Block a user