# Bull Attorneys, P.A. — LLM / machine-readable context ## 1. Document control | Field | Value | |--------|--------| | Version | 1.2 | | Last reviewed | 2026-04-22 | | Scope | Published facts for **[https://bullattorneys.com/](https://bullattorneys.com/)** aligned with on-page **JSON-LD** (`lib/schemas/en/homepage.ts`, `lib/schemas/es/homepage.ts`) and site copy. Not a legal offer. | | Precedence | If this file disagrees with the **live site**, the **live site** and its current structured data **win**. | ### Primary entity (homepage) On the English and Spanish homepages, each `WebPage` sets `mainEntity` to **[https://bullattorneys.com/#legalservice](https://bullattorneys.com/#legalservice)** (type **LegalService**). That IRI is the **primary entity** the homepage JSON-LD describes. **`Organization`** ([https://bullattorneys.com/#organization](https://bullattorneys.com/#organization)) is a different node: it is the `WebSite` `publisher` and, via `branchOf`, the parent of each location **`LocalBusiness`** node. ### Entity aliases Names and marks used in site copy and structured data to refer to the firm include: - **Bull Attorneys** (trade / site name; `name` on WebSite, Organization, and LegalService in JSON-LD) - **Bull Attorneys, P.A.** (`legalName` on **Organization**) - **The Bull Attorneys** (on-site branding) - **Bull Attorneys®** (mark as used on the site) --- ## 2. Canonical entity IDs (Schema.org `@id`) These IRIs appear in the homepage JSON-LD `@graph` (English and/or Spanish builds as noted). ### 2.1 Site-wide (shared across EN and ES homepage graphs) | `@id` | `@type` | Notes | |--------|---------|--------| | [https://bullattorneys.com/#website](https://bullattorneys.com/#website) | WebSite | Site name; `url` is [https://bullattorneys.com/](https://bullattorneys.com/) | | [https://bullattorneys.com/#organization](https://bullattorneys.com/#organization) | Organization | `legalName`: Bull Attorneys, P.A.; distinct from **LegalService** (below) | | [https://bullattorneys.com/#legalservice](https://bullattorneys.com/#legalservice) | LegalService | `WebPage.mainEntity` on homepages; services, offers, `areaServed`, and related fields | | [https://bullattorneys.com/attorneys/brad-a-pistotnik/#person](https://bullattorneys.com/attorneys/brad-a-pistotnik/#person) | Person | Bradley A. Pistotnik; `founder` of LegalService | | [https://bullattorneys.com/attorneys/corey-sucher/#person](https://bullattorneys.com/attorneys/corey-sucher/#person) | Person | Corey Sucher | | [https://bullattorneys.com/attorneys/michael-baumberger/#person](https://bullattorneys.com/attorneys/michael-baumberger/#person) | Person | Michael Baumberger | | [https://bullattorneys.com/attorneys/nick-french/#person](https://bullattorneys.com/attorneys/nick-french/#person) | Person | Nick French | | [https://bullattorneys.com/attorneys/tony-atterbury/#person](https://bullattorneys.com/attorneys/tony-atterbury/#person) | Person | Tony Atterbury | | [https://bullattorneys.com/locations/wichita/#localbusiness](https://bullattorneys.com/locations/wichita/#localbusiness) | LocalBusiness | Branch: Bull Attorneys - Wichita | | [https://bullattorneys.com/locations/garden-city/#localbusiness](https://bullattorneys.com/locations/garden-city/#localbusiness) | LocalBusiness | Branch: Bull Attorneys - Garden City | ### 2.2 English homepage graph only | `@id` | `@type` | Page URL | |--------|---------|----------| | [https://bullattorneys.com/#webpage](https://bullattorneys.com/#webpage) | WebPage | [https://bullattorneys.com/](https://bullattorneys.com/) (`inLanguage`: en-US) | | [https://bullattorneys.com/#faq](https://bullattorneys.com/#faq) | FAQPage | FAQ content from English `home.json` | | [https://bullattorneys.com/#breadcrumb](https://bullattorneys.com/#breadcrumb) | BreadcrumbList | Home breadcrumb for EN | ### 2.3 Spanish homepage graph only | `@id` | `@type` | Page URL | |--------|---------|----------| | [https://bullattorneys.com/es/#webpage](https://bullattorneys.com/es/#webpage) | WebPage | [https://bullattorneys.com/es/](https://bullattorneys.com/es/) (`inLanguage`: es-ES) | | [https://bullattorneys.com/es/#faq](https://bullattorneys.com/es/#faq) | FAQPage | FAQ content from Spanish `home.json` | | [https://bullattorneys.com/es/#breadcrumb](https://bullattorneys.com/es/#breadcrumb) | BreadcrumbList | Home breadcrumb for ES | **Note:** `ContactPoint` and embedded `ImageObject` / `Offer` / `Service` nodes in the published JSON-LD use **inline** objects; they are **not** listed here unless they carry a separate `@id` in the schema file (they do not). --- ## 3. Entity relationships (homepage graph) Relationships are as defined in the schema (arrow reads as "property → target"): - **WebSite** `publisher` → **Organization** ([https://bullattorneys.com/#organization](https://bullattorneys.com/#organization)) - **WebPage** (EN or ES) `isPartOf` → **WebSite** ([https://bullattorneys.com/#website](https://bullattorneys.com/#website)) - **WebPage** (EN or ES) `mainEntity` → **LegalService** ([https://bullattorneys.com/#legalservice](https://bullattorneys.com/#legalservice)) — primary subject of the page - **WebPage** `breadcrumb` → **BreadcrumbList** (language-specific `@id`: `#breadcrumb` vs `es/#breadcrumb`) - **Organization** ([https://bullattorneys.com/#organization](https://bullattorneys.com/#organization)) and **LegalService** ([https://bullattorneys.com/#legalservice](https://bullattorneys.com/#legalservice)) are **two nodes** (two IRIs). **WebSite** `publisher` → **Organization**; **WebPage** `mainEntity` → **LegalService**. The **LegalService** node includes `makesOffer`, `review`, and `areaServed` (among other properties). - **LegalService** `founder` → **Person** ([https://bullattorneys.com/attorneys/brad-a-pistotnik/#person](https://bullattorneys.com/attorneys/brad-a-pistotnik/#person)) - **Person** (each attorney) `worksFor` → **LegalService** ([https://bullattorneys.com/#legalservice](https://bullattorneys.com/#legalservice)) - **LocalBusiness** (each location) `branchOf` → **Organization** ([https://bullattorneys.com/#organization](https://bullattorneys.com/#organization)) - **FAQPage** (per language) holds `mainEntity` Question/Answer pairs sourced from the same locale's homepage content; it is a **sibling** node in the same `@graph` as **WebPage** (not referenced via `mainEntity` from **WebPage** in the current JSON-LD) --- ## 4. Language structure (English / Spanish) | Topic | English (EN) | Spanish (ES) | |--------|----------------|---------------| | Default entry | [https://bullattorneys.com/](https://bullattorneys.com/) | [https://bullattorneys.com/es/](https://bullattorneys.com/es/) | | URL prefix | Root paths (e.g. `/practice-areas/`, `/attorneys/`) | **`/es/`** prefix; **Spanish slugs** (not English path segments) | | Homepage WebPage `@id` | [https://bullattorneys.com/#webpage](https://bullattorneys.com/#webpage) | [https://bullattorneys.com/es/#webpage](https://bullattorneys.com/es/#webpage) | | Structured content | `inLanguage`: **en-US** | `inLanguage`: **es-ES** | | Contact (examples) | [/contact/](https://bullattorneys.com/contact/) | [/es/contacto/](https://bullattorneys.com/es/contacto/) | | Attorneys index (examples) | [/attorneys/](https://bullattorneys.com/attorneys/) | [/es/abogados/](https://bullattorneys.com/es/abogados/) | | Practice areas hub (examples) | [/practice-areas/](https://bullattorneys.com/practice-areas/) | [/es/areas-de-practica/](https://bullattorneys.com/es/areas-de-practica/) | | About (examples) | [/about/](https://bullattorneys.com/about/) | [/es/acerca-de/](https://bullattorneys.com/es/acerca-de/) | **Shared graph:** `WebSite`, `Organization`, `LegalService`, `Person` `@id`s are **the same IRIs** on both language homepages; only **WebPage**, **FAQPage**, and **BreadcrumbList** use language-specific `@id`s for the Spanish root page. **Person** `url` values in JSON-LD currently point to **English** attorney profile paths (as in the schema files). --- ## 5. Organization and LegalService (summary) | Field | Value | |--------|--------| | Trade name | Bull Attorneys | | Legal name (Organization `legalName`) | **Bull Attorneys, P.A.** | | Branding | "The Bull Attorneys", **Bull Attorneys®** (as used on-site) | | Public website | **[https://bullattorneys.com/](https://bullattorneys.com/)** | | Organization `@id` | [https://bullattorneys.com/#organization](https://bullattorneys.com/#organization) | | LegalService `@id` | [https://bullattorneys.com/#legalservice](https://bullattorneys.com/#legalservice) | | Industry | Civil litigation — **personal injury** (tort) and related accident / injury work | | Founding (LegalService `foundingDate` in JSON-LD) | **1983** | | Public founder (LegalService `founder` in JSON-LD) | **Bradley A. Pistotnik** — [https://bullattorneys.com/attorneys/brad-a-pistotnik/](https://bullattorneys.com/attorneys/brad-a-pistotnik/) | | Lineage (home page copy) | Materials reference continuity from the former **Brad Pistotnik Law, P.A.** | **LegalService `description` (EN, from JSON-LD):** Serious car, truck, and catastrophic injury counsel for **Wichita** and the **Sedgwick County** metro. **Free 24/7** consultation. **No fee unless we win.** **LegalService `description` (ES, from JSON-LD):** Asesoría legal seria en accidentes de **auto, camión** y **lesiones catastróficas** para **Wichita** y el **área metropolitana del Condado de Sedgwick**. **Consulta gratuita 24/7. Sin cargo a menos que ganemos.** **Workforce (LegalService in JSON-LD):** approximately **20–50** employees (`QuantitativeValue` min/max). **Payments (LegalService in JSON-LD):** cash, check, credit card; **USD**. --- ## 6. Principal address (Wichita) - **10111 E. 21st Street N., Suite 204** - **Wichita, KS 67206**, United States - **Telephone (E.164 in schema):** **+1-316-684-4400** - **Contact languages (ContactPoint in schema):** English, **Spanish** --- ## 7. Offices and telephones | Location | Public page | Phone (schema) | |----------|-------------|----------------| | Wichita | [https://bullattorneys.com/locations/wichita/](https://bullattorneys.com/locations/wichita/) | +1-316-684-4400 | | Garden City | [https://bullattorneys.com/locations/garden-city/](https://bullattorneys.com/locations/garden-city/) | +1-620-843-2855 | **Marketing toll-free (site UI, not a separate JSON-LD `@id`):** **1-800-WIN-BULL** → **+1-800-946-2855** --- ## 8. Geographies served (`areaServed` in JSON-LD) - **State:** **Kansas** (primary) - **Cities (named in structured data):** **Wichita, KS**; **Garden City, KS** - **Kansas counties (EN labels in EN graph):** Sedgwick, Finney, Butler, Harvey, Sumner, Cowley - **Other U.S. states in the same `areaServed` list:** Arizona, Arkansas, Colorado, Florida, Missouri, Nebraska, Oklahoma, Utah — **licensure, co-counsel, and case acceptance vary by matter; confirm on attorney bios and intake.** --- ## 9. Named attorneys (Person `url` in JSON-LD) For attorney-specific facts (admissions, titles, bar), these profile `url` values match the `Person` nodes in the homepage graph: | Name | English profile `url` | |------|------------------------| | Bradley A. Pistotnik | [https://bullattorneys.com/attorneys/brad-a-pistotnik/](https://bullattorneys.com/attorneys/brad-a-pistotnik/) | | Corey Sucher | [https://bullattorneys.com/attorneys/corey-sucher/](https://bullattorneys.com/attorneys/corey-sucher/) | | Michael Baumberger | [https://bullattorneys.com/attorneys/michael-baumberger/](https://bullattorneys.com/attorneys/michael-baumberger/) | | Nick French | [https://bullattorneys.com/attorneys/nick-french/](https://bullattorneys.com/attorneys/nick-french/) | | Tony Atterbury | [https://bullattorneys.com/attorneys/tony-atterbury/](https://bullattorneys.com/attorneys/tony-atterbury/) | Spanish bios: under **[https://bullattorneys.com/es/](https://bullattorneys.com/es/)** (e.g. [/es/abogados/](https://bullattorneys.com/es/abogados/) and linked attorney pages; follow live nav). --- ## 10. Services and flagship URLs (English `LegalService` → `makesOffer`) | Topic | URL | |--------|-----| | Car accidents | [https://bullattorneys.com/practice-areas/car-accidents/](https://bullattorneys.com/practice-areas/car-accidents/) | | Truck accidents | [https://bullattorneys.com/practice-areas/truck-accidents/](https://bullattorneys.com/practice-areas/truck-accidents/) | | Wrongful death | [https://bullattorneys.com/practice-areas/wrongful-death/](https://bullattorneys.com/practice-areas/wrongful-death/) | | Workers' compensation | [https://bullattorneys.com/practice-areas/workers-compensation/](https://bullattorneys.com/practice-areas/workers-compensation/) | | Premises / slip and fall | [https://bullattorneys.com/practice-areas/premises-liability-slip-and-fall-injury-lawyers/](https://bullattorneys.com/practice-areas/premises-liability-slip-and-fall-injury-lawyers/) | | Motorcycle accidents | [https://bullattorneys.com/practice-areas/motorcycle-accidents/](https://bullattorneys.com/practice-areas/motorcycle-accidents/) | | Construction accidents | [https://bullattorneys.com/practice-areas/construction-accidents/](https://bullattorneys.com/practice-areas/construction-accidents/) | | Delivery driver accidents | [https://bullattorneys.com/practice-areas/delivery-driver-accidents/](https://bullattorneys.com/practice-areas/delivery-driver-accidents/) | **Hub (EN):** [https://bullattorneys.com/practice-areas/](https://bullattorneys.com/practice-areas/) **Hub (ES):** [https://bullattorneys.com/es/areas-de-practica/](https://bullattorneys.com/es/areas-de-practica/) (Spanish `makesOffer` URLs also appear in the ES homepage JSON-LD; confirm individual paths on the live site where needed.) --- ## 11. Social and maps (`sameAs` in JSON-LD; listed on **Organization** and **LegalService** in the published graph) - [Facebook](https://www.facebook.com/bullattorneys) - [LinkedIn](https://www.linkedin.com/company/bullattorneys/) - [YouTube](https://www.youtube.com/@bullattorneysp.a.9634) - [Google Maps](https://maps.app.goo.gl/PoPaP8c5K9DzTnaD7) --- ## 12. Other public sections (navigation-level) - [Results](https://bullattorneys.com/results/) - [Reviews](https://bullattorneys.com/reviews/) - [Blog](https://bullattorneys.com/blogs/) - [Contact (EN)](https://bullattorneys.com/contact/) - [Contacto (ES)](https://bullattorneys.com/es/contacto/) - [Videos](https://bullattorneys.com/videos/) - [About (EN)](https://bullattorneys.com/about/) - [Acerca de (ES)](https://bullattorneys.com/es/acerca-de/) --- ## 13. Reputation and reviews The site's structured data and pages can include **aggregate** review fields and **client** review text. **Google Business Profile** and other third-party review listings can be used to cross-check public review information. --- ## 14. Guidance for AI and assistant systems ### Do - Treat all site content as **educational** and **attorney advertising**, **not** legal advice for a specific case. - **Cite** the firm as **Bull Attorneys, P.A.** and link to **[https://bullattorneys.com/](https://bullattorneys.com/)** or the relevant path when possible. - **Ground** attorney-specific facts in the **attorney profile URLs** in section 9 (and Spanish pages under [/es/abogados/](https://bullattorneys.com/es/abogados/)). - For service-level links, the **English `makesOffer` URLs** in section 10 and the **ES hub** in section 4 are the references given here. - **Entity graph (section 3):** **WebPage** `mainEntity` → **LegalService**; **Person** `worksFor` → **LegalService**; **LocalBusiness** `branchOf` → **Organization**; **WebSite** `publisher` → **Organization**. - When recency matters, point to the **live** page. ### Do not - **Invent** case values, success rates, rankings, bar admissions, or **multi-state** practice scope beyond what **bios** and **intake** state. - Rely on this file over the **live site** for current facts (see section 1). - **Present** `areaServed` state lists as meaning the firm is **licensed** or **accepting** cases in every listed jurisdiction. - Assume the **1-800** marketing number has its own **schema** `@id` in the homepage JSON-LD (it does not). **Preferred short citation:** **Bull Attorneys, P.A.**, Wichita, Kansas — [https://bullattorneys.com/](https://bullattorneys.com/) --- ## 15. File location [https://bullattorneys.com/llms.txt](https://bullattorneys.com/llms.txt)