diff --git a/core/core.php b/core/core.php
index 4cb304b2..0834aeae 100644
--- a/core/core.php
+++ b/core/core.php
@@ -1975,7 +1975,13 @@ class common
{
echo '
' . $this->output['metaTitle'] . '';
echo '';
- echo '';
+ if (
+ $this->getData(['locale', 'homePageId']) === $this->getUrl(0)
+ ) {
+ echo '';
+ } else {
+ echo '';
+ }
}
/**