Skip to content

Commit

Permalink
update newsletter page meta (#245)
Browse files Browse the repository at this point in the history
  • Loading branch information
theClarkSell committed Apr 17, 2024
2 parents 85e1dd8 + 799a02d commit cd2264c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
7 changes: 4 additions & 3 deletions src/routes/(root)/newsletter/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@
import HubspotForm from '$components/newsletter/HubspotForm.svelte';
const metaTags = ((title = 'Create your THAT account and profile today and get involved.') => ({
const metaTags = ((title = 'Join THAT Newsletter.') => ({
title,
tags: seoMetaTags({
title,
description: 'aafsdfa.',
description:
'Get the 5-minute newsletter teaching geeks how to grow their network and create the career they love in tech. Oh and stay up to date with everything happening at THAT Conference.',
openGraph: {
url: `https://thatconference.com/newsletter/what-now`
url: `https://thatconference.com/newsletter/`
}
})
}))();
Expand Down
5 changes: 3 additions & 2 deletions src/routes/(root)/newsletter/what-now/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@
let { thatActiveEvents } = data;
const metaTags = ((title = 'Newsletter subscription') => ({
const metaTags = ((title = 'Subscribed to THAT Newsletter') => ({
title,
tags: seoMetaTags({
title,
description: '.',
description:
"You did it! You're in and welcome to THAT. It's our passion to see people of all ages grow while helping them reach their full potential.",
openGraph: {
url: `https://thatconference.com/newsletter/what-now`
}
Expand Down

0 comments on commit cd2264c

Please sign in to comment.