What would be the best way to specify e.g. multiple copyrights or authors using the <meta> tag? Should we use a <meta> tag with the same name multiple times?
<meta name="copyright" content="Company A" />
<meta name="copyright" content="Company B" />
Will the search engine respect both values? Or, is it better to comma-separate them?
Thanks.