I can't find index.liquid file to add custom slider

where is index.liquid file ? I only found index.json

the code I want to add is HTML code, and the tutorial states that I need to put it in Index.liquid file

Help me

I’m having the same problem.

@poloWa , @gerns52

Shopify themes “index”, aka homepage, aka frontpage is theme.liquid the core layout file.

https://shopify.dev/themes/architecture/layouts

For adding custom code to a theme be sure to look for sections like custom-html, or custom-liquid, in the visual theme editor settings.

Yes, I Do have a theme.liquid file but if I add the schema to the body it will appear to all pages of the website. What I want is to add the Local Business Schema only in the homepage. Thanks for your previous comments and knowledge