Initiative profile

DeviantArt NoAI / NoImageAI

Live

Platform-level HTML and HTTP directives that tell external AI datasets and models not to use artists' work unless they opt in.

Website
deviantart.com/team/journal/UPDATE-All-Deviations-Are-OptedOut-of-AI-Datasets-934500371
Latest update
Apr 16, 2024 NoAI labels added to DeviantArt Studio
Primary approach
Preference signal
Pipeline
Collect / Train

What it is

DeviantArt introduced the noai and noimageai directives to communicate that artwork is not authorized for use in third-party AI datasets unless the creator opts in. The project is notable because it paired policy defaults with concrete HTML meta tags and HTTP headers that other platforms could reuse.

Evidence trail

Examples

HTML robots meta tags Source

DeviantArt's team announcement publishes these exact page-level directives for opted-out artwork.

<meta name="robots" content="noimageai">
<meta name="robots" content="noai">
HTTP response headers Source

The same announcement says DeviantArt sends these directives when the image file is downloaded directly.

X-Robots-Tag: noimageai
X-Robots-Tag: noai