Remove ISO 27001 certification claims
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -74,10 +74,6 @@ $breadcrumbs = [
|
||||
"Data Processing"
|
||||
],
|
||||
"hasCredential": [
|
||||
{
|
||||
"@type": "EducationalOccupationalCredential",
|
||||
"name": "ISO 27001 Data Security"
|
||||
},
|
||||
{
|
||||
"@type": "EducationalOccupationalCredential",
|
||||
"name": "GDPR Compliance Certification"
|
||||
|
||||
@@ -527,8 +527,6 @@ document.addEventListener('DOMContentLoaded', function() {
|
||||
return; // Keep as is, don't animate currency
|
||||
} else if (originalText.includes('99.8%')) {
|
||||
animateNumber(stat, 0, 99.8, '%');
|
||||
} else if (originalText.includes('ISO 27001')) {
|
||||
return; // Keep as is, don't animate certification
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
991
assets/js/main.min.js
vendored
991
assets/js/main.min.js
vendored
File diff suppressed because one or more lines are too long
@@ -220,7 +220,6 @@ $breadcrumbs = [
|
||||
<li><strong>GDPR Compliance:</strong> Full adherence to data protection regulations</li>
|
||||
<li><strong>NHS Data Governance:</strong> Approved by NHS Digital and local Caldicott Guardians</li>
|
||||
<li><strong>ICO Registration:</strong> Registered with Information Commissioner's Office</li>
|
||||
<li><strong>ISO 27001:</strong> Information security management certification</li>
|
||||
<li><strong>Good Clinical Practice:</strong> Compliance with clinical trial regulations</li>
|
||||
</ul>
|
||||
|
||||
|
||||
@@ -45,7 +45,7 @@ $keywords = "UK data services FAQ, web scraping questions, data cleaning help, b
|
||||
"name": "How secure is my data with UK Data Services?",
|
||||
"acceptedAnswer": {
|
||||
"@type": "Answer",
|
||||
"text": "We use enterprise-grade security measures including 256-bit encryption, secure transfer protocols, access controls, and staff NDAs. We're ISO 27001 certified and fully GDPR compliant."
|
||||
"text": "We use enterprise-grade security measures including 256-bit encryption, secure transfer protocols, access controls, and staff NDAs. We're fully GDPR compliant."
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -321,7 +321,7 @@ $keywords = "UK data services FAQ, web scraping questions, data cleaning help, b
|
||||
<ul>
|
||||
<li><strong>Encryption:</strong> 256-bit AES encryption for data at rest and in transit</li>
|
||||
<li><strong>Access Controls:</strong> Multi-factor authentication and role-based access</li>
|
||||
<li><strong>Secure Facilities:</strong> ISO 27001 certified data centers in the UK</li>
|
||||
<li><strong>Secure Facilities:</strong> UK-based secure data centers</li>
|
||||
<li><strong>Staff Training:</strong> Regular security training and background checks</li>
|
||||
<li><strong>Network Security:</strong> Firewalls, intrusion detection, and monitoring</li>
|
||||
<li><strong>Backup & Recovery:</strong> Regular backups with tested recovery procedures</li>
|
||||
|
||||
@@ -108,7 +108,7 @@ $commonFAQs = [
|
||||
],
|
||||
[
|
||||
'question' => 'What security measures do you have in place?',
|
||||
'answer' => 'We implement enterprise-grade security including encrypted data transfer (SSL/TLS), secure data storage, access controls, regular security audits, and compliance with ISO 27001 principles.'
|
||||
'answer' => 'We implement enterprise-grade security including encrypted data transfer (SSL/TLS), secure data storage, access controls, and regular security audits.'
|
||||
]
|
||||
],
|
||||
'property-data' => [
|
||||
|
||||
@@ -1121,11 +1121,6 @@ $twitter_card_image = "https://ukdataservices.co.uk/assets/images/ukds-main-logo
|
||||
<div class="container">
|
||||
<p style="font-size: 0.9rem; margin-bottom: 30px; opacity: 0.8; letter-spacing: 1px; text-transform: uppercase;">Trusted by 150+ UK Businesses | Fully Insured | Enterprise-Grade Security</p>
|
||||
<div style="display: flex; justify-content: center; gap: 50px; flex-wrap: wrap; align-items: center;">
|
||||
<div style="text-align: center;">
|
||||
<div style="font-size: 1.5rem; margin-bottom: 5px;">🔒</div>
|
||||
<strong style="display: block; font-size: 0.95rem;">ISO 27001</strong>
|
||||
<span style="font-size: 0.8rem; opacity: 0.8;">Security Certified</span>
|
||||
</div>
|
||||
<div style="text-align: center;">
|
||||
<div style="font-size: 1.5rem; margin-bottom: 5px;">✓</div>
|
||||
<strong style="display: block; font-size: 0.95rem;">GDPR Compliant</strong>
|
||||
|
||||
Reference in New Issue
Block a user