---
title: "Contact Us"
description: "Contact Bluezone Corporation for any enquiries about sales, ordering products, public relations, general Feedback. Our team is happy to help with any question."
url: "https://www.bluezone-corporation.com/contact-us"
date: "2026-08-17T09:14:24+00:00"
language: "en-GB"
---

If you're unable to find the information you need or if you're encountering difficulties, our [FAQ section](https://www.bluezone-corporation.com/faq) may be able to help you. If you can't find the solution there, please feel free to contact us by email and we will respond within 24 business hours.

General feedback / Ordering products / Technical support :

This email address is being protected from spambots. You need JavaScript enabled to view it.

Sales / Distribution (Resellers) :

This email address is being protected from spambots. You need JavaScript enabled to view it.

## Schema

```json
{
    "@context": "https://schema.org",
    "@type": "BreadcrumbList",
    "itemListElement": [
        {
            "@type": "ListItem",
            "position": 1,
            "name": "Home",
            "item": "https://www.bluezone-corporation.com"
        },
        {
            "@type": "ListItem",
            "position": 2,
            "name": "Contact us",
            "item": "https://www.bluezone-corporation.com/contact-us"
        }
    ]
}
```
