change Meta Title: Each up to 55 characters, based on the data I’ve given you
Browse fileschange Meta Description: Each up to 155 characters, based on the data I’ve given you
change meta Keywords : based on the data
change twitter Title and description : based on the data
change Schema .org :based on the data
- index.html +17 -15
index.html
CHANGED
|
@@ -4,16 +4,15 @@
|
|
| 4 |
<meta charset="UTF-8" />
|
| 5 |
<link rel="shortcut icon" href="./images/favicon/favicon.png">
|
| 6 |
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
| 7 |
-
<title>
|
| 8 |
-
<meta name="description" content="
|
| 9 |
-
<meta name="keywords" content="
|
| 10 |
-
|
| 11 |
-
|
| 12 |
<!-- Twitter Card data -->
|
| 13 |
<meta name="twitter:card" content="summary_large_image">
|
| 14 |
-
<meta name="twitter:title" content="
|
| 15 |
-
<meta name="twitter:description" content="
|
| 16 |
-
|
| 17 |
|
| 18 |
|
| 19 |
<!-- Tailwind + libs -->
|
|
@@ -72,22 +71,25 @@
|
|
| 72 |
|
| 73 |
<!-- Google tag (gtag.js) -->
|
| 74 |
<script async src="https://www.googletagmanager.com/gtag/js?id=G-GH6WBJWXS8"></script>
|
| 75 |
-
|
| 76 |
<script type="application/ld+json">
|
| 77 |
{
|
| 78 |
"@context": "https://schema.org/",
|
| 79 |
-
"@type": "
|
| 80 |
-
"name": "
|
| 81 |
-
"alternateName": "
|
| 82 |
-
"image": "https://huggingface.co/spaces/vlcsolutions/
|
| 83 |
-
"description": "VLC Solutions
|
| 84 |
"brand": {
|
| 85 |
"@type": "Brand",
|
| 86 |
"name": "VLC Solutions",
|
| 87 |
"url": "https://vlcsolutions.com"
|
| 88 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 89 |
}
|
| 90 |
-
|
| 91 |
</script>
|
| 92 |
|
| 93 |
</head>
|
|
|
|
| 4 |
<meta charset="UTF-8" />
|
| 5 |
<link rel="shortcut icon" href="./images/favicon/favicon.png">
|
| 6 |
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
| 7 |
+
<title>ITAR Compliance Solutions | Defense Data Security</title>
|
| 8 |
+
<meta name="description" content="Expert ITAR compliance services to safeguard defense data. Secure your operations with VLC Solutions' ITAR protection framework."/>
|
| 9 |
+
<meta name="keywords" content="ITAR compliance, defense data security, USML regulations, ITAR technical data, export controls, defense contractor compliance"/>
|
| 10 |
+
<link rel="canonical" href="https://www.vlcsolutions.com/itar.html" />
|
|
|
|
| 11 |
<!-- Twitter Card data -->
|
| 12 |
<meta name="twitter:card" content="summary_large_image">
|
| 13 |
+
<meta name="twitter:title" content="ITAR Compliance & Defense Data Security">
|
| 14 |
+
<meta name="twitter:description" content="Protect sensitive defense data with VLC's ITAR compliance solutions. Safeguard national security and maintain regulatory compliance.">
|
| 15 |
+
<meta name="twitter:image:src" content="https://www.vlcsolutions.com/images/logo/VLC_Logo.png">
|
| 16 |
|
| 17 |
|
| 18 |
<!-- Tailwind + libs -->
|
|
|
|
| 71 |
|
| 72 |
<!-- Google tag (gtag.js) -->
|
| 73 |
<script async src="https://www.googletagmanager.com/gtag/js?id=G-GH6WBJWXS8"></script>
|
|
|
|
| 74 |
<script type="application/ld+json">
|
| 75 |
{
|
| 76 |
"@context": "https://schema.org/",
|
| 77 |
+
"@type": "Service",
|
| 78 |
+
"name": "ITAR Compliance Solutions",
|
| 79 |
+
"alternateName": "Defense Data Security Services",
|
| 80 |
+
"image": "https://huggingface.co/spaces/vlcsolutions/itar-shield-sentinel/resolve/main/images/ITAR-main-page-banner.png",
|
| 81 |
+
"description": "VLC Solutions provides ITAR compliance services to protect defense-related technical data and maintain USML regulatory requirements.",
|
| 82 |
"brand": {
|
| 83 |
"@type": "Brand",
|
| 84 |
"name": "VLC Solutions",
|
| 85 |
"url": "https://vlcsolutions.com"
|
| 86 |
},
|
| 87 |
+
"serviceType": "ITAR compliance consulting",
|
| 88 |
+
"provider": {
|
| 89 |
+
"@type": "Organization",
|
| 90 |
+
"name": "VLC Solutions"
|
| 91 |
+
}
|
| 92 |
}
|
|
|
|
| 93 |
</script>
|
| 94 |
|
| 95 |
</head>
|