Difference between revisions of "Template:Infobox Album Microdata"
Line 64: | Line 64: | ||
<div itemprop="publisher" itemscope itemtype="https://schema.org/Organization"> <meta itemprop="name" content="{{{label|}}}" /></div> | <div itemprop="publisher" itemscope itemtype="https://schema.org/Organization"> <meta itemprop="name" content="{{{label|}}}" /></div> | ||
<meta itemprop="producer" content="{{{producer|}}}" /> | <meta itemprop="producer" content="{{{producer|}}}" /> | ||
+ | <meta itemprop="albumProductionType" content="{{{type|}}}" /> | ||
+ | <meta itemprop="genre" content="{{{genre|}}}" /> | ||
+ | <meta itemprop="locationCreated" itemscope itemtype="https://schema.org/Place" content="{{{studio|}}}" /> | ||
}} | }} | ||