---
title: "Terms of Service | School of Dermatology"
url: https://schoolofdermatology.com/terms-of-service
description: "Read the terms of service governing use of the School of Dermatology website."
lang: en
---

# Terms of Service

**Effective Date:** January 1, 2026

By accessing or using School of Dermatology (schoolofdermatology.com), you agree to be bound by these Terms of Service.

## Use of Website

You agree to use this website for lawful purposes only.

## Medical Disclaimer

The content on School of Dermatology is for informational and educational purposes only. It is not intended as medical advice, diagnosis, or treatment. Always consult a qualified healthcare professional.

## Affiliate Links

Our website may contain affiliate links. If you click on these links and make a purchase, we may earn a commission at no additional cost to you.

## Intellectual Property

All content on this website is the property of School of Dermatology unless otherwise stated.

## Limitation of Liability

School of Dermatology shall not be liable for any indirect, incidental, special, or consequential damages arising from your use of this website.

## Contact Us

Questions? 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": "Terms of Service",
      "item": "https://schoolofdermatology.com/terms-of-service"
    }
  ]
}
```