XooCode(){

ComputerLanguage

ComputerLanguage is a Intangible subtype. This type covers computer programming languages such as Scheme and Lisp, as well as other language-like computer representations. Natural languages are best represented with the [[Language]] type.

Full example of schema.org/ComputerLanguage json-ld markup

The markup is verified as valid with Rich Results Test from Google.

schema.org/ComputerLanguage
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "ComputerLanguage",
  "name": "Example ComputerLanguage"
}
</script>

Minimal valid version

The smallest markup that still produces a valid ComputerLanguage entity. Use it as the floor. Reach for the advanced example above when you want search engines and AI agents to understand more about your content.

schema.org/ComputerLanguage (minimal)
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "ComputerLanguage",
  "name": "Example"
}
</script>

Google rich results this unlocks

ComputerLanguage is a structural type. It does not produce a rich result on its own.

Its value comes from combining it with a primary type whose markup earns a rich result (Article, Product, Event, and so on). ComputerLanguage becomes the trunk that the primary type branches off viamainEntityorbreadcrumb. Include it on every page as the backbone of your markup.

Common ComputerLanguage mistakes

Mistakes that pass validation but silently fail to earn rich results or mislead consumers walking the graph. Avoid these and your markup will be ahead of most sites in the wild.

  1. 01

    Using bare Intangible instead of the specific ComputerLanguage subtype

    Wrong
    "@type": "Intangible"
    Right
    "@type": "ComputerLanguage"

    Specific subtypes carry domain context consumers use; reach for the narrowest applicable type.

Schema properties in this example

About the example data

Reference entry in the Xoo Code schema.org catalogue.

Comments

Loading comments...

Leave a comment