Skip to content

Commit fda24ef

Browse files
author
ghost
committed
added services to schema
1 parent 126d789 commit fda24ef

1 file changed

Lines changed: 82 additions & 0 deletions

File tree

ai-governance.html

Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,88 @@
1111
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
1212
<link href="https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap" rel="stylesheet">
1313
<link rel="stylesheet" href="styles.css">
14+
15+
<script type="application/ld+json">
16+
[
17+
{
18+
"@context": "https://schema.org",
19+
"@type": "Organization",
20+
"@id": "https://www.mousa-cloud.com/#organization",
21+
"name": "Mousa Cloud Consulting",
22+
"description": "CCSP-certified AWS cloud security, AI governance consulting",
23+
"url": "https://www.mousa-cloud.com",
24+
"logo": "https://www.mousa-cloud.com/mcc-logo.jpg",
25+
"areaServed": [
26+
"United States", "US",
27+
"Singapore", "SG",
28+
"Saudi Arabia", "SA",
29+
"Hong Kong", "HK",
30+
"Japan", "JP"
31+
],
32+
"contactPoint": {
33+
"@type": "ContactPoint",
34+
"contactType": "Consulting",
35+
"email": "contact@mousa-cloud.com"
36+
}
37+
},
38+
{
39+
"@context": "https://schema.org",
40+
"@type": "Service",
41+
"name": "GenAI Security & Data Protection Assessment",
42+
"description": "Map GenAI usage, find data leaks & prompt injection risks, deliver prioritized fixes aligned with NIST AI RMF",
43+
"url": "https://www.mousa-cloud.com/ai-governance.html",
44+
"provider": {
45+
"@id": "https://www.mousa-cloud.com/#organization"
46+
},
47+
"areaServed": [
48+
"United States", "US",
49+
"Singapore", "SG",
50+
"Saudi Arabia", "SA",
51+
"Hong Kong", "HK",
52+
"Japan", "JP"
53+
],
54+
"serviceType": "GenAI Security"
55+
},
56+
{
57+
"@context": "https://schema.org",
58+
"@type": "Service",
59+
"name": "Cloud & AI Architecture Hardening Review",
60+
"description": "Secure-by-design review of LLMs, vector stores, APIs, and data pipelines with IAM, encryption, and monitoring controls",
61+
"url": "https://www.mousa-cloud.com/ai-governance.html",
62+
"provider": {
63+
"@id": "https://www.mousa-cloud.com/#organization"
64+
},
65+
"areaServed": [
66+
"United States", "US",
67+
"Singapore", "SG",
68+
"Saudi Arabia", "SA",
69+
"Hong Kong", "HK",
70+
"Japan", "JP"
71+
],
72+
"serviceType": "AI Architecture"
73+
},
74+
{
75+
"@context": "https://schema.org",
76+
"@type": "Service",
77+
"name": "48-Hour GenAI Risk Snapshot",
78+
"description": "Fast workshop + report with top 5 AI risks and 3 fastest fixes to kickstart your AI security program",
79+
"url": "https://www.mousa-cloud.com/ai-governance.html",
80+
"provider": {
81+
"@id": "https://www.mousa-cloud.com/#organization"
82+
},
83+
"areaServed": [
84+
"United States", "US",
85+
"Singapore", "SG",
86+
"Saudi Arabia", "SA",
87+
"Hong Kong", "HK",
88+
"Japan", "JP"
89+
],
90+
"serviceType": "GenAI Risk Assessment"
91+
}
92+
]
93+
</script>
94+
95+
1496
<style>
1597
:root,
1698
[data-theme="light"] {

0 commit comments

Comments
 (0)