Under UK GDPR, 'appropriate technical measures' to protect personal data is not optional — it's a legal requirement. Here's what that means for your website in plain English.
The UK General Data Protection Regulation (UK GDPR), retained after Brexit under the Data Protection Act 2018, requires organisations to implement "appropriate technical and organisational measures" to protect personal data. Article 32 specifically calls out:
Failure to comply can result in fines of up to £17.5 million or 4% of global annual turnover (whichever is higher), issued by the Information Commissioner's Office (ICO).
The ICO does not prescribe a specific checklist, but the following are widely considered baseline requirements for any website handling personal data (contact forms, user accounts, e-commerce):
All data transmitted between your visitors and your server must be encrypted. This means:
If your site uses cookies to manage sessions or store personal data:
Secure flag: cookies only sent over HTTPSHttpOnly flag: prevents JavaScript access (XSS protection)SameSite=Strict or Lax: prevents cross-site request forgeryCommon GDPR violations discovered by security scanners include:
.env files accessible via the web (containing database passwords, API keys).git directories exposed (revealing source code and commit history)database.sql.bak, backup.zip) left in the web rootIf your domain sends emails (newsletters, order confirmations, password resets), you need:
Without these, your domain can be spoofed to send phishing emails to your customers — a serious GDPR breach.
The ICO has issued fines to organisations specifically for:
WebGuard's GDPR compliance mode maps every security check to the relevant GDPR article and ICO guidance. You can generate a GDPR compliance PDF report showing your current status against each requirement — useful for Data Protection Impact Assessments (DPIAs) and supplier due diligence questionnaires.
Run a free GDPR compliance scan at WebGuard [blocked] — no account required.
Free scan, no account required. See exactly which issues affect your site.
Start Free ScanA practical, actionable checklist covering the technical website requirements UK businesses must meet under GDPR — from cookie consent to SSL certificates and data breach readiness.
Cyber Essentials is the UK government-backed certification that demonstrates your organisation takes basic cyber security seriously. Here's exactly what your website needs to achieve it.
Google uses HTTPS and security signals as ranking factors. A poor security posture doesn't just put your visitors at risk — it actively hurts your search rankings and conversion rates.