I am creating a radio episode that will have multiple conductors (usually 1 to 3):
inside a loop I am associating those conductors to director
providing also the url
linking to their respective conductors page:
<h3 class="conductors"> Conducted by start loop... <span > <span > <a href="{https://codereview.stackexchange.com/questions/181842/properly-mark-up-multiple-person-using-schema-org-microdata}" >{{name}}}</a> </span> <meta content="Conductor"> </span> end loop.... </h3>
but I am not sure if I am doing it well and I feel I could have done multiple mistakes:
- The way I define the multiple
person
- How I am associating the
url
- The jobTitle (I expect this to better specify the
director
in some way) - span inside span (trying to have conductors on one line and inside an heading for better semantically specify that they important to the radio episode)