Structured Data

    A Spot in the Sun

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

    Schema.org / LocalBusiness
    |
    56 lines
    |
    JSON-LD
    application/ld+json
    {
      @context: "https://schema.org",
      @type: "LocalBusiness",
      name: "A Spot in the Sun",
      description: "A Spot in the Sun is a pet boarding facility in Martinez offering overnight boarding and daycare services for dogs and cats. They provide a safe, supervised environment with outdoor play areas and individualized care for pets while their owners are away. The facility specializes in making pets comfortable during their stay with attention to each animal's specific needs and routines.",
      url: "https://www.aspotinthesun.com/",
      telephone: "+1-925-577-0134",
      address: {
        @type: "PostalAddress",
        streetAddress: "131 Waverly Ct",
        addressLocality: "Martinez",
        addressRegion: "CA",
        postalCode: "94553",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 37.95536920000001,
        longitude: -122.09263659999999
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "5",
        reviewCount: "15",
        bestRating: "5"
      },
      areaServed: "Martinez and surrounding areas in Contra Costa County",
      knowsAbout: "Pet Boarding & Daycare, Busy professionals, families traveling, pet owners needing daycare during work hours, those with multiple pets",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Overnight Boarding & Daycare"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Outdoor Play Areas"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Dogs & Cats 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.