Structured Data

    Post Insurance

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

    Schema.org / LocalBusiness
    |
    56 lines
    |
    JSON-LD
    application/ld+json
    {
      @context: "https://schema.org",
      @type: "LocalBusiness",
      name: "Post Insurance",
      description: "Post Insurance is an independent insurance agency in Port St. Lucie offering comprehensive coverage options including auto, home, business, and life insurance. The agency works with multiple carriers to provide clients with competitive quotes and personalized coverage solutions tailored to their specific needs.",
      url: "http://www.insurewithpost.com/",
      telephone: "+1-772-878-8184",
      address: {
        @type: "PostalAddress",
        streetAddress: "146 NW Central Park Plaza #102",
        addressLocality: "Port St. Lucie",
        addressRegion: "FL",
        postalCode: "34986",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 27.3155133,
        longitude: -80.3943408
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "4.5",
        reviewCount: "50",
        bestRating: "5"
      },
      areaServed: "Port St. Lucie, FL and surrounding communities",
      knowsAbout: "Insurance Agents, Homeowners seeking bundled auto and home insurance, small business owners, individuals needing comprehensive life insurance coverage",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Independent Agent"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Full-Service Coverage"
        },
        {
          @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.