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

streetAddress

A Schema.org Property
The street address. For example, 1600 Amphitheatre Pkwy.

Values expected to be one of these types

Used on these types

Examples

Example 1
Copied
Example notes or example HTML without markup.
  1. Jane Doe
  2. <img src="janedoe.jpg" alt="Photo of Jane Doe"/>

  3. Professor
  4. 20341 Whitworth Institute
  5. 405 Whitworth
  6. Seattle WA 98052
  7. (425) 123-4567
  8. <a href="mailto:jane-doe@xyz.edu">jane-doe@illinois.edu</a>

  9. Jane's home page:
  10. <a href="http://www.janedoe.com">janedoe.com</a>

  11. Graduate students:
  12. <a href="http://www.xyz.edu/students/alicejones.html">Alice Jones</a>
  13. <a href="http://www.xyz.edu/students/bobsmith.html">Bob Smith</a>
Example encoded as Microdata embedded in HTML.
  1. <div itemscope itemtype="https://schema.org/Person">
  2.   <span itemprop="name">Jane Doe</span>
  3.   <img src="janedoe.jpg" itemprop="image" alt="Photo of Jane Doe"/>

  4.   <span itemprop="jobTitle">Professor</span>
  5.   <div itemprop="address" itemscope itemtype="https://schema.org/PostalAddress">
  6.     <span itemprop="streetAddress">
  7.       20341 Whitworth Institute
  8.       405 N. Whitworth
  9.     </span>
  10.     <span itemprop="addressLocality">Seattle</span>,
  11.     <span itemprop="addressRegion">WA</span>
  12.     <span itemprop="postalCode">98052</span>
  13.   </div>
  14.   <span itemprop="telephone">(425) 123-4567</span>
  15.   <a href="mailto:jane-doe@xyz.edu" itemprop="email">
  16.     jane-doe@xyz.edu</a>

  17.   Jane's home page:
  18.   <a href="http://www.janedoe.com" itemprop="url">janedoe.com</a>

  19.   Graduate students:
  20.   <a href="http://www.xyz.edu/students/alicejones.html" itemprop="colleague">
  21.     Alice Jones</a>
  22.   <a href="http://www.xyz.edu/students/bobsmith.html" itemprop="colleague">
  23.     Bob Smith</a>
  24. </div>
Example encoded as RDFa embedded in HTML.
  1. <div vocab="https://schema.org/" typeof="Person">
  2.   <span property="name">Jane Doe</span>
  3.   <img src="janedoe.jpg" property="image" alt="Photo of Jane Doe"/>

  4.   <span property="jobTitle">Professor</span>
  5.   <div property="address" typeof="PostalAddress">
  6.     <span property="streetAddress">
  7.       20341 Whitworth Institute
  8.       405 N. Whitworth
  9.     </span>
  10.     <span property="addressLocality">Seattle</span>,
  11.     <span property="addressRegion">WA</span>
  12.     <span property="postalCode">98052</span>
  13.   </div>
  14.   <span property="telephone">(425) 123-4567</span>
  15.   <a href="mailto:jane-doe@xyz.edu" property="email">
  16.     jane-doe@xyz.edu</a>

  17.   Jane's home page:
  18.   <a href="http://www.janedoe.com" property="url">janedoe.com</a>

  19.   Graduate students:
  20.   <a href="http://www.xyz.edu/students/alicejones.html" property="colleague">
  21.     Alice Jones</a>
  22.   <a href="http://www.xyz.edu/students/bobsmith.html" property="colleague">
  23.     Bob Smith</a>
  24. </div>
Example encoded as JSON-LD in a HTML script tag.
  1. <script type="application/ld+json">
  2. {
  3.   "@context": "https://schema.org",
  4.   "@type": "Person",
  5.   "address": {
  6.     "@type": "PostalAddress",
  7.     "addressLocality": "Seattle",
  8.     "addressRegion": "WA",
  9.     "postalCode": "98052",
  10.     "streetAddress": "20341 Whitworth Institute 405 N. Whitworth"
  11.   },
  12.   "colleague": [
  13.     "http://www.xyz.edu/students/alicejones.html",
  14.     "http://www.xyz.edu/students/bobsmith.html"
  15.   ],
  16.   "email": "mailto:jane-doe@xyz.edu",
  17.   "image": "janedoe.jpg",
  18.   "jobTitle": "Professor",
  19.   "name": "Jane Doe",
  20.   "telephone": "(425) 123-4567",
  21.   "url": "http://www.janedoe.com"
  22. }
  23. </script>
