diff --git a/src/routes/viewer/[country]/[place]/[photo].svelte b/src/routes/viewer/[country]/[place]/[photo].svelte
index 90cec3c..9f48822 100644
--- a/src/routes/viewer/[country]/[place]/[photo].svelte
+++ b/src/routes/viewer/[country]/[place]/[photo].svelte
@@ -89,6 +89,7 @@
+ {#if $currentLocation}
{$site.seo_name} – Beautiful homes of {$currentLocation.name}, {$currentLocation.country.name}
+ {/if}