---
title: "Medical Disclaimer | School of Dermatology"
url: https://schoolofdermatology.com/disclaimer
description: "Read the medical disclaimer, affiliate disclosure, and terms of use for School of Dermatology."
lang: en
---

# Disclaimer

**Effective Date:** January 1, 2026

## Medical Disclaimer

The information provided on School of Dermatology is for general informational and educational purposes only. It is not intended to be a substitute for professional medical advice, diagnosis, or treatment.

## Consult Your Healthcare Provider

Before starting any new skincare treatment or routine, consult your healthcare provider, especially if you:

- Have a pre-existing skin condition (e.g., eczema, psoriasis, rosacea)
- Are pregnant or nursing
- Are currently taking prescription medications
- Have a history of allergic reactions to skincare products
- Have undergone recent dermatological procedures

## Product Information Accuracy

While we strive to provide accurate information, we cannot guarantee that all product details, pricing, or availability are current.

## Affiliate Disclosure

School of Dermatology may earn a commission from qualifying purchases made through links on this site.

## Contact Us

Contact us at contact@schoolofdermatology.com.

## 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": "Medical Disclaimer",
      "item": "https://schoolofdermatology.com/disclaimer"
    }
  ]
}
```