Fix some SEO

This commit is contained in:
2022-09-14 22:24:10 +02:00
parent eb9eaaa250
commit eaf1c789e0
2 changed files with 5 additions and 7 deletions

View File

@@ -14,18 +14,17 @@
import Heading from '$components/molecules/Heading.svelte'
const { locations }: any = getContext('global')
const text = "Explore the globe to discover unique locations across the world"
</script>
<Metas
title="Locations"
description=""
title="Locations Houses Of"
description={text}
image=""
/>
<PageTransition name="explore">
<Heading
text="Explore the globe to discover unique locations across the world"
/>
<Heading {text} />
<section class="explore__locations">
<InteractiveGlobe2 />

View File

@@ -61,9 +61,8 @@
</script>
<Metas
title="Subscribe Houses Of"
title="Subscribe Houses Of"
description="Subscribe to the Houses Of newsletter to be notified when new photos or locations are added to the site and when more prints are available on our shop"
image=""
/>
<PageTransition name="subscribe">