XooCode(){

MedicalImagingTechnique

MedicalImagingTechnique is a 6-value MedicalEnumeration used on ImagingTest.imagingTechnique. Values: CT, MRI, PET, Ultrasound, XRay, Radiography.

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

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

schema.org/MedicalImagingTechnique
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "ImagingTest",
  "name": "Chest X-ray for TB screening",
  "imagingTechnique": "https://schema.org/XRay"
}
</script>

Minimal valid version

The smallest markup that still produces a valid MedicalImagingTechnique 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/MedicalImagingTechnique (minimal)
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "ImagingTest",
  "imagingTechnique": "https://schema.org/XRay"
}
</script>

Google rich results this unlocks

MedicalImagingTechnique 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). MedicalImagingTechnique becomes the trunk that the primary type branches off viamainEntityorbreadcrumb. Include it on every page as the backbone of your markup.

Common MedicalImagingTechnique 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

    imagingTechnique as 'x-ray'

    Wrong
    "imagingTechnique": "x-ray"
    Right
    "imagingTechnique": "https://schema.org/XRay"

    Six-URI closed set; free text is dropped.

Also mentioned in 1 other example

MedicalImagingTechnique also appears in ImagingTest. See the full MedicalImagingTechnique schema page for every reference.

About the example data

"XRay" on the Dunmore Archive's 1945 radiographic plates catalogue.

Comments

Loading comments...

Leave a comment