Structured Data

    Lori's Loving Pet Sitting

    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: "Lori's Loving Pet Sitting",
      description: "Lori's Loving Pet Sitting provides in-home pet care services in Richardson, specializing in dog and cat sitting for busy pet owners. Their experienced caregivers visit your home to feed, walk, and spend quality time with your pets while you're away, ensuring your animals stay comfortable in their familiar environment. They offer flexible scheduling and personalized attention tailored to each pet's needs.",
      url: "http://www.llps.pet/",
      address: {
        @type: "PostalAddress",
        streetAddress: "1600 E Renner Rd",
        addressLocality: "Richardson",
        addressRegion: "TX",
        postalCode: "75082",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 32.9970231,
        longitude: -96.69309009999999
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "5",
        reviewCount: "56",
        bestRating: "5"
      },
      areaServed: "Richardson and surrounding Dallas-Fort Worth areas",
      knowsAbout: "Pet Boarding & Daycare, Busy professionals, frequent travelers, senior pet owners, pets with anxiety or special needs",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "In-Home Pet Visits"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Experienced Care Provider"
        }
      ],
      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.