Liquid error (sections/collection line 359): Could not find asset snippets/SEO-STRUCTURED-jsonld.liquid
const script = document.createElement('script');
script.src = 'path/to/your/script.js';
script.async = true; // or defer depending on the use case
document.head.appendChild(script);