DNS Records
JSON+LD
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "BreadcrumbList",
"@id": "https://employee.idaho.gov/#breadcrumblist",
"itemListElement": [
{
"@type": "ListItem",
"@id": "https://employee.idaho.gov/#listItem",
"position": 1,
"name": "Home"
}
]
},
{
"@type": "Organization",
"@id": "https://employee.idaho.gov/#organization",
"name": "State Employee Portal",
"url": "https://employee.idaho.gov/",
"logo": {
"@type": "ImageObject",
"url": "https://employee.idaho.gov/wp-content/uploads/State-Seal-shadow.png",
"@id": "https://employee.idaho.gov/#organizationLogo",
"width": 4964,
"height": 4963
},
"image": {
"@id": "https://employee.idaho.gov/#organizationLogo"
}
},
{
"@type": "WebPage",
"@id": "https://employee.idaho.gov/#webpage",
"url": "https://employee.idaho.gov/",
"name": "The State of Idaho Employee Portal",
"description": "Explore the State of Idaho Public Employee Portal for comprehensive benefits, retirement planning, and resources to support your career and future. Dedicated to our employees' growth and security.",
"inLanguage": "en-US",
"isPartOf": {
"@id": "https://employee.idaho.gov/#website"
},
"breadcrumb": {
"@id": "https://employee.idaho.gov/#breadcrumblist"
},
"datePublished": "2016-12-09T15:54:31-07:00",
"dateModified": "2024-06-03T10:19:14-06:00"
},
{
"@type": "WebSite",
"@id": "https://employee.idaho.gov/#website",
"url": "https://employee.idaho.gov/",
"name": "State Employee Portal",
"inLanguage": "en-US",
"publisher": {
"@id": "https://employee.idaho.gov/#organization"
},
"potentialAction": {
"@type": "SearchAction",
"target": {
"@type": "EntryPoint",
"urlTemplate": "https://employee.idaho.gov/?s={search_term_string}"
},
"query-input": "required name=search_term_string"
}
}
]
}