From e32712cb7545e2f298ca2c0cf2543637a44234ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=99=9A=20PH=E2=91=A6=20de=20Soria=E2=84=A2=E2=99=9B?= Date: Sat, 26 Oct 2024 16:44:42 +1100 Subject: [PATCH] DocBlock comment: Give more clarification --- _protected/framework/Layout/Html/Design.class.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 */