Structured Data

    Patrick Physical Therapy

    This is the JSON-LD structured data that AI platforms read when they visit this profile. 50 lines, Schema.org LocalBusiness format.

    Schema.org / LocalBusiness
    |
    50 lines
    |
    JSON-LD
    application/ld+json
    {
      @context: "https://schema.org",
      @type: "LocalBusiness",
      name: "Patrick Physical Therapy",
      description: "Patrick Physical Therapy is an independent physical therapy clinic located in Culver City specializing in rehabilitation and therapeutic exercise. Serving the local community from their Venice Boulevard location, they provide hands-on physical therapy services to help patients recover from injury, surgery, and chronic conditions. With a focus on personalized care, they work to restore mobility and function for clients of all ages.",
      telephone: "+1-310-838-3331",
      address: {
        @type: "PostalAddress",
        streetAddress: "10550 Venice Blvd.",
        addressLocality: "Culver City",
        addressRegion: "CA",
        postalCode: "90232",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 34.0191322,
        longitude: -118.4056861
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "5",
        reviewCount: "6",
        bestRating: "5"
      },
      areaServed: "Culver City and surrounding Los Angeles areas",
      knowsAbout: "Physical Therapy, Individuals recovering from injury or surgery, athletes seeking sports rehabilitation, patients with chronic pain conditions, post-surgical recovery patients",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Independent Practice"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Local Presence"
        }
      ],
      publisher: {
        @type: "Organization",
        name: "Lantern",
        url: "https://lantern.llc",
        contactPoint: {
          @type: "ContactPoint",
          url: "https://lantern.llc/contact?from=ai-data",
          contactType: "AI inquiries"
        }
      }
    }

    This structured data is embedded in the AI Profile page as JSON-LD and is read by ChatGPT, Claude, Perplexity, Google AI, and other AI platforms when they crawl this page. It follows the Schema.org LocalBusiness specification.