Skip to content

Commit 2dd13f4

Browse files
committed
google id tags verification removed.
1 parent 3874672 commit 2dd13f4

File tree

4 files changed

+11
-29
lines changed

4 files changed

+11
-29
lines changed

googled9b4b2ff38a8b07c.html

Lines changed: 0 additions & 1 deletion
This file was deleted.

index.html

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
content="Independent fraud investigation, financial risk, AML, and compliance advisory services for banks, NBFCs, fintechs, and corporates.">
1010
<meta name="keywords"
1111
content="Fraud Investigation, Financial Risk Advisory, AML Compliance, NBFC Risk, Banking Fraud Consultant India">
12-
<meta name="google-site-verification" content="oRCwetseA1Fz-b1lKmc405kE0rfr6e4rkbkaIcg_xDI">
1312
<meta name="author" content="Hitesh Mane - Java Fullstack Developer">
1413

1514
<!-- ✅ CRITICAL CSS FIRST (Above fonts) -->
@@ -44,10 +43,9 @@
4443
}
4544
}
4645
</style>
47-
48-
<!-- FIXED CSP - Remove broken markdown links -->
49-
<!-- Add the script domains to the connect-src directive -->
50-
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; connect-src 'self' https://script.google.com https://script.googleusercontent.com;">
46+
<!-- Add the script domains to the connect-src directive -->
47+
<meta http-equiv="Content-Security-Policy"
48+
content="default-src 'self'; connect-src 'self' https://script.google.com https://script.googleusercontent.com;">
5149

5250
<!-- Preload Critical Resources -->
5351
<link rel="preload" href="css/style.css" as="style">
@@ -60,10 +58,14 @@
6058

6159
<!-- Schema & Analytics -->
6260
<script
63-
type="application/ld+json">{"@context":"https://schema.org","@type":"Organization","name":"Prime Risk Advisory","url":"https://www.primeriskadvisory.com","description":"Independent fraud investigation, financial risk, AML, and compliance advisory services.","industry":"Financial Risk Advisory"}</script>
64-
65-
<script async src="https://www.googletagmanager.com/gtag/js?id=G-2EQXN0KNF4"></script>
66-
<script>window.dataLayer = window.dataLayer || []; function gtag() { dataLayer.push(arguments) } gtag('js', new Date()); gtag('config', 'G-2EQXN0KNF4');</script>
61+
type="application/ld+json">{"@context":"https://schema.org",
62+
"@type":"Organization",
63+
"name":"Prime Risk Advisory",
64+
"url":"https://www.primeriskadvisory.in",
65+
"description":"Independent fraud investigation, financial risk, AML, and compliance advisory services.",
66+
"industry":"Financial Risk Advisory"
67+
}
68+
</script>
6769
</head>
6870

6971
<body>

privacy-policy.html

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,6 @@
88
<meta name="viewport" content="width=device-width, initial-scale=1.0">
99
<meta name="description" content="Privacy Policy of Prime Risk Advisory">
1010
<link rel="stylesheet" href="css/style.css">
11-
12-
<!-- Google tag (gtag.js) -->
13-
<script async src="https://www.googletagmanager.com/gtag/js?id=G-2EQXN0KNF4"></script>
14-
<script>
15-
window.dataLayer = window.dataLayer || [];
16-
function gtag() { dataLayer.push(arguments); }
17-
gtag('js', new Date());
18-
19-
gtag('config', 'G-2EQXN0KNF4');
2011
</script>
2112
</head>
2213

terms.html

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,6 @@
77
<meta name="viewport" content="width=device-width, initial-scale=1.0">
88
<meta name="description"
99
content="Terms and conditions governing the use of Prime Risk Advisory website and services.">
10-
11-
<!-- Google tag (gtag.js) -->
12-
<script async src="https://www.googletagmanager.com/gtag/js?id=G-2EQXN0KNF4"></script>
13-
<script>
14-
window.dataLayer = window.dataLayer || [];
15-
function gtag() { dataLayer.push(arguments); }
16-
gtag('js', new Date());
17-
18-
gtag('config', 'G-2EQXN0KNF4');
19-
</script>
2010

2111
</head>
2212

0 commit comments

Comments
 (0)