VOOZH about

URL: https://schema.org/name

⇱ name - Schema.org Property


Note: You are viewing the development version of Schema.org. See how we work for more details.

name

A Schema.org Property
Usage: 10M+ Domains Based on monthly aggregations from Google's web index. (Google - May 2026)
Thing > Property :: name
  • Canonical URL: https://schema.org/name
  • Equivalent Property: cmns-txt:hasName
    Equivalent Property: dct:title
    Equivalent Property: og:title
  • Check for open issues.
The name of the item.

Subproperty of:
  • rdfs:label

Values expected to be one of these types

Used on these types

Examples

Example 1
Copied
Example notes or example HTML without markup.
<ruby lang="en">Worcester<rp>(</rp><rt lang="en-fonipa">/ˈwʊstɚ/</rt><rp>)</rp></ruby>
Example encoded as JSON-LD in a HTML script tag.
<script type="application/ld+json">
{
 "@context": "https://schema.org/",
 "@type": "City",
 "name": [{
 "@value": "Worcester",
 "@language": "en"
 }, {
 "@value": "/ˈwʊstɚ/",
 "@language": "en-fonipa"
 }]
}
</script>
Structured representation of the JSON-LD example.
{ "@context": "https://schema.org/", "@type": "City", "name": [{ "@value": "Worcester", "@language": "en" }, { "@value": "/ˈwʊstɚ/", "@language": "en-fonipa" }] }
Example 2
Copied
Example notes or example HTML without markup.
<span aria-label="W K R P">WKRP</span>
Example encoded as JSON-LD in a HTML script tag.
<script type="application/ld+json">
{
 "@context": "https://schema.org/",
 "@type": "RadioStation",
 "name": [
 {
 "@value": "WKRP",
 "@language": "en"
 },
 {
 "@value": "ˈdʌbəljuː ˈkeɪ ˈɑːr ˈpiː",
 "@language": "en-fonipa"
 }
 ]
}
</script>
Structured representation of the JSON-LD example.
{ "@context": "https://schema.org/", "@type": "RadioStation", "name": [ { "@value": "WKRP", "@language": "en" }, { "@value": "ˈdʌbəljuː ˈkeɪ ˈɑːr ˈpiː", "@language": "en-fonipa" } ] }

Terms and conditions

Schema.org V30.0 | 2026-03-19