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 -14
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,26 @@
|
|
| 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": "Product",
|
| 80 |
-
"name": "
|
| 81 |
-
"alternateName": "VLC
|
| 82 |
-
"image": "https://huggingface.co/spaces/vlcsolutions/
|
| 83 |
-
"description": "VLC
|
| 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>Copilot Studio AI Assistants | VLC Solutions</title>
|
| 8 |
+
<meta name="description" content="VLC's Copilot Studio delivers AI-powered conversational assistants for 24/7 customer & employee engagement with Dynamics 365 integration."/>
|
| 9 |
+
<meta name="keywords" content="Copilot Studio, AI Assistants, Dynamics 365 AI, Conversational AI, Microsoft Copilot, VLC Solutions AI"/>
|
| 10 |
+
<link rel="canonical" href="https://www.vlcsolutions.com/microsoft-copilot-studio.html" />
|
|
|
|
| 11 |
<!-- Twitter Card data -->
|
| 12 |
<meta name="twitter:card" content="summary_large_image">
|
| 13 |
+
<meta name="twitter:title" content="AI Assistants with Copilot Studio | VLC Solutions">
|
| 14 |
+
<meta name="twitter:description" content="Deploy intelligent AI assistants for 24/7 customer & employee engagement powered by Microsoft Copilot Studio.">
|
| 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": "Product",
|
| 78 |
+
"name": "Copilot Studio AI Assistants",
|
| 79 |
+
"alternateName": "VLC Conversational AI Solutions",
|
| 80 |
+
"image": "https://huggingface.co/spaces/vlcsolutions/dynamics-copilot-accelerator/resolve/main/images/microsoft-copilot-studio-main-page.png",
|
| 81 |
+
"description": "VLC's Copilot Studio delivers AI-powered conversational assistants integrated with Dynamics 365 for 24/7 customer and employee engagement.",
|
| 82 |
"brand": {
|
| 83 |
"@type": "Brand",
|
| 84 |
"name": "VLC Solutions",
|
| 85 |
"url": "https://vlcsolutions.com"
|
| 86 |
},
|
| 87 |
+
"offers": {
|
| 88 |
+
"@type": "Offer",
|
| 89 |
+
"url": "https://vlcsolutions.com/contact-us.html",
|
| 90 |
+
"priceCurrency": "USD",
|
| 91 |
+
"availability": "https://schema.org/InStock"
|
| 92 |
+
}
|
| 93 |
}
|
|
|
|
| 94 |
</script>
|
| 95 |
|
| 96 |
</head>
|