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,16 @@
|
|
| 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 -->
|
|
@@ -90,22 +90,25 @@
|
|
| 90 |
|
| 91 |
<!-- Google tag (gtag.js) -->
|
| 92 |
<script async src="https://www.googletagmanager.com/gtag/js?id=G-GH6WBJWXS8"></script>
|
| 93 |
-
|
| 94 |
<script type="application/ld+json">
|
| 95 |
{
|
| 96 |
"@context": "https://schema.org/",
|
| 97 |
-
"@type": "
|
| 98 |
-
"name": "
|
| 99 |
-
"alternateName": "
|
| 100 |
-
"image": "https://huggingface.co/spaces/vlcsolutions/
|
| 101 |
-
"description": "
|
| 102 |
"brand": {
|
| 103 |
"@type": "Brand",
|
| 104 |
"name": "VLC Solutions",
|
| 105 |
"url": "https://vlcsolutions.com"
|
| 106 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 107 |
}
|
| 108 |
-
|
| 109 |
</script>
|
| 110 |
|
| 111 |
</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>Seamless Employee Onboarding & Offboarding Services</title>
|
| 8 |
+
<meta name="description" content="VLC Solutions provides seamless employee onboarding & offboarding services to streamline HR processes and ensure compliance."/>
|
| 9 |
+
<meta name="keywords" content="employee onboarding services, HR onboarding solutions, offboarding process, IT setup for new hires, employee transition management"/>
|
| 10 |
+
<link rel="canonical" href="https://www.vlcsolutions.com/on-boarding-and-off-boarding-service.html" />
|
| 11 |
|
| 12 |
<!-- Twitter Card data -->
|
| 13 |
<meta name="twitter:card" content="summary_large_image">
|
| 14 |
+
<meta name="twitter:title" content="Streamline Employee Onboarding & Offboarding">
|
| 15 |
+
<meta name="twitter:description" content="VLC Solutions simplifies employee transitions with seamless onboarding & offboarding services for businesses.">
|
| 16 |
+
<meta name="twitter:image:src" content="https://www.vlcsolutions.com/images/logo/VLC_Logo.png">
|
| 17 |
|
| 18 |
|
| 19 |
<!-- Tailwind + libs -->
|
|
|
|
| 90 |
|
| 91 |
<!-- Google tag (gtag.js) -->
|
| 92 |
<script async src="https://www.googletagmanager.com/gtag/js?id=G-GH6WBJWXS8"></script>
|
|
|
|
| 93 |
<script type="application/ld+json">
|
| 94 |
{
|
| 95 |
"@context": "https://schema.org/",
|
| 96 |
+
"@type": "Service",
|
| 97 |
+
"name": "Employee Onboarding & Offboarding Services",
|
| 98 |
+
"alternateName": "HR Transition Management Solutions",
|
| 99 |
+
"image": "https://huggingface.co/spaces/vlcsolutions/powerpeople-launchpad/resolve/main/images/on-boarding-and-off-boarding-main.png",
|
| 100 |
+
"description": "Professional employee onboarding and offboarding services to streamline HR processes and ensure smooth transitions.",
|
| 101 |
"brand": {
|
| 102 |
"@type": "Brand",
|
| 103 |
"name": "VLC Solutions",
|
| 104 |
"url": "https://vlcsolutions.com"
|
| 105 |
},
|
| 106 |
+
"serviceType": "HR technology services",
|
| 107 |
+
"provider": {
|
| 108 |
+
"@type": "Organization",
|
| 109 |
+
"name": "VLC Solutions"
|
| 110 |
+
}
|
| 111 |
}
|
|
|
|
| 112 |
</script>
|
| 113 |
|
| 114 |
</head>
|