schema.org.ai

ContentmanagementsystemsCMS

Web page creation and editing software

Extends: Technology

Content management systems CMS

Web page creation and editing software

Overview

Category: Web page creation and editing software

Web page creation and editing software

Related Skills

No related skills listed.

Occupations Using This Technology

  • SOC Code: 13-1161.01
  • SOC Code: 13-1199.06
  • SOC Code: 15-1299.01
  • SOC Code: 27-2012.00
  • SOC Code: 27-2012.03

Usage in Platform

import { $ } from 'sdk.do'

const tech = await $.Technology.create({
  name: 'Content management systems CMS',
  category: 'Web page creation and editing software',
  description: 'Web page creation and editing software',
  hotTechnology: false,
})

JSON-LD Example

{
  "@context": "https://schema.org",
  "@type": "SoftwareApplication",
  "name": "Content management systems CMS",
  "applicationCategory": "Web page creation and editing software",
  "description": "Web page creation and editing software"
}