🧱

Gerador de Schema JSON-LD

Gere dados estruturados válidos prontos para o Google. Aumente suas chances de obter Rich Snippets.

Perguntas e Respostas
Tip: Google prefers FAQs that directly answer search intent. Avoid long promotional texts.
📋 Código JSON-LD

            
`); } function copySchema() { const raw = document.getElementById('outputPre').getAttribute('data-raw'); navigator.clipboard.writeText(raw).then(() => { const btn = document.querySelector('.action-btn'); const orig = btn.innerText; btn.innerText = 'COPIED!'; btn.classList.add('active'); setTimeout(() => { btn.innerText = orig; btn.classList.remove('active'); }, 1800); }); } // Init document.getElementById('time').innerText = new Date().getFullYear(); toggleFields(); generate();