Is your WordPress site GDPR-compliant? Tick the points you meet to get an indicative compliance score. Free tool, no data sent — everything stays in your browser.
.sg-tool{border:1px solid #e3e3ef;border-radius:14px;padding:22px;margin:24px 0;background:#fafaff}
.sg-tool__check{list-style:none;padding:0;margin:0}
.sg-tool__check li{margin:10px 0}
.sg-tool__check label{font-weight:500;cursor:pointer;display:flex;gap:.6em;align-items:flex-start}
.sg-tool__check input{margin-top:.25em}
.sg-tool__score{font-size:1.5rem;font-weight:800;margin:18px 0 10px;color:#1a1a2e}
.sg-tool__score span{color:#7a00df}
.sg-tool__verdict{padding:14px;border-radius:10px;font-weight:600}
.sg-v-low{background:#ffe1e1}.sg-v-mid{background:#fff3d6}.sg-v-high{background:#e2f6e2}
(function(){
var boxes=[].slice.call(document.querySelectorAll(‘.gdpr-c’)),
total=boxes.length,
sc=document.getElementById(‘gdpr-score’),
v=document.getElementById(‘gdpr-verdict’);
function upd(){
var n=boxes.filter(function(b){return b.checked;}).length;
sc.textContent=n;
var cls,msg;
if(n<=Math.floor(total/2)){cls='sg-v-low';msg="High risk: your site has several major non-compliances. Bringing it into compliance should be a priority.";}
else if(n<total-2){cls='sg-v-mid';msg="Partial compliance: the basics are there, but sensitive points remain to address.";}
else {cls='sg-v-high';msg="Good level: your site covers the essentials. An audit will confirm the last details.";}
v.className='sg-tool__verdict '+cls; v.textContent=msg;
}
boxes.forEach(function(b){b.addEventListener('change',upd);}); upd();
})();
Understanding the checklist
Each point corresponds to a concrete GDPR obligation for a WordPress site. The detail of each requirement is explained in our complete guide: WordPress and GDPR in 2026.
A full GDPR audit?
This tool gives a self-assessment. For an in-depth audit and a prioritised compliance plan, the agency Seganiko provides a free WordPress GDPR audit.
Request a free GDPR audit
Indicative self-assessment, no legal value. Does not replace a professional audit or legal advice.