SEO experiments for growing sites
Quick accurate SEO A/B testing. Grow engagement and ranking in 2026.
window.dwell = { ... }
const arm = dwell.divert('better_title', ['control', 'treatment'])
if (arm === 'treatment') {
document.title = 'Better title'
}