⚖️ Law Firms · LocalBusiness Schema

DUI Defense LocalBusiness Schema for Law Firms

LocalBusiness JSON-LD (with the correct vertical subtype) tells AI systems your exact name, address, phone, hours, and service area. Without it, AI can't confirm you're a real, operating business — and won't cite you. Use this free copy-paste template for your DUI Defense page.

Copy-paste JSON-LD template

Add this inside a <script type="application/ld+json"> tag in your <head> section. Replace the sample values with your actual business details.

{
  "@context": "https://schema.org",
  "@type": "Attorney",
  "name": "Smith & Associates Law Firm",
  "url": "https://smithlawnyc.com",
  "telephone": "+12125550200",
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "100 Park Ave",
    "addressLocality": "New York",
    "addressRegion": "NY",
    "postalCode": "10017",
    "addressCountry": "US"
  },
  "openingHoursSpecification": [
    {
      "@type": "OpeningHoursSpecification",
      "dayOfWeek": [
        "Monday",
        "Tuesday",
        "Wednesday",
        "Thursday",
        "Friday"
      ],
      "opens": "08:00",
      "closes": "18:00"
    },
    {
      "@type": "OpeningHoursSpecification",
      "dayOfWeek": "Saturday",
      "opens": "09:00",
      "closes": "14:00"
    }
  ],
  "priceRange": "$1,500–$5,000",
  "sameAs": [
    "https://www.avvo.com/attorneys/YOUR_PROFILE_ID",
    "https://www.yelp.com/biz/YOUR_YELP_SLUG"
  ],
  "hasOfferCatalog": {
    "@type": "OfferCatalog",
    "name": "Law Firms Services",
    "itemListElement": [
      {
        "@type": "Offer",
        "itemOffered": {
          "@type": "Service",
          "name": "DUI Defense",
          "description": "Professional DUI Defense services. $1,500–$5,000."
        }
      }
    ]
  }
}

Required and recommended fields

FieldValueStatusNotes
@type "Attorney" Required Use the specific subtype, not generic "LocalBusiness"
name Your business name Required Exact match to Google Business Profile
url Your website URL Required Must match canonical URL
telephone E.164 format (+12125550100) Required Include country code
address PostalAddress object Required Must match GBP address exactly
openingHoursSpecification Array of hours objects Recommended Critical for "open now" queries in AI search
priceRange $, $$, $$$, $$$$ Recommended Or specific range: "$150–$6,000"
sameAs Array of profile URLs Recommended Google Maps, Yelp, Healthgrades/Avvo/RealSelf — helps AI cross-verify identity

Common mistakes to avoid

Why this helps ChatGPT and Perplexity cite your DUI Defense page

Help AI verify your business identity and location. When a client asks ChatGPT "dui defense near me" or "best dui defense in [city]," the AI scans pages it can crawl for structured answers. LocalBusiness Schema gives it exactly what it needs — a machine-readable Q&A it can extract and cite without any interpretation.

From AltorLab's weekly crawls of law firms websites: fewer than 25% have any FAQPage schema, and fewer than 15% have complete LocalBusiness schema with the correct subtype. This means the bar to appear in AI answers is low — one afternoon of technical work separates cited practices from invisible ones.

Want to see exactly where your dui defense page stands? Check your GEO Health Score free →

Validate your implementation

After adding the schema, test it with these free tools:

Other law firms schema templates

Want a complete GEO audit for your dui defense page?

AltorLab (ex-Microsoft AI team) checks all 6 AI citation signals on your website and gives you a prioritized fix list — free, 15 minutes.

Book free audit → Email amanda@altorlab.xyz