Add SEO on some pages

This commit is contained in:
2022-05-30 21:57:25 +02:00
parent d3f74be59e
commit 1126c1f76c
3 changed files with 6 additions and 6 deletions

View File

@@ -53,8 +53,8 @@
</script>
<Metas
title="Credits - Houses Of"
description=""
title="Credits Houses Of"
description={data.credits.text}
image=""
/>

View File

@@ -30,7 +30,7 @@
dayjs.extend(relativeTime)
const { countries }: any = getContext('global')
const { countries, locations }: any = getContext('global')
let photosContentEl: HTMLElement
let photosGridEl: HTMLElement
@@ -322,8 +322,8 @@
</script>
<Metas
title="Houses Of - {filterCountry === defaultCountry ? `Photos` : `Photos of ${currentCountry.name}`}"
description=""
title="{filterCountry === defaultCountry ? `All Photos` : `Photos of ${currentCountry.name}`} - Houses Of"
description="Discover {totalPhotos} homes from {filterCountry === defaultCountry ? `${locations.length} places of ${countries.length} countries in the World` : currentCountry.name}"
image=""
/>

View File

@@ -55,7 +55,7 @@
<Metas
title="Subscribe"
description=""
description={data.newsletter_page_text}
image=""
/>