Template:LD-Album
Template:LD-Album
Emits JSON-LD for Schema.org MusicAlbum. Parameters:
name(required) – album titledatePublished– YYYY-MM-DDartistName– artist or group display nameartistType– MusicGroup (default) or Persongenre1..genre4– up to 4 genresrecordLabel– label/org namenumTracks– integerimage– absolute URL to cover imageinLanguage– e.g., enurl– canonical page URLsameAs1..sameAs5– external profile/streaming linksidentifier– optional ID string
Usage example:
{{LD-Album
| name=Red Rose
| datePublished=2025-02-07
| artistName=Tribal Young Brown
| artistType=MusicGroup
| genre1=Hip hop
| genre2=Trap
| recordLabel=Roovet Records
| numTracks=11
| image=https://roovet.com/path/to/red-rose-cover.jpg
| inLanguage=en
| url={{FULLURL:{{PAGENAME}}}}
| sameAs1=https://open.spotify.com/artist/XXXX
| sameAs2=https://music.apple.com/album/YYYY
}}
Place near the top of the album page (under the shortdesc). Purge the page and re-test in Google's Rich Results Test.