Dear all,
We are using C5 version 9.1 with PHP 7.3.33 and have implemented hreflang tag via /application/config/site.php. We want to exclude some regional website from the alternate url.
I’m using the following code:
<?php
return [
'sites' => [
'default' => [
'multilingual' => [
'set_alternate_hreflang' => true,
],
],
],
];
Can anyone help me to exclude some regional websites from alternate urls.
Thanks in advance.