Fix some SEO
This commit is contained in:
@@ -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 />
|
||||
|
||||
Reference in New Issue
Block a user