Structured representation of the JSON-LD example.
Example 2
Copied
Example notes or example HTML without markup.
  1. Google.Org

  2. Contact Details:
  3. Main address: 38 avenue de l'Opéra, F-75002 Paris, France
  4.  Tel: ( 33 1) 42 68 53 00, Fax: ( 33 1) 42 68 53 01
  5. E-mail: secretariat (at) google.org
  6. URL: <a href="http://www.google.org">www.google.org</a>
  7. SIRET Code: 443 061 841 00039
  8. VAT Number: FR64443061841

  9. Members:
  10. - National Scientific Members in 100 countries and territories: Country1, Country2, ...
  11. - Scientific Union Members, 30 organizations listed in this Yearbook: Member 1, Member 2

  12. History:
Example encoded as Microdata embedded in HTML.
  1. <div itemscope itemtype="https://schema.org/Organization">
  2.   <span itemprop="name">Google.org (GOOG)</span>

  3. Contact Details:
  4.   <div itemprop="address" itemscope itemtype="https://schema.org/PostalAddress">
  5.     Main address:
  6.       <span itemprop="streetAddress">38 avenue de l'Opéra</span>
  7.       <span itemprop="postalCode">F-75002</span>
  8.       <span itemprop="addressLocality">Paris, France</span>
  9.     ,
  10.   </div>
  11.     Tel:<span itemprop="telephone">( 33 1) 42 68 53 00 </span>,
  12.     Fax:<span itemprop="faxNumber">( 33 1) 42 68 53 01 </span>,
  13.     E-mail: <span itemprop="email">secretariat(at)google.org</span>
  14.     SIRET Code: 443 061 841 00039<meta itemprop="iso6523Code" content="0009:44306184100039" />
  15.     VAT Number: FR64443061841<meta itemprop="iso6523Code" content="9957:FR64443061841" />

  16. Members:
  17. - National Scientific Members in 100 countries and territories: Country1, Country2, ...
  18. - Scientific Union Members, 30 organizations listed in this Yearbook:
  19. List of Alumni:
  20.  <span itemprop="alumni" itemscope itemtype="https://schema.org/Person">
  21.    <span itemprop="name">Jack Dan</span>
  22.  </span>,
  23.  <span itemprop="alumni" itemscope itemtype="https://schema.org/Person">
  24.    <span itemprop="name">John Smith</span>
  25.  </span>,

  26. History:
  27. </div>
Example encoded as RDFa embedded in HTML.
  1. <div vocab="https://schema.org/" typeof="Organization">
  2.   <span property="name">Google.org (GOOG)</span>

  3. Contact Details:
  4.   <div property="address" typeof="PostalAddress">
  5.     Main address:
  6.       <span property="streetAddress">38 avenue de l'Opera</span>
  7.       <span property="postalCode">F-75002</span>
  8.       <span property="addressLocality">Paris, France</span>
  9.     ,
  10.   </div>
  11.     Tel:<span property="telephone">( 33 1) 42 68 53 00 </span>,
  12.     Fax:<span property="faxNumber">( 33 1) 42 68 53 01 </span>,
  13.     E-mail: <span property="email">secretariat(at)google.org</span>
  14.     SIRET Code: 443 061 841 00039<meta itemprop="iso6523Code" content="0009:44306184100039" />
  15.     VAT Number: FR64443061841<meta itemprop="iso6523Code" content="9957:FR64443061841" />

  16. Members:
  17. - National Scientific Members in 100 countries and territories: Country1, Country2, ...
  18. - Scientific Union Members, 30 organizations listed in this Yearbook:
  19. List of Alumni:
  20.  <span property="alumni"  typeof="Person">
  21.    <span property="name">Jack Dan</span>
  22.  </span>,
  23.  <span property="alumni"  typeof="Person">
  24.    <span property="name">John Smith</span>
  25.  </span>
  26. History:
  27. </div>
