Meta tags/description not showing !!

  • Jibon
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
8 years 7 months ago #94114 by Jibon
Hello,

I have added meta tags & description during setting up menu for showing all services but in respective page those meta tags & descriptions wasn't showing up. Possible solution:
Code:
components/com_osservicesbooking/classes/service.html.php after line 19
add this codes
Code:
$document = JFactory::getDocument(); if ($params->get('menu-meta_description')){ $document->setDescription($params->get('menu-meta_description')); } if ($params->get('menu-meta_keywords')){ $document->setMetadata('keywords', $params->get('menu-meta_keywords')); }

Hope developer will resolve this issue in new version.

Please Log in or Create an account to join the conversation.

Moderators: Dang Thuc Dam