ui: update Open Graph and Twitter card images for various pages to enhance social sharing

This commit is contained in:
Dries Augustyns
2026-05-04 12:32:51 +02:00
parent 29883ffc71
commit 4b5815c1d6
40 changed files with 492 additions and 27 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ export default function ToolsIndex() {
description:
'Free email developer tools: spam checker, email address validator, and markdown-to-email converter. No sign-up required.',
url: 'https://www.useplunk.com/tools',
images: [{url: 'https://www.useplunk.com/assets/card.png', alt: 'Plunk Email Tools'}],
images: [{url: 'https://www.useplunk.com/api/og?title=Free+Email+Developer+Tools&tag=Tool', alt: 'Plunk Email Tools', width: 1200, height: 630}],
}}
/>
@@ -54,7 +54,7 @@ export default function MarkdownToEmail() {
description:
'Convert Markdown to email-safe HTML instantly — handles inline styles, table layouts, and compatibility across email clients. Free, no sign-up.',
url: 'https://www.useplunk.com/tools/markdown-to-email',
images: [{url: 'https://www.useplunk.com/assets/card.png', alt: 'Plunk Email HTML Converter'}],
images: [{url: 'https://www.useplunk.com/api/og?title=Markdown+to+Email+HTML+Converter&tag=Tool', alt: 'Plunk Markdown to Email', width: 1200, height: 630}],
}}
/>
@@ -238,7 +238,7 @@ export default function SpamCheckerPage() {
title: 'Email Spam Checker | Free Subject Line & Content Spam Test | Plunk',
description: 'Free spam checker. Test your email subject line and content for factors that cause emails to land in spam folders.',
url: 'https://www.useplunk.com/tools/spam-checker',
images: [{url: 'https://www.useplunk.com/assets/card.png', alt: 'Plunk Email Spam Checker'}],
images: [{url: 'https://www.useplunk.com/api/og?title=Free+Email+Spam+Checker&tag=Tool', alt: 'Plunk Spam Checker', width: 1200, height: 630}],
}}
/>
@@ -65,7 +65,7 @@ export default function VerifyEmailPage() {
title: 'Email Validator | Free Email Address Verification Tool | Plunk',
description: 'Free email validator. Check email addresses for validity, typos, disposable domains, and MX records. Verify any email instantly.',
url: 'https://www.useplunk.com/tools/verify-email',
images: [{url: 'https://www.useplunk.com/assets/card.png', alt: 'Plunk Email Validator Tool'}],
images: [{url: 'https://www.useplunk.com/api/og?title=Free+Email+Address+Validator&tag=Tool', alt: 'Plunk Email Validator Tool', width: 1200, height: 630}],
}}
/>