Support Forums - Classified Ads Script Osclass
Osclass theme support => Free themes => Patricia Osclass Responsive Theme => Topic started by: abogoud on June 30, 2016, 01:30:06 PM
-
hello
check the head.php
<?php if( osc_get_canonical() != '' ) { ?>
<link rel="canonical" href="<?php echo osc_get_canonical(); ?>"/>
<?php } ?>
Replace
<link rel="canonical" href="<?php echo osc_get_canonical(); ?>"/>
thanks
-
@abogoud
Thanks for your tip, but actually if cannonical URL is empty, it would not be shown and I do not see reason to show empty URL...
-
Hello
Replace this will work fine
<link rel="canonical" href="<?php echo 'http://' . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI']; ?>"/>