Structured Data

    Fluffy Puppy

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

    Schema.org / LocalBusiness
    |
    51 lines
    |
    JSON-LD
    application/ld+json
    {
      @context: "https://schema.org",
      @type: "LocalBusiness",
      name: "Fluffy Puppy",
      description: "Fluffy Puppy is a dog grooming salon in Fremont specializing in professional bathing, haircuts, and nail care for dogs of all sizes and breeds. They offer convenient online booking through their MoeGo platform, making it easy to schedule appointments. Their experienced groomers focus on keeping your pet clean, healthy, and looking their best.",
      url: "https://booking.moego.pet/ol/landing?name=FluffyPuppy123200",
      telephone: "+1-510-624-9956",
      address: {
        @type: "PostalAddress",
        streetAddress: "3899 Main St",
        addressLocality: "Fremont",
        addressRegion: "CA",
        postalCode: "94538",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 37.533623399999996,
        longitude: -121.9581508
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "4.6",
        reviewCount: "104",
        bestRating: "5"
      },
      areaServed: "Fremont, CA and surrounding areas",
      knowsAbout: "Dog Grooming, Dog owners seeking convenient professional grooming, busy pet parents needing flexible scheduling, owners of dogs requiring regular maintenance grooming",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Online Booking"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "All Breeds Welcome"
        }
      ],
      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.