Add OpenGraph image and headers
This commit is contained in:
parent
c5bb9e46ac
commit
3c5bd5cbbd
3 changed files with 28 additions and 5 deletions
|
|
@ -3,6 +3,25 @@
|
|||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
|
||||
<!-- Open Graph -->
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:title" content="happyDeliver - Test Your Email Deliverability" />
|
||||
<meta
|
||||
property="og:description"
|
||||
content="Get detailed insights into your email configuration, authentication, spam score, and more. Open-source, self-hosted, and privacy-focused."
|
||||
/>
|
||||
<meta property="og:image" content="/img/og.webp" />
|
||||
|
||||
<!-- Twitter -->
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
<meta name="twitter:title" content="happyDeliver - Test Your Email Deliverability" />
|
||||
<meta
|
||||
name="twitter:description"
|
||||
content="Get detailed insights into your email configuration, authentication, spam score, and more. Open-source, self-hosted, and privacy-focused."
|
||||
/>
|
||||
<meta name="twitter:image" content="/img/og.webp" />
|
||||
|
||||
%sveltekit.head%
|
||||
</head>
|
||||
<body data-sveltekit-preload-data="hover">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue