provider
Canonical URL: http://schema.org/providerThe service provider, service operator, or service performer; the goods producer. Another party (a seller) may offer those services or goods on behalf of the provider. A provider may also serve as the seller.
Usage: Between 10,000 and 50,000 domains
- Leave public feedback on this term 💬
- Check for open issues.
- 'provider' is mentioned in layer: core
Values expected to be one of these types |
---|
Organization
Person
|
Used on these types |
---|
BusTrip
CreativeWork
Flight
Invoice
ParcelDelivery
Reservation
Service
TrainTrip
|
Supersedes |
---|
carrier |
Examples
<body> <!--A Bachellor's programme provided by a University, referencing the course code--> <!--based on http://search.ucas.com/course/summary/463149/physics --> <div> <h2>Physics</h2> <div> <a href="/provider/324/university-of-bristol"> <span>University of Bristol</span> </a> </div> <div> Course code: F300 </div> </div> </body>
No Microdata
<body vocab="http://schema.org/"> <!--A Bachellor's programme provided by a University, referencing the course code--> <!--based on http://search.ucas.com/course/summary/463149/physics --> <div typeof="Course"> <h2 property="name">Physics</h2> <div property="provider" typeOf="CollegeOrUniversity"> <a property="url" href="/provider/324/university-of-bristol"> <span property="name">University of Bristol</span> </a> </div> <div> Course code <span property="courseCode">F300</span> </div> </div> </body>
<script type="application/ld+json"> { "@context": "http://schema.org/", "@type": "schema:Course", "schema:courseCode": "F300", "schema:name": "Physics", "schema:provider": { "@type": "schema:CollegeOrUniversity", "schema:name": "University of Bristol", "schema:url": "provider/324/university-of-bristol" } } </script>
<body> <!--A Bachellor's programme provided by a University, referencing the course code--> <!--based on http://search.ucas.com/course/summary/463149/physics --> <div> <h2>Physics</h2> <div> <a href="/provider/324/university-of-bristol"> <span>University of Bristol</span> </a> </div> <div> Course code: F300 </div> </div> </body>
No Microdata
<body vocab="http://schema.org/"> <!--A Bachellor's programme provided by a University, referencing the course code--> <!--based on http://search.ucas.com/course/summary/463149/physics --> <div typeof="Course"> <h2 property="name">Physics</h2> <div property="provider" typeOf="CollegeOrUniversity"> <a property="url" href="/provider/324/university-of-bristol"> <span property="name">University of Bristol</span> </a> </div> <div> Course code <span property="courseCode">F300</span> </div> </div> </body>
<script type="application/ld+json"> { "@context": "http://schema.org/", "@type": "schema:Course", "schema:courseCode": "F300", "schema:name": "Physics", "schema:provider": { "@type": "schema:CollegeOrUniversity", "schema:name": "University of Bristol", "schema:url": "provider/324/university-of-bristol" } } </script>
Schema Version 3.2