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:
@@ -121,6 +121,12 @@ definePageMeta({
|
||||
middleware: 'guest'
|
||||
})
|
||||
|
||||
useSeoMeta({
|
||||
title: 'Staff Login',
|
||||
description: 'Staff login for the dinner ticket management system.',
|
||||
robots: 'noindex,nofollow'
|
||||
})
|
||||
|
||||
const toast = useToast()
|
||||
const router = useRouter()
|
||||
const auth = useAuth()
|
||||
|
||||
Reference in New Issue
Block a user