Structured Data

    Dallas Dog Training

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

    Schema.org / LocalBusiness
    |
    51 lines
    |
    JSON-LD
    application/ld+json
    {
      @context: "https://schema.org",
      @type: "LocalBusiness",
      name: "Dallas Dog Training",
      description: "Dallas Dog Training, operating as Puptown Dallas, provides professional dog training services in downtown Dallas. Located at 701 Commerce Street, they specialize in obedience training and behavior modification to help dogs and their owners build a stronger relationship. Their experienced trainers work with dogs of all ages and temperaments.",
      url: "http://puptowndallas.com/",
      telephone: "+1-214-317-4606",
      address: {
        @type: "PostalAddress",
        streetAddress: "701 Commerce St",
        addressLocality: "Dallas",
        addressRegion: "TX",
        postalCode: "75202",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 32.7787323,
        longitude: -96.805621
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "5",
        reviewCount: "2",
        bestRating: "5"
      },
      areaServed: "Dallas, TX and surrounding areas",
      knowsAbout: "Dog Training, Dog owners seeking obedience training, Owners with behavioral concerns, Multi-dog households",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Downtown Location"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Professional Training Methods"
        }
      ],
      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.