,
,

    ,
      ,
    • , , , , tags answerHTML = cleanHtml(answerHTML); // Option 2: Alternative - strip all HTML and use only text // Uncomment the line below if you want to remove all HTML // const answerText = answerEl.textContent.trim(); if (!answerHTML) return; // Skip if no answer content // Add this Q&A pair to the schema faqSchema.mainEntity.push({ "@type": "Question", "name": questionText, "acceptedAnswer": { "@type": "Answer", "text": answerHTML } }); }); // Helper function to clean HTML - keeps only basic formatting tags function cleanHtml(html) { // Create a temporary div element const tempDiv = document.createElement('div'); tempDiv.innerHTML = html; // Remove any script tags const scripts = tempDiv.querySelectorAll('script'); scripts.forEach(script => script.remove()); // Convert divs to paragraphs const divs = tempDiv.querySelectorAll('div:not([class]):not([id])'); divs.forEach(div => { const p = document.createElement('p'); p.innerHTML = div.innerHTML; div.parentNode.replaceChild(p, div); }); // Get HTML with only basic formatting return tempDiv.innerHTML; } // Only add the schema if we have FAQ items if (faqSchema.mainEntity.length > 0) { // Create the script element const scriptElement = document.createElement('script'); scriptElement.type = 'application/ld+json'; scriptElement.textContent = JSON.stringify(faqSchema); // Add it to the document head document.head.appendChild(scriptElement); // Optionally log for debugging console.log("FAQ Schema added with", faqSchema.mainEntity.length, "items"); } });

Absolute Product and Company Certifications

Solutions built with security in mind

At Absolute we understand that many of our customers are bound by regulatory mandates, which often requires them to prove that the products they deploy are built leveraging secure coding practices and that the vendors they interact with apply proper processes to match high standards in information security. In turn, Absolute invest heavily in maintaining relevant product and company authorizations, accreditations, and certifications.

ISO/IEC 27001 certification

ISO certification(s) demonstrates to customers that Absolute has been independently assessed to have appropriate processes in place to help ensure the security and reliability of sensitive customer data.

The Absolute Platform is audited once a year for ISO/IEC 27001:2013 compliance by a third-party accredited certification body, providing independent validation that security controls are in place and operating effectively. The scope of the audit includes our Canadian Data Center (CADC) and US Data Center (USDC).

SOC 2

Service Organization Control 2 (SOC2) is an industry-leading reporting standard, defined by the American Institute of Certified Public Accountants (AICPA), that is easily understood and trusted by customers and their third-party auditors. SOC 2 reports are independent, third-party-issued reports.

Absolute is SOC 2 Type 2 compliant for its Amazon Web Service (AWS) environment for Absolute Secure Endpoint and SOC 2 Type 2 compliant for the company's Absolute Secure Access Cloud service.

FedRAMP

FedRAMP provides a standardized approach to security assessment, authorization, and monitoring that minimizes cybersecurity risk for U.S. federal agencies as they move to the cloud.

Absolute Security has achieved FedRAMP authorization to operate (ATO) at the moderate impact level for its Secure Endpoint product suite. In achieving this designation, Absolute enables federal agencies to strengthen resiliency across their device fleets, minimizing management costs, reducing risk exposure, and improving incident response capabilities.