Re: How to prevent shopify to generate meta description automatically?

How to prevent shopify to generate meta description automatically?

bhumip
Shopify Partner
8 0 2

Hi There,

 

How to prevent shopify to generate meta description automatically? I am using Dawn theme, and when there is no meta description added Shopify automatically generates meta description based on page description.

 

Anyone have an idea how we can prevent this? as I want no description on some pages.

 

Thanks!

Shopify is best.
Replies 2 (2)

made4Uo
Shopify Partner
3877 719 1231

Hi @bhumip

 

1. Go to Admin page > Online store > themes > Actions > Edit code
2. You can go to the theme.liquid of your theme. Then delete the code below or have an if statement

 

<meta name="description" content="{{ page_description | escape }}">

 

 

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free
bhumip
Shopify Partner
8 0 2

Hi @made4Uo 

 

If I'll remove that statement it will remove from all pages, I want to content will be blank in meta description tag who has no value added from the backend of the shopify.

 

Thanks!

Shopify is best.