On this page:
This is some text inside of a div block.
This is some text inside of a div block.
This is some text inside of a div block.

AudioObject Schema for Webflow Websites

AudioObject schema describes an audio file or recording. It applies to podcast episodes (individual audio files), music samples, audiobook excerpts, sound effects, and any embedded audio content. AudioObject is a subtype of MediaObject.

Google does not maintain dedicated structured data documentation for AudioObject, but the type is referenced within other schemas (e.g., as associatedMedia in PodcastEpisode).

Fields in This Glossary

Not mentioned by Google

  • transcript — Full text transcription of the audio content

Common fields (shared across types)

These fields are documented under their primary types but apply to AudioObject:

Additional AudioObject properties (not in glossary)

  • encodingFormat — MIME type (e.g., audio/mpeg)
  • bitrate — Audio bitrate
  • contentSize — File size in bytes
  • embedUrl — URL for an embedded audio player
  • caption — Time-coded captions

JSON-LD Example

{
  "@context": "https://schema.org",
  "@type": "AudioObject",
  "name": "Episode 41: Webpack Inside and Out",
  "description": "Sean Larkin joins the show to discuss webpack internals, module federation, and the future of JavaScript bundling.",
  "contentUrl": "https://devmode.fm/transcoder/devmode0041_64kbps_22050_1c.mp3",
  "encodingFormat": "audio/mpeg",
  "duration": "PT76M",
  "transcript": "Welcome to the show. Today we are talking about module bundling with webpack..."
}

When to Use AudioObject Schema

Use AudioObject on pages that embed or link to audio files: podcast episode pages, audio sample galleries, audiobook excerpt pages, and music preview pages. For the podcast series itself, use PodcastSeries. For music tracks, use MusicRecording (which inherits from AudioObject).

On this page:
This is some text inside of a div block.
This is some text inside of a div block.
This is some text inside of a div block.

Need help with schema on your site?

We implement structured data for Webflow sites — from audit to deployment.

Work with us

Work with us