schema.org.ai

GoogleMeet

Video conferencing service integrated with Google Workspace.

Extends: Technology

Google Meet

Video conferencing service integrated with Google Workspace.

Overview

Category: Communication software

Video conferencing service integrated with Google Workspace.

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: 'Google Meet',
  category: 'Communication software',
  description: 'Video conferencing service integrated with Google Workspace.',
  hotTechnology: false,
})

JSON-LD Example

{
  "@context": "https://schema.org",
  "@type": "SoftwareApplication",
  "name": "Google Meet",
  "applicationCategory": "Communication software",
  "description": "Video conferencing service integrated with Google Workspace."
}