SitecoreCMS
Content workflow software
Extends: Technology
Sitecore CMS
Content workflow software
Overview
Category: Content workflow software
Content workflow software
Related Skills
No related skills listed.
Occupations Using This Technology
- SOC Code: 15-1254.00
- SOC Code: 15-1255.00
Usage in Platform
import { $ } from 'sdk.do'
const tech = await $.Technology.create({
name: 'Sitecore CMS',
category: 'Content workflow software',
description: 'Content workflow software',
hotTechnology: false,
})
JSON-LD Example
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "Sitecore CMS",
"applicationCategory": "Content workflow software",
"description": "Content workflow software"
}