Sha256: 8deaed4972b41620ac0a1662b0e671ecc21cc1f7553f0880be5d0744bdde6937

Contents?: true

Size: 454 Bytes

Versions: 1

Compression:

Stored size: 454 Bytes

Contents

{
  "@context": "https://schema.org",
  "@type": "Organization",
  "name": "<%= render_meta_page_title %>",
  "legalName" : "<%= render_meta_page_title %>",
  "url": "<%= request.base_url %>",
  "logo": "<%= asset_url(:logo) %>",
  "contactPoint": {
    "@type": "ContactPoint",
    "contactType": "customer support",
    "telephone": "[<%= CountryPhone.find_by(default_locale: I18n.locale).value %>]",
    "email": "<%= Settings.support_email %>"
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
translation_cms-0.1.5 app/views/shared/json_microdata/_about_company.json.erb