Structured Data

    Pet Stylist

    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: "Pet Stylist",
      description: "Pet Stylist is a full-service dog grooming salon located in downtown San Leandro offering walk-in and appointment-based grooming services. They provide comprehensive grooming packages including baths, blow-dries, haircuts, nail trims, ear cleaning, and anal gland expression, with individual services like nail care starting at $25 and full grooming packages from $100. The salon specializes in creating custom haircuts and styling for dogs of all sizes.",
      url: "https://www.petstylist.us/",
      telephone: "+1-510-357-8035",
      address: {
        @type: "PostalAddress",
        streetAddress: "1336 E 14th St",
        addressLocality: "San Leandro",
        addressRegion: "CA",
        postalCode: "94577",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 37.7247683,
        longitude: -122.1551851
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "4.8",
        reviewCount: "32",
        bestRating: "5"
      },
      areaServed: "San Leandro and surrounding areas in Alameda County",
      knowsAbout: "Dog Grooming, Dog owners seeking convenient full-service grooming, Pet owners wanting custom haircuts and styling, Budget-conscious pet parents looking for a la carte or package services",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Walk-In Service Available"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Full-Service Grooming Packages"
        }
      ],
      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.