schema.org.ai

GoogleChrome

Internet browser software

Extends: Technology

Google Chrome

Internet browser software

Overview

Category: Internet browser software

Internet browser software

Related Skills

No related skills listed.

Occupations Using This Technology

  • SOC Code: 17-2051.02
  • SOC Code: 25-1123.00
  • SOC Code: 27-1024.00
  • SOC Code: 51-1011.00

Usage in Platform

import { $ } from 'sdk.do'

const tech = await $.Technology.create({
  name: 'Google Chrome',
  category: 'Internet browser software',
  description: 'Internet browser software',
  hotTechnology: false,
})

JSON-LD Example

{
  "@context": "https://schema.org",
  "@type": "SoftwareApplication",
  "name": "Google Chrome",
  "applicationCategory": "Internet browser software",
  "description": "Internet browser software"
}