Structured Data

    A-Z Door

    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: "A-Z Door",
      description: "A-Z Door is a door sales and installation business located in Daly City serving the Bay Area. They specialize in providing and installing various door types for residential and commercial customers. With a focus on quality service and customer satisfaction, A-Z Door offers expertise in door selection and professional installation.",
      telephone: "+1-415-336-5373",
      address: {
        @type: "PostalAddress",
        streetAddress: "6540 Mission St",
        addressLocality: "Daly City",
        addressRegion: "CA",
        postalCode: "94014",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 37.7037146,
        longitude: -122.4631109
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "5",
        reviewCount: "2",
        bestRating: "5"
      },
      areaServed: "Daly City, San Francisco, and surrounding Bay Area",
      knowsAbout: "Windows & Doors, Homeowners needing door replacement, commercial property managers, businesses requiring entry door upgrades",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Full-Service Door Solutions"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Local 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.