Update OG Title and Description
This commit is contained in:
@@ -50,7 +50,7 @@ function App({ Component, pageProps }: AppProps) {
|
|||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<Head>
|
<Head>
|
||||||
<title>Plunk Dashboard | The Email Platform for SaaS</title>
|
<title>Plunk Dashboard | The Open-Source Email Platform for AWS</title>
|
||||||
<meta
|
<meta
|
||||||
name="viewport"
|
name="viewport"
|
||||||
content="width=device-width, initial-scale=1.0"
|
content="width=device-width, initial-scale=1.0"
|
||||||
@@ -78,10 +78,12 @@ export default function WithProviders(props: AppProps) {
|
|||||||
>
|
>
|
||||||
<JotaiProvider>
|
<JotaiProvider>
|
||||||
<DefaultSeo
|
<DefaultSeo
|
||||||
defaultTitle={"Plunk Dashboard | The Email Platform for SaaS"}
|
defaultTitle={
|
||||||
title={"Plunk Dashboard | The Email Platform for SaaS"}
|
"Plunk Dashboard | The Open-Source Email Platform for AWS"
|
||||||
|
}
|
||||||
|
title={"Plunk Dashboard | The Open-Source Email Platform for AWS"}
|
||||||
description={
|
description={
|
||||||
"Plunk is the affordable, developer-friendly email platform that brings together marketing, transactional and broadcast emails into one single, complete solution"
|
"Plunk is the open-source, developer-friendly email platform for AWS that brings together marketing, transactional and broadcast emails into one single, complete solution"
|
||||||
}
|
}
|
||||||
twitter={{
|
twitter={{
|
||||||
cardType: "summary_large_image",
|
cardType: "summary_large_image",
|
||||||
@@ -89,11 +91,11 @@ export default function WithProviders(props: AppProps) {
|
|||||||
site: "@useplunk",
|
site: "@useplunk",
|
||||||
}}
|
}}
|
||||||
openGraph={{
|
openGraph={{
|
||||||
title: "Plunk Dashboard | The Email Platform for SaaS",
|
title: "Plunk Dashboard | The Open-Source Email Platform for AWS",
|
||||||
description:
|
description:
|
||||||
"Plunk is the affordable, developer-friendly email platform that brings together marketing, transactional and broadcast emails into one single, complete solution",
|
"Plunk is the open-source, developer-friendly email platform for AWS that brings together marketing, transactional and broadcast emails into one single, complete solution",
|
||||||
images: [
|
images: [
|
||||||
{ url: "https://app.useplunk.com/assets/card.png", alt: "Plunk" },
|
{ url: "https://www.useplunk.com/assets/card.png", alt: "Plunk" },
|
||||||
],
|
],
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user