diff --git a/config/head.ts b/config/head.ts index 295005a6..04af44ed 100644 --- a/config/head.ts +++ b/config/head.ts @@ -10,14 +10,31 @@ const head: NuxtAppConfig['head'] = { name: 'viewport', content: 'width=device-width, initial-scale=1', }, + { + name: 'format-detection', + content: 'telephone=no', + }, + { hid: 'title', name: 'title', content: 'Map My Expenses' }, { hid: 'description', name: 'description', + content: 'Visualize all your expenses on the map', + }, + { hid: 'og:title', property: 'og:title', content: 'Map My Expenses.' }, + { + hid: 'og:description', + property: 'og:title', content: 'Quickly map all your expenses', }, { - name: 'format-detection', - content: 'telephone=no', + hid: 'og:site_name', + property: 'og:site_name', + content: 'Map My Expenses', + }, + { + hid: 'twitter:description', + property: 'og:site_name', + content: 'Quickly map all your expenses', }, ], link: [