schema.org.ai

gumroad

Platform for creators to sell products directly.

Extends: Technology

Gumroad

Platform for creators to sell products directly.

Overview

Category: E-commerce software

Platform for creators to sell products directly.

Related Skills

No related skills listed.

Occupations Using This Technology

No occupations listed.

Usage in Platform

import { $ } from 'sdk.do'

const tech = await $.Technology.create({
  name: 'Gumroad',
  category: 'E-commerce software',
  description: 'Platform for creators to sell products directly.',
  hotTechnology: false,
})

JSON-LD Example

{
  "@context": "https://schema.org",
  "@type": "SoftwareApplication",
  "name": "Gumroad",
  "applicationCategory": "E-commerce software",
  "description": "Platform for creators to sell products directly."
}