To ensure a seamless user experience across all devices and to maintain high accessibility standards, all phone numbers on our website must be wrapped in a specific URI scheme.

Phone Number Linking FORMAT

1. The Standard Format

All phone links must use the tel: protocol followed by the international dialing format (country code + area code + number), with no spaces, dashes, or parentheses.

  • Required Format: tel:+[CountryCode][Number]
  •     Example: tel:+18154698188   

2. Implementation Guidelines

When adding a phone number to a page, designers and devs must follow these rules:

  • HTML Structure: Use the standard anchor tag.
    • Correct: <a href="tel:+18154698188">(815) 469-8188</a>
    • Incorrect:
      <a href="tel:8154698188">
      <a href="tel:1(815)469-8188">
      <a href="tel:(815)4698188">
ADDRESS FORMAT

1. The Required Layout

Addresses should be formatted in a maximum of two lines (unless a Suite/Apartment number requires a third).

Format:

[Street Address] [City], [State Abbreviation] [Zip Code]

    • Correct: 
      419 Main St.
      Belton, MO 64012
    • Incorrect:
      419 Main St.
      Belton, Missouri, United States, 64012