Structured Data

    Carpet For Less

    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: "Carpet For Less",
      description: "Carpet For Less is a Bakersfield-based flooring retailer offering carpet installation and sales at competitive prices. Located on California Avenue, they specialize in helping customers find affordable carpet solutions for their homes, combining product selection with professional installation services.",
      telephone: "+1-661-327-3431",
      address: {
        @type: "PostalAddress",
        streetAddress: "801 California Ave",
        addressLocality: "Bakersfield",
        addressRegion: "CA",
        postalCode: "93304",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 35.3682036,
        longitude: -119.0109626
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "4.2",
        reviewCount: "5",
        bestRating: "5"
      },
      areaServed: "Bakersfield, CA and surrounding areas",
      knowsAbout: "Flooring, Budget-conscious homeowners, renters seeking affordable carpet solutions, customers wanting local installation services",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Competitive Pricing"
        },
        {
          @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.