We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

Re: Why is my homepage meta description appearing on all product pages?

Solved

Why is my homepage meta description appearing on all product pages?

pratimasrivasta
New Member
5 0 0

I have updated my home page meta description of bioayurveda.in

but this home page meta tag is showing on every product page of my website it is not showing the respective meta tags of the product page.

I have updated every meta tag but not displaying the product page meta description. Please resole my issue.

Accepted Solution (1)

Niki_K
Shopify Partner
462 47 134

This is an accepted solution.

Hi @pratimasrivasta,

have you changed anything in the theme.liquid file? Or added any SEO app, which could have changed it? These factors could have had impact on the meta description. 

In the liquid file, there should be this code: 

{%- if page_description -%}
    <meta name="description" content="{{ page_description | escape }}">
  {%- endif -%}

 

This says that if a page meta description is available, then it will be used. 

Send me a link to your store to niki@ecommercepot.com and I'll help you out.
For more info what I do, visit my agency website ecommercepot.com or my personal website nikikozak.me.

View solution in original post

Replies 8 (8)

Niki_K
Shopify Partner
462 47 134

This is an accepted solution.

Hi @pratimasrivasta,

have you changed anything in the theme.liquid file? Or added any SEO app, which could have changed it? These factors could have had impact on the meta description. 

In the liquid file, there should be this code: 

{%- if page_description -%}
    <meta name="description" content="{{ page_description | escape }}">
  {%- endif -%}

 

This says that if a page meta description is available, then it will be used. 

Send me a link to your store to niki@ecommercepot.com and I'll help you out.
For more info what I do, visit my agency website ecommercepot.com or my personal website nikikozak.me.
pratimasrivasta
New Member
5 0 0

Thanks for your reply. I didn't add any SEO app but yes I changed meta description content in the liquid file 

& this content is showing on every page of the meta description. Please resolve my problem I want to show a relevant meta description of every page

Niki_K
Shopify Partner
462 47 134

Hi @pratimasrivasta,

how did you changed the content? What exactly did you change in the liquid file? Provide a screenshot.

Send me a link to your store to niki@ecommercepot.com and I'll help you out.
For more info what I do, visit my agency website ecommercepot.com or my personal website nikikozak.me.
pratimasrivasta
New Member
5 0 0

Now, it's resolved

pratimasr
New Member
6 0 0

Yes

LuisaAlexandri
Tourist
9 0 3

Super amazing Answer Sir! You Explain very well about problem of Meta Description that not show on homepage ,,,,you tell very easy step to solve this error by using website coding page and added into SEO app....It is very help ful for me .Thanks a lot Sir !

Tahar1407
Visitor
1 0 0

Hi There, 
I have the same problem and I don't know what to do. I did everything. I meta description is correct, I emptied my cash, i checked all my meta description for each page but still the same problem. I even indexed all my pages with google. 

shopi.JPG

google.JPG

SMVD1
Visitor
1 0 0

Yes, this happens when you have used a meta description through code in your head section like in this website https://socialmediavideodownloader.com where i was using meta description through code then it was showing the same in all the pages as well as posts but now when i have removed the code it was showing different meta description in all the pages and post.


But some time it can be because of some plugin as well because when you use multiple plugin it overlaps each other and then error happens.

SMVD