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 +23 -18
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,28 @@
|
|
| 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 |
-
"
|
| 82 |
-
"
|
| 83 |
-
|
| 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>VLC Solutions | E-Commerce & Dynamics 365 Integration</title>
|
| 8 |
+
<meta name="description" content="VLC Solutions: Seamless e-commerce websites integrated with Dynamics 365. Boost sales & streamline operations with our custom web development services."/>
|
| 9 |
+
<meta name="keywords" content="ecommerce web development, Dynamics 365 integration, custom website development, web application development, VLC Solutions"/>
|
| 10 |
+
<link rel="canonical" href="https://www.vlcsolutions.com/products.html" />
|
|
|
|
| 11 |
<!-- Twitter Card data -->
|
| 12 |
<meta name="twitter:card" content="summary_large_image">
|
| 13 |
+
<meta name="twitter:title" content="VLC: E-Commerce + Dynamics 365 Integration">
|
| 14 |
+
<meta name="twitter:description" content="Custom e-commerce websites fully integrated with Dynamics 365. Boost sales & streamline operations with VLC Solutions.">
|
| 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": "E-Commerce Development Services",
|
| 79 |
+
"description": "Custom e-commerce websites integrated with Dynamics 365 for seamless business operations and sales growth.",
|
| 80 |
+
"provider": {
|
| 81 |
+
"@type": "Organization",
|
|
|
|
|
|
|
| 82 |
"name": "VLC Solutions",
|
| 83 |
"url": "https://vlcsolutions.com"
|
| 84 |
},
|
| 85 |
+
"serviceType": "Web Development",
|
| 86 |
+
"areaServed": {
|
| 87 |
+
"@type": "Country",
|
| 88 |
+
"name": "United States"
|
| 89 |
+
},
|
| 90 |
+
"offers": {
|
| 91 |
+
"@type": "Offer",
|
| 92 |
+
"priceCurrency": "USD",
|
| 93 |
+
"description": "Custom web development solutions"
|
| 94 |
+
}
|
| 95 |
+
}
|
| 96 |
</script>
|
| 97 |
|
| 98 |
</head>
|