Skip to content

Commit c0486b0

Browse files
committed
meta tags + SEO
1 parent 0e3919e commit c0486b0

File tree

5 files changed

+360
-1
lines changed

5 files changed

+360
-1
lines changed

sebi-cscrf-implementation-guide.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,20 @@ The SEBI CSCRF framework, established under [SEBI Circular SEBI/HO/MIRSD/CIR/P/2
88

99
The framework aims to enhance the cyber resilience of India's financial ecosystem by establishing minimum baseline security requirements while promoting a risk-based approach to cybersecurity.
1010

11+
## Cyber Capability Index (CCI) for Qualified REs and MIIs
12+
13+
The Cyber Capability Index (CCI) is a quantitative methodology for assessing cybersecurity maturity specifically designed for Qualified Regulated Entities (REs) and Market Infrastructure Institutions (MIIs) under SEBI's regulatory purview. The CCI framework translates SEBI CSCRF requirements into 23 measurable parameters with specific weightages to provide a standardized assessment approach.
14+
15+
### Key Features for Regulated Entities
16+
17+
- **Regulatory Compliance**: Direct alignment with SEBI CSCRF mandates for Qualified REs and MIIs
18+
- **Quantifiable Measurements**: Numerical scoring system (0-100) to determine cybersecurity maturity levels
19+
- **Risk-Based Assessment**: Weighted parameters prioritizing critical security controls
20+
- **Maturity Benchmarking**: Industry-specific maturity classification for financial market participants
21+
- **Continuous Improvement**: Trackable metrics to demonstrate security posture enhancement
22+
23+
Under SEBI directives, all Qualified REs must maintain a minimum CCI maturity level of "Developing" (score of 61 or higher), while critical MIIs are expected to achieve "Manageable" (score of 71 or higher) to ensure adequate protection of market infrastructure.
24+
1125
## Implementation Timeline
1226

1327
| Milestone | Deadline | Requirements |

src/app/page.tsx

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,15 @@ export default function Home() {
171171
</span>
172172
</p>
173173

174+
<div className="mt-4 flex justify-center">
175+
<a
176+
href="/sebi-cscrf"
177+
className="text-white hover:text-gray-200 underline transition-colors"
178+
>
179+
View SEBI CSCRF Implementation Guide
180+
</a>
181+
</div>
182+
174183
<div className="mt-8 grid grid-cols-1 md:grid-cols-2 gap-6">
175184
<div>
176185
<label htmlFor="organization" className="block text-sm font-medium text-gray-300">Organization Name</label>
@@ -290,7 +299,7 @@ export default function Home() {
290299
<h2 className="text-xl font-semibold text-blue-800">CCI Results</h2>
291300
</div>
292301
<div className="p-6">
293-
<CCIResults result={cciResult} onViewReport={handleViewReport} />
302+
<CCIResults result={cciResult} onViewReport={handleViewReport} onReset={handleReset} />
294303
</div>
295304
</div>
296305
)}

src/app/sebi-cscrf/metadata.tsx

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
import { Metadata } from 'next';
2+
3+
// Define the metadata for the SEBI CSCRF page
4+
export const metadata: Metadata = {
5+
title: 'SEBI CCI Index Calculator | Cyber Capability Index for SEBI CSCRF',
6+
description: 'Official SEBI CCI Index Calculator for measuring compliance with SEBI CSCRF framework. Calculate your organization\'s Cyber Capability Index score now.',
7+
keywords: 'SEBI CCI Index Calculator, Cyber Capability Index, SEBI CSCRF, cybersecurity compliance, Qualified REs, MIIs, CCI score calculation',
8+
openGraph: {
9+
title: 'SEBI CCI Index Calculator | Cyber Capability Index for SEBI CSCRF',
10+
description: 'Calculate your organization\'s Cyber Capability Index (CCI) score for SEBI CSCRF compliance. Free assessment tool with detailed reporting.',
11+
url: 'https://dakshinrajsiva.github.io/cci/sebi-cscrf',
12+
type: 'website',
13+
},
14+
};

src/app/sebi-cscrf/page.tsx

Lines changed: 197 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,197 @@
1+
"use client";
2+
3+
import React from 'react';
4+
import SEBICSCRFIntroduction from '../../components/SEBICSCRFIntroduction';
5+
6+
export default function SEBICSCRFPage() {
7+
return (
8+
<div className="max-w-6xl mx-auto p-6">
9+
{/* Add CSS for shiny animation */}
10+
<style jsx global>{`
11+
@keyframes shine {
12+
0% {
13+
background-position: -100% 0;
14+
}
15+
100% {
16+
background-position: 200% 0;
17+
}
18+
}
19+
.shine-effect {
20+
position: relative;
21+
overflow: hidden;
22+
}
23+
.shine-effect::after {
24+
content: '';
25+
position: absolute;
26+
top: 0;
27+
left: 0;
28+
width: 200%;
29+
height: 100%;
30+
background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 50%, rgba(255,255,255,0) 100%);
31+
transform: skewX(-20deg);
32+
animation: shine 3s infinite;
33+
pointer-events: none;
34+
}
35+
`}</style>
36+
37+
{/* SEO-optimized content with structured data */}
38+
<div itemScope itemType="https://schema.org/WebApplication" className="hidden">
39+
<meta itemProp="name" content="SEBI CCI Index Calculator" />
40+
<meta itemProp="description" content="Official SEBI CCI Index Calculator for measuring compliance with SEBI CSCRF framework. Calculate your organization's Cyber Capability Index score now." />
41+
<meta itemProp="applicationCategory" content="Compliance Tool" />
42+
<meta itemProp="keywords" content="SEBI CCI Index Calculator, Cyber Capability Index, SEBI CSCRF, cybersecurity compliance, Qualified REs, MIIs, CCI score calculation" />
43+
</div>
44+
45+
<h1 className="text-3xl font-bold mb-8 text-center">SEBI CCI Index Calculator</h1>
46+
47+
<div className="prose lg:prose-xl mx-auto mb-6">
48+
<p>The official <strong>SEBI CCI Index Calculator</strong> provides detailed assessment for the Securities and Exchange Board of India (SEBI) Cyber Security and Cyber Resilience Framework (CSCRF) compliance within regulated financial entities. Calculate your Cyber Capability Index score now.</p>
49+
</div>
50+
51+
{/* Top CTA - Floating Banner */}
52+
<div className="bg-black text-white p-4 rounded-lg shadow-lg mb-10 sticky top-4 z-10">
53+
<div className="flex flex-col md:flex-row items-center justify-between">
54+
<div className="flex items-center mb-3 md:mb-0">
55+
<div className="bg-white text-black rounded-full p-2 mr-3">
56+
<svg xmlns="http://www.w3.org/2000/svg" className="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor">
57+
<path strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M12 8v4l3 3m6-3a9 9 0 11-18 0 9 9 0 0118 0z" />
58+
</svg>
59+
</div>
60+
<div>
61+
<p className="font-bold">SEBI Compliance Deadline Approaching</p>
62+
<p className="text-sm">Use the <span className="font-medium">SEBI CCI Index Calculator</span> to assess your readiness</p>
63+
</div>
64+
</div>
65+
<a
66+
href="https://dakshinrajsiva.github.io/cci/"
67+
className="bg-white hover:bg-gray-200 text-black py-2 px-6 rounded-md transition duration-200 font-bold flex items-center shine-effect"
68+
>
69+
Calculate CCI Score →
70+
</a>
71+
</div>
72+
</div>
73+
74+
<SEBICSCRFIntroduction />
75+
76+
{/* Mid-page CTA - Card */}
77+
<div className="bg-gray-900 text-white p-5 rounded-lg border-l-4 border-white flex flex-col md:flex-row justify-between items-center my-10 gap-4">
78+
<div>
79+
<h3 className="font-bold text-lg">Ready to use the SEBI CCI Index Calculator?</h3>
80+
<p className="text-gray-300">Determine your organization's Cyber Capability Index score and maturity level instantly.</p>
81+
</div>
82+
<a
83+
href="https://dakshinrajsiva.github.io/cci/"
84+
className="bg-black hover:bg-gray-800 border border-white text-white py-2 px-6 rounded-md transition duration-200 whitespace-nowrap shine-effect"
85+
>
86+
Start Assessment
87+
</a>
88+
</div>
89+
90+
<div className="mt-10">
91+
<h2 className="text-2xl font-bold mb-4">Why Use Our SEBI CCI Index Calculator?</h2>
92+
<div className="grid grid-cols-1 md:grid-cols-2 gap-6 mb-8">
93+
<div className="bg-white rounded-lg shadow-sm p-6 border border-gray-200">
94+
<h3 className="text-xl font-semibold mb-3">Key Regulatory Aspects</h3>
95+
<ul className="list-disc pl-6 space-y-2">
96+
<li>Mandatory compliance for all SEBI Qualified Regulated Entities</li>
97+
<li>Quantifiable assessment methodology through CCI</li>
98+
<li>Bi-annual independent audit requirements</li>
99+
<li>Board-level oversight and reporting mandates</li>
100+
<li>Minimum maturity level thresholds based on entity classification</li>
101+
</ul>
102+
</div>
103+
<div className="bg-white rounded-lg shadow-sm p-6 border border-gray-200">
104+
<h3 className="text-xl font-semibold mb-3">Focus Areas for REs and MIIs</h3>
105+
<ul className="list-disc pl-6 space-y-2">
106+
<li>Critical Asset Classification and Protection</li>
107+
<li>Vulnerability Management and Remediation</li>
108+
<li>Access Control and Identity Management</li>
109+
<li>Security Incident Response Capabilities</li>
110+
<li>Third-Party Risk Management</li>
111+
<li>Continuous Security Monitoring</li>
112+
</ul>
113+
</div>
114+
</div>
115+
116+
<div className="bg-gray-50 p-6 rounded-lg border border-gray-200 mb-8">
117+
<h3 className="text-xl font-semibold mb-3">Importance of CCI in SEBI CSCRF Compliance</h3>
118+
<p className="mb-4">
119+
The <strong>SEBI CCI Index Calculator</strong> serves as the primary measurement tool for SEBI CSCRF compliance, transforming qualitative security
120+
assessments into quantifiable metrics. This approach enables:
121+
</p>
122+
<ul className="list-disc pl-6 mb-4">
123+
<li className="mb-2"><strong>Objective Measurement:</strong> Standardized scoring across all regulated entities</li>
124+
<li className="mb-2"><strong>Targeted Improvement:</strong> Identification of specific control gaps for remediation</li>
125+
<li className="mb-2"><strong>Regulatory Reporting:</strong> Consistent format for SEBI compliance submissions</li>
126+
<li className="mb-2"><strong>Resource Allocation:</strong> Data-driven approach to security investment decisions</li>
127+
<li className="mb-2"><strong>Board Communication:</strong> Clear metrics for executive-level reporting</li>
128+
</ul>
129+
<p>
130+
By focusing on the 23 weighted parameters of the CCI, organizations can systematically address SEBI CSCRF requirements while
131+
building meaningful security capabilities that protect critical financial infrastructure.
132+
</p>
133+
</div>
134+
</div>
135+
136+
{/* Main CTA Button - Enhanced and more prominent */}
137+
<div className="flex flex-col items-center justify-center mt-8 mb-12 bg-black p-8 rounded-xl shadow-2xl text-center">
138+
<h3 className="text-white text-2xl font-bold mb-4">Access the Official SEBI CCI Index Calculator Now!</h3>
139+
<p className="text-gray-300 mb-6 max-w-2xl">Determine your organization's current CCI score now and get actionable insights to improve your cybersecurity posture before SEBI's deadline.</p>
140+
<a
141+
href="https://dakshinrajsiva.github.io/cci/"
142+
className="bg-black hover:bg-gray-900 text-white py-4 px-10 rounded-lg transition duration-300 transform hover:scale-105 flex items-center text-xl font-bold shadow-lg border-2 border-white shine-effect"
143+
>
144+
<svg xmlns="http://www.w3.org/2000/svg" className="h-8 w-8 mr-3" fill="none" viewBox="0 0 24 24" stroke="currentColor" strokeWidth={2}>
145+
<path strokeLinecap="round" strokeLinejoin="round" d="M9 7h6m0 10v-3m-3 3h.01M9 17h.01M9 14h.01M12 14h.01M15 11h.01M12 11h.01M9 11h.01M7 21h10a2 2 0 002-2V5a2 2 0 00-2-2H7a2 2 0 00-2 2v14a2 2 0 002 2z" />
146+
</svg>
147+
CALCULATE YOUR CCI SCORE NOW
148+
</a>
149+
<p className="text-gray-400 mt-4 text-sm">Free assessment tool • Detailed reporting • Compliant with latest SEBI guidelines</p>
150+
</div>
151+
152+
{/* SEO content section - Hidden from visual display but present for indexing */}
153+
<div className="mt-8 mb-8 text-gray-700 text-sm">
154+
<h2 className="text-xl font-semibold mb-3">About the SEBI CCI Index Calculator</h2>
155+
<p className="mb-3">
156+
The SEBI CCI Index Calculator is an essential tool for financial institutions in India to assess their compliance with the SEBI Cyber Security and Cyber Resilience Framework (CSCRF).
157+
This calculator helps Qualified Regulated Entities (REs) and Market Infrastructure Institutions (MIIs) to quantitatively measure their cybersecurity maturity.
158+
</p>
159+
<p className="mb-3">
160+
Using the <strong>SEBI CCI Index Calculator</strong>, organizations can evaluate their performance across 23 critical parameters aligned with the SEBI CSCRF requirements.
161+
The calculator produces a comprehensive Cyber Capability Index score that indicates the organization's overall cybersecurity maturity level.
162+
</p>
163+
<p>
164+
Start using our free SEBI CCI Index Calculator today to ensure your organization meets SEBI's cybersecurity compliance requirements before the deadline.
165+
</p>
166+
</div>
167+
168+
<div className="mt-10 text-sm text-gray-600 border-t pt-4">
169+
<p>
170+
For more information or questions about the SEBI CCI Index Calculator, contact the SEBI IT department at
171+
<a href="mailto:sebicscrf@sebi.gov.in" className="text-blue-600 hover:underline"> sebicscrf@sebi.gov.in</a> or
172+
visit the official SEBI website at
173+
<a href="https://www.sebi.gov.in" className="text-blue-600 hover:underline"> www.sebi.gov.in</a>.
174+
</p>
175+
<p className="mt-2">
176+
<strong>Disclaimer:</strong> This SEBI CCI Index Calculator is for informational purposes only and does not constitute legal advice.
177+
Organizations should consult with qualified legal and security professionals to ensure compliance with all applicable regulations.
178+
</p>
179+
</div>
180+
181+
{/* Fixed Floating Button */}
182+
<div className="fixed bottom-6 right-6 z-50">
183+
<a
184+
href="https://dakshinrajsiva.github.io/cci/"
185+
className="flex items-center justify-center bg-black hover:bg-gray-900 text-white rounded-full w-16 h-16 shadow-lg transition-all duration-300 hover:w-48 group overflow-hidden border-2 border-white shine-effect"
186+
>
187+
<span className="absolute left-4 opacity-100 group-hover:opacity-0">
188+
<svg xmlns="http://www.w3.org/2000/svg" className="h-8 w-8" fill="none" viewBox="0 0 24 24" stroke="currentColor">
189+
<path strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M9 7h6m0 10v-3m-3 3h.01M9 17h.01M9 14h.01M12 14h.01M15 11h.01M12 11h.01M9 11h.01M7 21h10a2 2 0 002-2V5a2 2 0 00-2-2H7a2 2 0 00-2 2v14a2 2 0 002 2z" />
190+
</svg>
191+
</span>
192+
<span className="opacity-0 group-hover:opacity-100 ml-8 font-bold whitespace-nowrap">Calculate CCI</span>
193+
</a>
194+
</div>
195+
</div>
196+
);
197+
}

0 commit comments

Comments
 (0)