Addresses and organizations

You can mark up the your organization details to participate in the affiliate program and improve snippets displayed in the Yandex search results.
Yandex Business processes the markup schemas inherited from Organization and Place. Schemas that are links (marked with a plus sign) are supported by Yandex Business.

Organization

Place

For these schemes, the following fields are supported (where they are defined by the standard):

  • nameText − Full name of the organization.

  • url URL − The site URL.

  • address PostalAddress — Postal address:

    • addressCountry (Text or Country) — Country. For example, Russia. You can also specify the two-letter country code according to the ISO 3166−1 alpha-2 standard. For countries in the format schema.org/Country the following field is supported:

      • name (Text) — Name of the country.
    • addressLocality (Text) — City, town or village, for example, “Gadjukino”.

    • addressRegion (Text) − Region, for example, "Moscow Oblast".

    • postOfficeBoxNumber (Text) — P.O. box number.

    • postalCode (Text) — Postal code.

    • streetAddress (Text) − Address, for example, “123 Main Street, Building 1”.

  • faxNumber (Text) — Fax number.

  • telephone Text — Phone number.

  • location (Place) — Location of the organization. If an organization (or a branch) is located in a mall, the mall name must be indicated in this field.

  • geo (only GeoCoordinates; GeoShape isn't supported) — Geographic coordinates:

    • latitude (Number or Text) — Latitude, for example 29.58.

    • longitude (Number or Text) − Longitude, for example 31.08.

  • openingHours (Duration) — Working hours of the organization. Duration — Text in ISO 8601 format. May be defined as intervals during the week, first indicating days, then the times during those days. Days should be separated by a comma ",". Intervals of days and hours are indicated with a dash "-".

    • Days are indicated by two-letter abbreviations: Mo, Tu, We, Th, Fr, Sa, Su.

    • Time is indicated in the 24-hour format. For example, 15:00.

      <time
        itemprop="openingHours"
        datetime="Tu,Th 16:00−20:00">Tuesdays and Thursdays from 4:00 to 8:00 p.m.
      </time>
      
    • If the business is open every day of the week, this can be indicated as follows:

      <time
        itemprop="openingHours"
        datetime="Mo-Su">Monday to Sunday, 24/7
      </time>
      

* Required field for displaying the snippet of the site’s home page and the structured snippet of other pages.

Note

  • The openingHours field is supported only in schemas inherited from Organization/LocalBusiness and Place/CivicStructure.

  • If the site belongs to a chain business, you should mark up each location as a separate company.

  • All pages with markup should be linked to from the home page.

You can validate the structured data.

<div itemscope itemtype="http://schema.org/Organization">
  <span itemprop="name">Yandex</span>
  Contact details:
  <div itemprop="address" itemscope itemtype="http://schema.org/PostalAddress">
    Address:
    <span itemprop="streetAddress">16 Leo Tolstoy St.</span>
    <span itemprop="postalCode">119021</span>
    <span itemprop="addressLocality">Moscow</span>,
  </div>
  Phone number:<span itemprop="telephone">+7 495 739-70-00</span>,
  Fax number:<span itemprop="faxNumber">+7 495 739-70-70</span>,
  Email: <span itemprop="email">pr@yandex-team.ru</span>
</div>

Alert

Yandex does not guarantee that the information it receives will appear in search results. Information marked up in Schema.org format may be used by Yandex fully or partially, separately or along with information obtained from other sources. This information may be used in any Yandex service.

Contact support

Specify your question about the address snippet:

The “Addresses on the map” label is displayed if the organization has two or more addresses in the same region. When you click on the label, you can see the organization addresses on Yandex Maps. In this case, the snippet doesn't display the address and phone number.

If your organization has one address but the snippet displays the “Addresses on the map” label, check the information in Yandex Business. To ask about editing information in Yandex Business, use this form.

The address snippet is displayed if the site is in the Top 30 Yandex search results. It uses the organization details published in Yandex Business:

  • The main page of the site is specified (for example, http://example.com).

  • The site address is the same as in Yandex Webmaster: either with or without the www prefix and with the HTTP or HTTPS protocol.

  • The organization's contact information (city, street, house number) is specified fully.

Requirements are met, but the address snippet isn't displayed

To change the contact information in the address snippet, edit the organization card in Yandex Maps:

  1. Find the organization in Yandex Maps and click Edit.
  2. In the form that opens, enter the correct information about the organization.

The address snippet data is usually updated within a week after you change the organization card.

If you have a question about editing the organization card in Yandex Business, use this form.




You can also go to

* Required field for displaying the snippet of the site’s home page and the structured snippet of other pages.