change seo for all pages
This commit is contained in:
+11
-7
@@ -22,13 +22,17 @@ const TITLE = "Terminal"
|
||||
const DESC = "Terminal Emulator Simulator on thawia.ng by Techit Thawiang"
|
||||
const baseUrl = config.public.baseUrl
|
||||
|
||||
useHead({
|
||||
useSeoMeta({
|
||||
title: TITLE,
|
||||
meta: [
|
||||
{ name: 'description', content: DESC },
|
||||
{ property: 'og:title', content: TITLE },
|
||||
{ property: 'og:description', content: DESC },
|
||||
{ property: 'og:type', content: 'website' }
|
||||
]
|
||||
description: DESC,
|
||||
ogTitle: TITLE + ' / ' + config.public.siteName,
|
||||
ogDescription: DESC,
|
||||
ogImage: post.value?.coverImage || undefined,
|
||||
ogSiteName: config.public.siteName,
|
||||
twitterCard: 'summary_large_image',
|
||||
twitterTitle: TITLE + ' / ' + config.public.siteName,
|
||||
twitterDescription: DESC,
|
||||
twitterImage: post.value?.coverImage || undefined,
|
||||
twitterSite: '@' + config.public.twitterUsername
|
||||
})
|
||||
</script>
|
||||
Reference in New Issue
Block a user