url - Schema.org Property
Note
: You are viewing the development
version of
Schema.org
See
how we work
for more details.
Schema.org
Docs
Schemas
Validate
About
url
A Schema.org Property
Thing
Property
::
url
[more...]
Canonical URL: https://schema.org/url
Equivalent Property: og:url
Check for open issues.
URL of the item.
Values expected to be one of these types
URL
Used on these types
Thing
Examples
Example 1
Copied
No Markup
Microdata
RDFa
JSON-LD
Structure
Example notes or example HTML without markup.
Jane Doe
Photo of Jane Doe

Professor
20341 Whitworth Institute
Suite 123
405 Whitworth
Seattle WA 98052
(425) 123-4567
jane-doe@illinois.edu

Jane's home page:
janedoe.com

Graduate students:
Alice Jones
Bob Smith
Example encoded as
Microdata
embedded in HTML.


Jane Doe
Photo of Jane Doe

Professor



20341 Whitworth Institute
Suite 123
405 N. Whitworth

Seattle,
WA
98052

(425) 123-4567

jane-doe@xyz.edu

Jane's home page:

Graduate students:

Alice Jones


Bob Smith


Example encoded as
RDFa
embedded in HTML.

Jane Doe
Photo of Jane Doe

Professor



20341 Whitworth Institute
Suite 123
405 N. Whitworth

Seattle,
WA
98052

(425) 123-4567

jane-doe@xyz.edu

Jane's home page:
janedoe.com

Graduate students:

Alice Jones


Bob Smith


Example encoded as
JSON-LD
in a HTML script tag.

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",
"extendedAddress": "Suite 123"
},
"colleague": [
"http://www.xyz.edu/students/alicejones.html",
"http://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": "http://www.janedoe.com"
Terms and conditions
Schema.org
V30.0
2026-03-19