XooCode(){

PresentationDigitalDocument

PresentationDigitalDocument is a direct DigitalDocument subtype for slide decks and presentations. No unique properties; use the inherited CreativeWork and DigitalDocument vocabulary.

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

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

schema.org/PresentationDigitalDocument
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "PresentationDigitalDocument",
  "name": "Xoo Code Q1 All-Hands — Slides",
  "author": { "@type": "Person", "name": "Priya Chen" },
  "datePublished": "2026-04-05",
  "encodingFormat": "application/vnd.openxmlformats-officedocument.presentationml.presentation",
  "contentUrl": "https://xoocode.com/internal/q1-all-hands.pptx"
}
</script>

Minimal valid version

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

Google rich results this unlocks

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

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

    encodingFormat as 'pptx'

    Wrong
    "encodingFormat": "pptx"
    Right
    Full MIME type

    encodingFormat expects MIME types so consumers can route to the right renderer.

About the example data

The Xoo Code Q1 all-hands deck.

Comments

Loading comments...

Leave a comment