What's your biggest current challenge? Have your say in Community Polls along the right column.

Multiple metadata description

Solved

Multiple metadata description

Fudji
Visitor
2 0 1

Hi there ! 

 

I am working on approving my SEO. Using Ahrefs, it shows me that for numerous pages, I have multiple metadata descriptions (below, a screenshot of one website page).

Fudji_0-1731403267948.png

 

However, in my theme.liquid, I have only one line for metadescription :

Fudji_1-1731403382525.png

 

I have checked a lot of code files, like product.json, collection.json, page.json

There is not another code line asking to show another metadata description.

 

My question is : do you know where the problem could come from ?

 

Another question : here below, you can see all my apps on my website. Do you think one of them could cause such a problem ? 

Fudji_2-1731403558430.png

 

Many thanks in advance for your help !

 

Accepted Solution (1)

Guleria
Shopify Partner
3692 741 1039

This is an accepted solution.

Hello @Fudji ,

 

Apps and code both looks fine.

Once try to check in file snippets -> social-meta-tags.liquid  

or once try to remove the existing description meta tag which is available in the theme.liquid 

 

If problem solved don't forget to Like it and Mark it as Solution!
And if you need help with customization/code part you can contact me for services

You can find the email in the signature below.

 

Thanks

 

- Drop an email   if you are looking for quick fix or any customization
- Email: guleriathakur43@gmail.com Skype: live:navrocks1
- Try GEMPAGES a great page builder

View solution in original post

Replies 2 (2)

Guleria
Shopify Partner
3692 741 1039

This is an accepted solution.

Hello @Fudji ,

 

Apps and code both looks fine.

Once try to check in file snippets -> social-meta-tags.liquid  

or once try to remove the existing description meta tag which is available in the theme.liquid 

 

If problem solved don't forget to Like it and Mark it as Solution!
And if you need help with customization/code part you can contact me for services

You can find the email in the signature below.

 

Thanks

 

- Drop an email   if you are looking for quick fix or any customization
- Email: guleriathakur43@gmail.com Skype: live:navrocks1
- Try GEMPAGES a great page builder
Fudji
Visitor
2 0 1

Indeed ! 

 

I went to social-meta-tags.liquid, and deleted this line : 

<meta name="description" content="{{ social_description | default: shop.name }}">

 

Then updated, and refreshed one page that was showing 2 metadata description, it now shows only one !

 

Many thanks for your help !