Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 50 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Pets Are Inn",
description: "Pets Are Inn is a pet boarding facility in Plano that provides safe, comfortable lodging for dogs and cats while their owners are away. The facility offers overnight boarding with attention to pets' individual needs, dietary requirements, and comfort. They specialize in creating a home-like environment where pets receive proper care, supervision, and handling during their stay.",
url: "https://www.petsareinn2.com/",
address: {
@type: "PostalAddress",
streetAddress: "2828 W Parker Rd #203",
addressLocality: "Plano",
addressRegion: "TX",
postalCode: "75075",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.0402345,
longitude: -96.75003199999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "36",
bestRating: "5"
},
areaServed: "Plano and surrounding areas",
knowsAbout: "Pet Boarding & Daycare, Pet owners traveling or away from home, owners with multiple pets, pet owners with special care needs",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Overnight Boarding Facility"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Individualized Pet Care"
}
],
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.