Быстрая микроразметка Контактов (Organization) JSON-LD scheme.org на примере Modx

Помещаем скрипт в footer, заменив данные на свои

<script type="application/ld json">
{
  "@context" : "http://schema.org",
  "@type" : "Organization",
  "name" : "[[++site_name]]",
  "url" : "[[++site_url]]",
  "logo": "[[++site_url]][[++site_logo]]",
  "address":{
    "@type":"PostalAddress",
    "streetAddress":"[[++site_adress]]",
    "addressLocality":"Москва",
    "addressRegion":"Московская Область",
    "postalCode":"143405",
    "addressCountry":"Россия"
  },
  "contactPoint" : [{
    "@type" : "ContactPoint",
    "telephone" : "[[++sys_site_phone]]",
    "contactType" : "customer service"
  }],
  "sameAs" : [
    ""
  ]
}
</script>