How to fix 'Invalid floating point number in property price' in Ella theme?

Topic summary

Multiple Shopify store owners are encountering Google Search Console errors related to invalid floating point numbers in product price schema markup. The issue affects structured data (JSON-LD microdata) used for search engine optimization.

Primary Issue:

  • Error message: “Invalid floating point number in property ‘price’ (in ‘offers’)”
  • Affects multiple themes: Ella, Debutify, and others
  • One user reports over 250 products impacted

Proposed Solutions:

  • Apply Liquid filters to product prices: {{ compare_at_price | ceil }} or {{ compare_at_price | round }}
  • Remove currency symbols from price values in JSON-LD schema
  • Locate and edit the theme’s JSON-LD or microdata files

Current Status:

  • The discussion remains open with no confirmed resolution
  • Users struggle to locate the correct theme files to implement fixes
  • One expert offers direct assistance but requires theme file access to provide specific code fixes
  • A structured data helper documentation link was shared as a reference resource
Summarized with AI on October 26. AI used: claude-sonnet-4-5-20250929.

This is what appears in my google console but since then I haven’t been able to find a solution.
Invalid floating point number in property “price” (in “offers”)

Help me please.
I use the Ella theme.

@Azoui1984

can you please share a screenshot of the issue? so that i can look into what exactly you are explaining.

thanks

@Azoui1984

where you add the schema code please add this filter in the product price

User Ciel filter OR
{{ compare_at_price | ceil }}
Round filter
{{ compare_at_price | round}}

thanks

I’m also having this issue but with debutify theme. I would really appreciate it if you could help me out as well. Similarly I’m also having a critical issue which is called: Missing field “name” but I also don’t understand how I can properly fix this. I attached the error codes below. Thanks in advance!

@FreeSoulz

can you please provide store url?

ofcourse! Here it is: https://www.freesoulz.nl/

@FreeSoulz

please refer to the helper documentation below if have idea how to fix it or do let me know i can do it for you.

Structure Data Helper

thanks

Hi sorry to jump on this post but I have the same issue ? my url is https://ljvapes.co.uk/

it states over 250 items are affected ?

1 Like

@Ljvapes can you share the search console where this issue has been appeared?

hi do you mean the link? or screen shot?

@Ljvapes i have seen the screenshot it looks like your price is incorrect formate in the JSON LD microdata , you have to remove the currently sign and validate it again.

Thank you for the response. Where do i find this file please ?

@Ljvapes

might be possible it will be in your theme JSON LD file or micoro data file.

Hi thank you , I cant find that file anywhere in the theme ?

@Ljvapes let me know if you want me to look at this and fix it for you.?

Good morning , if there is a fix I would appreciate that :blush:

HI @Ljvapes i cannot recommend any code fix yet without looking into the theme file code structure. Hopefully you will understand that.

Thanks

Hi yes that’s fine i fully understand :blush: