Structured Data

    Ready My Property

    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: "Ready My Property",
      description: "Ready My Property is a general contracting company based in Dallas that specializes in property preparation and renovation services. They handle a wide range of residential remodeling projects, from minor repairs to comprehensive home improvements. The team works with homeowners looking to update, repair, or prepare their properties for sale or personal use.",
      telephone: "+1-469-680-8602",
      address: {
        @type: "PostalAddress",
        streetAddress: "2626 Cole Ave suit 300",
        addressLocality: "Dallas",
        addressRegion: "TX",
        postalCode: "75204",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 32.799964599999996,
        longitude: -96.8038686
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "5",
        reviewCount: "37",
        bestRating: "5"
      },
      areaServed: "Dallas, TX and surrounding areas",
      knowsAbout: "General Contractors & Remodelers, Homeowners needing renovations, property sellers preparing homes for market, first-time renovation buyers",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Full-Service Contracting"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Local Dallas Expertise"
        }
      ],
      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.