function resizeIframe(obj) { obj.style.height = obj.contentWindow.document.documentElement.scrollHeight + 'px'; }

Automatically Sort Keywords into Similar Topic Clusters

This tool takes a list of keywords and automatically sorts them into topics. This can help break up large chunks of keywords into more content!

Please wait, the tool may take a few seconds to load…

var loadingMessage = document.getElementById(“loading-message”);
var toolIframe = document.getElementById(“tool-iframe”);

toolIframe.onload = function() {
loadingMessage.style.display = “none”;
};