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.
MusicRecording Schema for Webflow Websites
MusicRecording schema describes an individual audio track or song. Search engines use it to populate music knowledge panels, associate songs with artists and albums, and power voice assistant responses to queries like "Who sings [song name]?" and "What album is [track] on?" For Webflow sites that showcase music catalogs, artist pages, or label discographies, MusicRecording schema creates machine readable connections between tracks, performers, and releases.
Why MusicRecording Schema Matters
MusicRecording schema enables:
- Artist attribution that feeds into Google's music knowledge graph
- Track to album relationships for complete discography mapping
- ISRC based disambiguation between original recordings, remixes, and remasters
- AI answer engine responses to song identification and music catalog queries
- Voice assistant integration for "Play [song] by [artist]" commands
What Schema HQ Generates
{
"@context": "https://schema.org",
"@type": "MusicRecording",
"name": "Everlong",
"byArtist": {
"@type": "MusicGroup",
"name": "Foo Fighters",
"sameAs": "https://www.foofighters.com"
},
"inAlbum": {
"@type": "MusicAlbum",
"name": "The Colour and the Shape"
},
"isrcCode": "USRW29700014",
"duration": "PT4M10S",
"url": "https://example.com/tracks/everlong"
}
Fields
Optional (3 fields)
Google does not publish dedicated structured data documentation for MusicRecording. All fields are optional but contribute to music knowledge graph entries.
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.