diff options
Diffstat (limited to 'src/components')
| -rw-r--r-- | src/components/Layouts/Layout.tsx | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/components/Layouts/Layout.tsx b/src/components/Layouts/Layout.tsx index 1ca954a..0a3aa3d 100644 --- a/src/components/Layouts/Layout.tsx +++ b/src/components/Layouts/Layout.tsx @@ -45,6 +45,14 @@ const Layout = ({ return ( <> <Head> + <meta property="og:site_name" content={config.name} /> + <meta + property="og:locale" + content={`${config.locales.defaultLocale}_${config.locales.defaultCountry}`} + /> + <meta property="twitter:card" content="summary" /> + <meta property="twitter:site" content={config.twitterId} /> + <meta property="twitter:creator" content={config.twitterId} /> <link rel="alternate" href="/feed.xml" |
