CARVIEW |
Select Language
HTTP/2 200
access-control-allow-credentials: true
access-control-allow-headers: Accept
access-control-allow-origin: *
access-control-allow-methods: GET
x-cloud-trace-context: 911d67f2d22cf5ba6611cbda67d48494
content-encoding: gzip
server: Google Frontend
content-length: 5120
date: Wed, 08 Oct 2025 09:02:39 GMT
expires: Wed, 08 Oct 2025 09:12:39 GMT
cache-control: public, max-age=600
etag: "XYkB7A"
content-type: text/html
age: 0
alt-svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
url - Schema.org Property
Note: You are viewing the development
version of Schema.org.
See how we work for more details.
url
A Schema.org Property
- Canonical URL: https://schema.org/url
- Check for open issues.
URL of the item.
Values expected to be one of these types
Used on these types
Examples
Example 1
Copied
Example notes or example HTML without markup.
Jane Doe <img src="janedoe.jpg" alt="Photo of Jane Doe"/> Professor 20341 Whitworth Institute 405 Whitworth Seattle WA 98052 (425) 123-4567 <a href="mailto:jane-doe@xyz.edu">jane-doe@illinois.edu</a> Jane's home page: <a href="https://www.janedoe.com">janedoe.com</a> Graduate students: <a href="https://www.xyz.edu/students/alicejones.html">Alice Jones</a> <a href="https://www.xyz.edu/students/bobsmith.html">Bob Smith</a>
Example encoded as Microdata embedded in HTML.
<div itemscope itemtype="https://schema.org/Person"> <span itemprop="name">Jane Doe</span> <img src="janedoe.jpg" itemprop="image" alt="Photo of Jane Doe"/> <span itemprop="jobTitle">Professor</span> <div itemprop="address" itemscope itemtype="https://schema.org/PostalAddress"> <span itemprop="streetAddress"> 20341 Whitworth Institute 405 N. Whitworth </span> <span itemprop="addressLocality">Seattle</span>, <span itemprop="addressRegion">WA</span> <span itemprop="postalCode">98052</span> </div> <span itemprop="telephone">(425) 123-4567</span> <a href="mailto:jane-doe@xyz.edu" itemprop="email"> jane-doe@xyz.edu</a> Jane's home page: <a href="https://www.janedoe.com" itemprop="url">janedoe.com</a> Graduate students: <a href="https://www.xyz.edu/students/alicejones.html" itemprop="colleague"> Alice Jones</a> <a href="https://www.xyz.edu/students/bobsmith.html" itemprop="colleague"> Bob Smith</a> </div>
Example encoded as RDFa embedded in HTML.
<div vocab="https://schema.org/" typeof="Person"> <span property="name">Jane Doe</span> <img src="janedoe.jpg" property="image" alt="Photo of Jane Doe"/> <span property="jobTitle">Professor</span> <div property="address" typeof="PostalAddress"> <span property="streetAddress"> 20341 Whitworth Institute 405 N. Whitworth </span> <span property="addressLocality">Seattle</span>, <span property="addressRegion">WA</span> <span property="postalCode">98052</span> </div> <span property="telephone">(425) 123-4567</span> <a href="mailto:jane-doe@xyz.edu" property="email"> jane-doe@xyz.edu</a> Jane's home page: <a href="https://www.janedoe.com" property="url">janedoe.com</a> Graduate students: <a href="https://www.xyz.edu/students/alicejones.html" property="colleague"> Alice Jones</a> <a href="https://www.xyz.edu/students/bobsmith.html" property="colleague"> Bob Smith</a> </div>
Example encoded as JSON-LD in a HTML script tag.
<script type="application/ld+json"> { "@context": "https://schema.org", "@type": "Person", "address": { "@type": "PostalAddress", "addressLocality": "Seattle", "addressRegion": "WA", "postalCode": "98052", "streetAddress": "20341 Whitworth Institute 405 N. Whitworth" }, "colleague": [ "https://www.xyz.edu/students/alicejones.html", "https://www.xyz.edu/students/bobsmith.html" ], "email": "mailto:jane-doe@xyz.edu", "image": "janedoe.jpg", "jobTitle": "Professor", "name": "Jane Doe", "telephone": "(425) 123-4567", "url": "https://www.janedoe.com" } </script>
Structured representation of the JSON-LD example.
{
"@context": "https://schema.org",
"@type": "Person",
"address": {
"@type": "PostalAddress",
"addressLocality": "Seattle",
"addressRegion": "WA",
"postalCode": "98052",
"streetAddress": "20341 Whitworth Institute 405 N. Whitworth"
},
"colleague": [
"https://www.xyz.edu/students/alicejones.html",
"https://www.xyz.edu/students/bobsmith.html"
],
"email": "mailto:jane-doe@xyz.edu",
"image": "janedoe.jpg",
"jobTitle": "Professor",
"name": "Jane Doe",
"telephone": "(425) 123-4567",
"url": "https://www.janedoe.com"
}
•
Schema.org
•
V29.3
|
2025-09-04