Skip to content
Générateur SEO Avancé
🔎 Générateur SEO V2 – Keywords + Tags + Volume
📚 Catégorie probable :
${category}
`;
}
function copierTags() {
const tags = Array.from(document.querySelectorAll('.tag')).map(tag => tag.innerText).join(" ");
navigator.clipboard.writeText(tags).then(() => {
alert("Tags copiés dans le presse-papier !");
});
}