Is there a way to disable schema or only show on certain pages?

We’re using knowledge tags on our pages and it auto inserts page schema in the code, we would prefer it only show on the homepage or not at all (as we also have our code). Is there any to customize the schema output as needed or remove it?

@Fernando_Blanco ,

The Knowledge Tag script is inserted into the HTML of page, and executes client-side.
Therefore, if you only want it to fire on your home page, just ensure that it is only included in the HTML of your home page.

Are you using a single-page application, or something? Otherwise, I don’t quite follow what the issue is in this scenario.