How do I provide detailed information on multiple operating systems?

I am adding schema.org data to my site. I am looking at the details of the operating system. According to these specs: https://schema.org/operatingSystem , you can use values ​​like

Windows 7, OSX 10.6, Android 1.6

      

I am building a web application, so it supports almost all desktop OS that a modern browser can run. What value should I use? Can I use more than one value, in which case what should the markup look like?

<meta itemprop="operatingSystem" content="Windows" />
<meta itemprop="operatingSystem" content="OS X" />
<meta itemprop="operatingSystem" content="Linux" />

      

or

<meta itemprop="operatingSystem" content="Windows, OS X, Linux" />

      

+3
xml schema


source to share


No one has answered this question yet

Check out similar questions:

7
How to unencode escaped XML using xQuery
five
How do I get error information from JAXB Validator?
3
Translating unwanted character encoding into conversion output
2
Defining the network protocol structure in machine readable form (xml, json, other?)?
1
Is there no way in JavaScript to test a string and determine if it's really UTF-8 content?
0
Oracle: which SQL command gets all the information about a table?
0
Get detailed information about digital signature
0
How do I access an XML file in the employee sharepoint portal?
0
Tag values ​​in HTML document for automatic extraction
0
Specific elements from XML string in datagridview or datatable (C #)



All Articles
Loading...
X
Show
Funny
Dev
Pics