Meta tags/description not showing !!

  • MynaParrot S.L (B67681619)
  • Topic Author
  • Offline
  • New Member
  • New Member
More
7 years 2 months ago #94114 by MynaParrot S.L (B67681619)
Meta tags/description not showing !! was created by MynaParrot S.L (B67681619)
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: Mr. Dam