{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "What is cyber security?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Cyber security refers to the practice of protecting systems, networks, and data from digital attacks, unauthorized access, and security breaches."
}
},
{
"@type": "Question",
"name": "Why is cyber security important for businesses?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Cyber security is crucial for businesses to protect sensitive information, maintain customer trust, ensure compliance with regulations, and prevent financial losses due to cyberattacks."
}
},
{
"@type": "Question",
"name": "What are common types of cyber threats?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Common cyber threats include phishing attacks, malware, ransomware, data breaches, and denial-of-service (DDoS) attacks."
}
}
]
}