On my website product pages, on all those products pages, and as well as on other pages, there is a schema markup of restaurant, I have added it for organization schema and product schema, But I am not able to find out from where this schema of restaurant is coming up. Even on home page there is schema markup of reasturant.
I want to remove the schema of Restaurant. attaching screenshot and link of the website.
https://ibaadatbyjasmine.com/
There is indeed a schema markup of restaurant in your code, you can see that clearly here:
I suppose it should be in your theme.liquid file, not far from the opening tag. You can do a search in your code with this: application/ld+json and it should highlight the structured data scripts.
If it’s not in theme.liquid, then it should be in a snippet that is referenced in theme.liquid. Anyways, it’s not far from the opening tag as highlighted in the screen capture above.