MARKETPLACE
SPONSORS
LOG IN
 
ANALYZE A DEAL
DOWNLOAD SLIDES

Check out some of our other free educational resources!

FREE DOWNLOAD
FREE DOWNLOAD
FREE DOWNLOAD
// Noindex Kajabi system pages var path = window.location.pathname; if ( path.includes("/login") || path.includes("/password") || path.includes("/password/new") || path.includes("/password-reset") || path.includes("/reset") || path.includes("/checkout") // optional, but recommended ) { var meta = document.createElement("meta"); meta.name = "robots"; meta.content = "noindex, nofollow"; document.head.appendChild(meta); }