Produce an SEO title, meta description, product blurb and JSON-LD product schema for the keyword lowes generators.
Tool
How to use: put the Title (<= 60 chars) and meta description (120–155 chars) in your page head. Paste the JSON-LD into <head> or before </body>. Use canonical URLs and a descriptive slug like /generators/lowes-generators.
`
].join('\n');
output.textContent = out;
});
copyBtn.addEventListener('click', async () => {
try {
await navigator.clipboard.writeText(output.textContent || '');
copyBtn.textContent = 'Copied ✓';
setTimeout(()=>copyBtn.textContent = 'Copy Output', 1500);
} catch (e) {
alert('Copy failed — select the output and press Ctrl+C.');
}
});
// Generate once on load so the user sees content immediately
generateBtn.click();