Update SEO titles
All checks were successful
continuous-integration/drone/push Build is passing

Use API default title for start
This commit is contained in:
2020-04-21 18:01:13 +02:00
parent 62eab08873
commit a13592d273
2 changed files with 4 additions and 5 deletions

View File

@@ -90,11 +90,11 @@
<svelte:head>
{#if $currentLocation}
<title>{$site.seo_name} Beautiful homes of {$currentLocation.name}, {$currentLocation.country.name}</title>
<title>{$site.seo_name} {$site.seo_title_default} of {$currentLocation.name}, {$currentLocation.country.name}</title>
<meta name="description" content="{$site.seo_name} {$currentLocation.name} {$currentLocation.description}">
<SocialMetas
url="https://{$page.host}/viewer/{currentPhoto.location.country.slug}/{currentPhoto.location.slug}/{currentPhoto.slug}"
title="{$site.seo_name} - Beautiful homes of {$currentLocation.name}, {$currentLocation.country.name}"
title="{$site.seo_name} - {$site.seo_title_default} of {$currentLocation.name}, {$currentLocation.country.name}"
description="{$site.seo_name} {$currentLocation.name} {$currentLocation.description}"
image={getThumbnail(currentPhoto.image.private_hash, 1200, 630)}
/>