Example encoded as JSON-LD in a HTML script tag.
  1. <script type="application/ld+json">
  2. {
  3.   "@context": "https://schema.org",
  4.   "@type": "Organization",
  5.   "address": {
  6.     "@type": "PostalAddress",
  7.     "addressLocality": "Paris, France",
  8.     "postalCode": "F-75002",
  9.     "streetAddress": "38 avenue de l'Opéra"
  10.   },
  11.   "email": "secretariat(at)google.org",
  12.   "faxNumber": "+33142685301",
  13.   "iso6523Code": "0009:44306184100039",
  14.   "iso6523Code": "9957:FR64443061841",
  15.   "member": [
  16.     {
  17.       "@type": "Organization"
  18.     },
  19.     {
  20.       "@type": "Organization"
  21.     }
  22.   ],
  23.   "alumni": [
  24.     {
  25.       "@type": "Person",
  26.       "name": "Jack Dan"
  27.     },
  28.     {
  29.       "@type": "Person",
  30.       "name": "John Smith"
  31.     }
  32.   ],
  33.   "name": "Google.org (GOOG)",
  34.   "telephone": "+33 1 42 68 53 00"
  35. }
  36. </script>
Structured representation of the JSON-LD example.
Example 3
Copied
Example notes or example HTML without markup.
  1. <h1>Beachwalk Beachwear &amp; Giftware</h1>
  2. A superb collection of fine gifts and clothing to accent your stay in Mexico Beach.
  3. 3102 Highway 98
  4. Mexico Beach, FL
  5. Phone: 850-648-4200
Example encoded as Microdata embedded in HTML.
  1. <div itemscope itemtype="https://schema.org/LocalBusiness">
  2.   <h1><span itemprop="name">Beachwalk Beachwear &amp; Giftware</span></h1>
  3.   <span itemprop="description"> A superb collection of fine gifts and clothing
  4.   to accent your stay in Mexico Beach.</span>
  5.   <div itemprop="address" itemscope itemtype="https://schema.org/PostalAddress">
  6.     <span itemprop="streetAddress">3102 Highway 98</span>
  7.     <span itemprop="addressLocality">Mexico Beach</span>,
  8.     <span itemprop="addressRegion">FL</span>
  9.   </div>
  10.   Phone: <span itemprop="telephone">850-648-4200</span>
  11. </div>
Example encoded as RDFa embedded in HTML.
  1. <div vocab="https://schema.org/" typeof="LocalBusiness">
  2.   <h1><span property="name">Beachwalk Beachwear &amp; Giftware</span></h1>
  3.   <span property="description"> A superb collection of fine gifts and clothing
  4.   to accent your stay in Mexico Beach.</span>
  5.   <div property="address" typeof="PostalAddress">
  6.     <span property="streetAddress">3102 Highway 98</span>
  7.     <span property="addressLocality">Mexico Beach</span>,
  8.     <span property="addressRegion">FL</span>
  9.   </div>
  10.   Phone: <span property="telephone">850-648-4200</span>
  11. </div>
Example encoded as JSON-LD in a HTML script tag.
  1. <script type="application/ld+json">
  2. {
  3.   "@context": "https://schema.org",
  4.   "@type": "LocalBusiness",
  5.   "address": {
  6.     "@type": "PostalAddress",
  7.     "addressLocality": "Mexico Beach",
  8.     "addressRegion": "FL",
  9.     "streetAddress": "3102 Highway 98"
  10.   },
  11.   "description": "A superb collection of fine gifts and clothing to accent your stay in Mexico Beach.",
  12.   "name": "Beachwalk Beachwear & Giftware",
  13.   "telephone": "850-648-4200"
  14. }
  15. </script>
Structured representation of the JSON-LD example.