📄 Article
❓ FAQ
🛒 Product
📍 LocalBusiness
🍞 BreadcrumbList
🔧 HowTo
🏢 Organization
🌐 WebSite
'); } function doClear() { $('#output').textContent = ''; renderForm(); } $('#toolbar').innerHTML = `
${t('generate')}
${t('copy')}
${t('copyScript')}
${t('clear')}
`; $('#lbl-schema-type').textContent = t('schemaType'); $('#lbl-out').textContent = t('lblOut'); renderForm(); GZ.renderToolPage({ category: 'dev', titleKey: 'toolTitle', descKey: 'toolDesc', howToSteps: ['step1','step2','step3','step4'], related: [ {icon:'📋', href:'/dev/json.html', name:'JSON Formatter'}, {icon:'🔍', href:'/seo/meta-tag-generator.html', name:'Meta Tag Generator'}, {icon:'📊', href:'/seo/faq-schema-generator.html', name:'FAQ Schema'}, {icon:'🏷️', href:'/dev/open-graph-preview.html', name:'OG Preview'}, ] });