---
title: "Employment Opportunities"
description: "Use our job portal to see what positions we are accepting applications for. Apply today! CITYNAME, STATENAME."
url: "https://colemantechnologies.com/about-us/employment"
date: "2026-06-08T08:39:20+00:00"
language: "en-GB"
---

- ### [Submit Your Resume](https://colemantechnologies.com/about-us/employment/submit-your-resume?layout=modern&theitem=296)

    Job in: CITYNAME Start date: 06.10.2015

    COMPANYNAME is seeking talented, intelligent individuals to join our team. To submit your resume click the "Apply For the Job" button and we will review it and keep it on file for future job openings. For more information, call PHONENUMBER.

    [Apply for the Job](https://colemantechnologies.com/about-us/employment/submit-your-resume?layout=modern&theitem=296)

## Schema

```json
{
    "@context": "https://schema.org",
    "@type": "BreadcrumbList",
    "itemListElement": [
        {
            "@type": "ListItem",
            "position": 1,
            "name": "Home",
            "item": "https://colemantechnologies.com"
        },
        {
            "@type": "ListItem",
            "position": 2,
            "name": "About Us",
            "item": "https://colemantechnologies.com/about-us"
        },
        {
            "@type": "ListItem",
            "position": 3,
            "name": "Employment",
            "item": "https://colemantechnologies.com/about-us/employment"
        }
    ]
}
```
