Shopify Index Error on specific pages

Topic summary

A Shopify store owner discovered Google Search Console indexing errors on two pages due to malformed JSON-LD structured data. The specific issue involves:

Technical Problem:

  • Extra comma after line 440 in the structured data code
  • Additional quotation mark at the end of the caption entry
  • Error message: “Parsing error: Missing ‘,’ or ‘}’”

Impact:

  • Pages are ineligible for Google rich search results
  • Invalid structured data affects SEO performance

Suspected Cause:

  • The “xo-gallery-seo” app appears to be generating this faulty code

Recommended Action:

  • Contact the app developer about this bug, as they should address the code generation issue

Status: The discussion remains open with no confirmation of resolution yet.

Summarized with AI on November 9. AI used: claude-sonnet-4-5-20250929.

Hi everyone! Hope someone can help me out. I was checking google console and I found that 2 of my pages are not indexing because of the below errors, they show me where the error is, I just dont know in what file I can found them..

https://gastonduflos.com/pages/bondi-beach-mural-2023

Code can be found on line 440. error is the extra coma after the larger line.

{
      "@type":"ImageObject",
      "caption":"Vibrant mural art at Bondi Beach, Sydney, created by GASTY, featuring playful dogs, beach scenes, and colorful surf motifs.""**,**
      "contentUrl": "https://cdn.shopify.com/s/files/1/0570/8605/0409/files/Bondi-beach-mural-gasty.webp?v=1710749908"
    },

Last updated: 5/13/24
error
Parsing error: Missing ‘,’ or ‘}’
Items with this issue are invalid. Invalid items are not eligible for Google Search’s rich results

Any thought on this? Will this affect the SEO of that page?

You have an extra " at the end of the caption entry. It looks like “xo-gallery-seo” is helping add this code for you. It might be worth reach out to them because it is a bug they should address.

1 Like