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