Shopify themes, liquid, logos, and UX
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
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.
Solved! Go to the solution
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.
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.
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
Hi @pratimasrivasta,
how did you changed the content? What exactly did you change in the liquid file? Provide a screenshot.
Now, it's resolved
Yes
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 !
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.
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.