Fix some SEO
This commit is contained in:
@@ -14,18 +14,17 @@
|
|||||||
import Heading from '$components/molecules/Heading.svelte'
|
import Heading from '$components/molecules/Heading.svelte'
|
||||||
|
|
||||||
const { locations }: any = getContext('global')
|
const { locations }: any = getContext('global')
|
||||||
|
const text = "Explore the globe to discover unique locations across the world"
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<Metas
|
<Metas
|
||||||
title="Locations"
|
title="Locations – Houses Of"
|
||||||
description=""
|
description={text}
|
||||||
image=""
|
image=""
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<PageTransition name="explore">
|
<PageTransition name="explore">
|
||||||
<Heading
|
<Heading {text} />
|
||||||
text="Explore the globe to discover unique locations across the world"
|
|
||||||
/>
|
|
||||||
|
|
||||||
<section class="explore__locations">
|
<section class="explore__locations">
|
||||||
<InteractiveGlobe2 />
|
<InteractiveGlobe2 />
|
||||||
|
|||||||
@@ -61,9 +61,8 @@
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<Metas
|
<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"
|
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">
|
<PageTransition name="subscribe">
|
||||||
|
|||||||
Reference in New Issue
Block a user