Structured Data | [
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "Organization",
"@id": "https://www.ukg.com",
"description": "Our purpose is people\u2122 and we provide HR service delivery software, HCM and workforce management solutions that inspire your people and elevate the work experience.",
"sameAs": [
"https://en.wikipedia.org/wiki/UKG",
"https://www.crunchbase.com/organization/ukg"
],
"name": "UKG",
"url": "https://www.ukg.com",
"logo": {
"@type": "ImageObject",
"url": "https://www.ukg.com/themes/custom/ukg/dist/images/logo-green.png"
},
"address": {
"@type": "PostalAddress",
"streetAddress": [
"2250 North Commerce Parkway"
],
"addressLocality": "Weston",
"addressRegion": "FL",
"postalCode": 33326,
"addressCountry": "USA"
}
},
{
"@type": "WebSite",
"name": "UKG",
"url": "https://www.ukg.com",
"potentialAction": {
"@type": "SearchAction",
"target": {
"@type": "EntryPoint",
"urlTemplate": "https://www.ukg.com/search?search={search_term_string}"
},
"query-input": "required name=search_term_string"
}
}
]
}
] |