Better SEO by adding meta_desc in meta-description

  • Mark Govaerts
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
4 years 3 months ago - 3 years 7 months ago #131211 by Mark Govaerts
Hi,

i found out that the meta-description just contains of the product name and does not include the meta-description.

In components \ com_eshop \ helpers \ helper.php, for now, i changed the rule from:
Code:
$document->addCustomTag('<meta property="og:description" content="' . $product->product_name . '"/>');

to:
Code:
$document->addCustomTag('<meta property="og:description" content="' . $product->product_name .' '. $product->meta_desc . '"/>');

I know this disappears at the next update. So can you please add this in a new version of eShop? It would be beter for the SEO of products.

Just a small request ;-)

kind regards,

Mark
Last edit: 3 years 7 months ago by Mark Govaerts.

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

Moderators: Giang Dinh Truong