Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 56 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "petbar Boutique - Austin Lakeline",
description: "petbar Boutique at Austin Lakeline is a full-service pet grooming salon specializing in dog and cat grooming with individualized attention and quality care. Located at 13000 N FM 620, they offer professional grooming services tailored to each pet's needs, breed type, and coat condition. petbar combines expert grooming techniques with a welcoming boutique atmosphere for pet owners in the north Austin area.",
url: "https://www.petbarinc.com/locations/austin-lakeline/",
telephone: "+1-512-350-2290",
address: {
@type: "PostalAddress",
streetAddress: "13000 N FM 620",
addressLocality: "Austin",
addressRegion: "TX",
postalCode: "78750",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 30.4689145,
longitude: -97.799452
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.6",
reviewCount: "204",
bestRating: "5"
},
areaServed: "Austin and surrounding areas, North Austin",
knowsAbout: "Dog Grooming, Dog and cat owners seeking professional grooming, pet owners with specific breed grooming needs, customers wanting personalized pet care",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Cat Grooming Available"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Individualized Approach"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Boutique Setting"
}
],
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.