Page 1 of 1

Product Meta Description for SEO

Posted: Fri Apr 01, 2022 8:20 pm
by Dnj1964
Have this turned off for products.

When using the search the Product Meta Description for SEO is displayed

Is there a way to stop this so just the product is displayed?

Re: Product Meta Description for SEO

Posted: Fri Apr 01, 2022 9:31 pm
by ecartz

Code: Select all

      if (!Text::is_empty($product->get('seo_description'))) {
It only shows when it is not empty. So if you just set the column to be an empty string, it won't show.

Alternately, you could delete lines 68-72 of templates/default/includes/components/product_listing.php or whichever template you're using.