Product Meta Description for SEO

Open to all! Ask other shopowners for help.
Post Reply
Dnj1964
Member
Posts: 54
Joined: Fri Nov 06, 2020 8:27 pm
Phoenix Version:
Has thanked: 8 times

Product Meta Description for SEO

Post 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?


Join The Code Co-op to get access to your library in the Code Co-op Forum
ecartz
Core Team
Posts: 3084
Joined: Tue Nov 05, 2019 6:02 pm
Phoenix Version:
Has thanked: 4 times
Been thanked: 208 times

Re: Product Meta Description for SEO

Post 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.


Join The Code Co-op to get access to your library in the Code Co-op Forum
Post Reply