Structured Data

    Prime Auto Insurance agency.

    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: "Prime Auto Insurance agency.",
      description: "Prime Auto Insurance is an independent insurance agency located in Las Vegas specializing in auto insurance coverage. They serve the Las Vegas area with personalized insurance solutions and competitive rates for drivers seeking protection and coverage options.",
      telephone: "+1-775-248-4972",
      address: {
        @type: "PostalAddress",
        streetAddress: "8050 W Tropical Pkwy",
        addressLocality: "Las Vegas",
        addressRegion: "NV",
        postalCode: "89149",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 36.2721871,
        longitude: -115.27059890000001
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "4.8",
        reviewCount: "9",
        bestRating: "5"
      },
      areaServed: "Las Vegas, Nevada and surrounding areas",
      knowsAbout: "Insurance Agents, Drivers seeking auto insurance, coverage shoppers, individuals switching insurance providers",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Independent Agency"
        },
        {
          @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.