---
title: "Contact Us | School of Dermatology"
url: https://schoolofdermatology.com/contact
description: "Get in touch with the School of Dermatology team with questions, feedback, or partnership inquiries."
lang: en
---

# Contact Us

We'd love to hear from you! If you have any questions, feedback, or inquiries, feel free to reach out.

## Email

📧 contact@schoolofdermatology.com

## What We Can Help With

- General inquiries about our content
- Partnership and collaboration opportunities
- Advertising and sponsorship inquiries
- Feedback and suggestions
- Reporting errors or outdated information

## A Note About Medical Advice

We are unable to provide personalized medical advice via email. If you have specific concerns about your skin health, we recommend consulting with a board-certified dermatologist.

## Structured data

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