diff --git a/_protected/framework/Layout/Html/Design.class.php b/_protected/framework/Layout/Html/Design.class.php
index 76baa28325..b7db63702c 100755
--- a/_protected/framework/Layout/Html/Design.class.php
+++ b/_protected/framework/Layout/Html/Design.class.php
@@ -134,7 +134,8 @@ public function langList(): void
}
/**
- * For better SEO optimization for multilingual sites. Ref: https://support.google.com/webmasters/answer/189077
+ * Adds hreflang link tag attributes to specify the language and geographical targeting of a webpage.
+ * For better SEO optimization to handle multilingual sites. Ref: https://support.google.com/webmasters/answer/189077
*
* @return void
*/