Skip to content

Commit 7c8d075

Browse files
author
ghost
committed
added services to schema
1 parent fda24ef commit 7c8d075

1 file changed

Lines changed: 42 additions & 57 deletions

File tree

ai-governance.html

Lines changed: 42 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -12,87 +12,72 @@
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">
1414

15+
<!-- GenAI Security & Data Protection Assessment -->
1516
<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-
}
17+
{
18+
"@context": "https://schema.org",
19+
"@type": "Service",
20+
"name": "GenAI Security & Data Protection Assessment",
21+
"description": "Map GenAI usage, find data leaks & prompt injection risks, deliver prioritized fixes aligned with NIST AI RMF",
22+
"url": "https://www.mousa-cloud.com/ai-governance.html",
23+
"provider": {
24+
"@id": "https://www.mousa-cloud.com/#organization"
3725
},
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": [
26+
"areaServed": [
4827
"United States", "US",
4928
"Singapore", "SG",
5029
"Saudi Arabia", "SA",
5130
"Hong Kong", "HK",
5231
"Japan", "JP"
5332
],
54-
"serviceType": "GenAI Security"
33+
"serviceType": "GenAI Security"
34+
}
35+
</script>
36+
37+
<!-- Cloud & AI Architecture Hardening Review -->
38+
<script type="application/ld+json">
39+
{
40+
"@context": "https://schema.org",
41+
"@type": "Service",
42+
"name": "Cloud & AI Architecture Hardening Review",
43+
"description": "Secure-by-design review of LLMs, vector stores, APIs, and data pipelines with IAM, encryption, and monitoring controls",
44+
"url": "https://www.mousa-cloud.com/ai-governance.html",
45+
"provider": {
46+
"@id": "https://www.mousa-cloud.com/#organization"
5547
},
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": [
48+
"areaServed": [
6649
"United States", "US",
6750
"Singapore", "SG",
6851
"Saudi Arabia", "SA",
6952
"Hong Kong", "HK",
7053
"Japan", "JP"
7154
],
72-
"serviceType": "AI Architecture"
55+
"serviceType": "AI Architecture"
56+
}
57+
</script>
58+
59+
<!-- 48-Hour GenAI Risk Snapshot -->
60+
<script type="application/ld+json">
61+
{
62+
"@context": "https://schema.org",
63+
"@type": "Service",
64+
"name": "48-Hour GenAI Risk Snapshot",
65+
"description": "Fast workshop + report with top 5 AI risks and 3 fastest fixes to kickstart your AI security program",
66+
"url": "https://www.mousa-cloud.com/ai-governance.html",
67+
"provider": {
68+
"@id": "https://www.mousa-cloud.com/#organization"
7369
},
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": [
70+
"areaServed": [
8471
"United States", "US",
8572
"Singapore", "SG",
8673
"Saudi Arabia", "SA",
8774
"Hong Kong", "HK",
8875
"Japan", "JP"
8976
],
90-
"serviceType": "GenAI Risk Assessment"
91-
}
92-
]
77+
"serviceType": "GenAI Risk Assessment"
78+
}
9379
</script>
9480

95-
9681
<style>
9782
:root,
9883
[data-theme="light"] {

0 commit comments

Comments
 (0)