---
title: Locations
description: Multi-location pages for a business with offices in different cities.
published: true
---

# Locations

Location pages work the same way as every other page in the site tree: markdown first, relative links, and source mirrors for machine-readable traversal.

:::contact-card
title: Downtown office
name: OpnPress Chicago
tagline: Sales, support, and local onboarding.
logo: /images/OpnPressLogo.png
address: 200 N Clark St, Chicago, IL 60601
mapUrl: https://maps.google.com/?q=200+N+Clark+St+Chicago+IL+60601
phone: +1 (312) 555-0100
email: chicago@opnpress.com
hours: Mon-Fri 9am-5pm
website: ./chicago/
:::

:::contact-card
title: West coast office
name: OpnPress Austin
tagline: Product demos and customer support.
logo: /images/OpnPressLogo.png
address: 301 Congress Ave, Austin, TX 78701
mapUrl: https://maps.google.com/?q=301+Congress+Ave+Austin+TX+78701
phone: +1 (512) 555-0142
email: austin@opnpress.com
hours: Mon-Thu 9am-5pm
website: ./austin/
:::

## What these pages are for

- Show the same business in more than one city.
- Give each office a unique page with local details.
- Keep the structure predictable enough for LLMs to follow.
