I have a book of short stories so it has multiple authors. I took a shot and placed all authors in the same meta statement as shown below:
Code:
<meta name="dcterms.creator" content="Barrie, J. M, Anste F., Morrison, A., Zangwil, I., Harraden,B., Quiller-Couch, Corelli, M. "/>
Or should each go in seperate meta statement as:
Code:
<meta name="dcterms.creator" content="Barrie, J. M " />
<meta name="dcterms.creator" content="Anste F." />
...
...
I can not find anything understandable in the documentation.