Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 51 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Shaggy Shears Pet Grooming",
description: "Shaggy Shears Pet Grooming is a full-service dog grooming salon located in Fredericksburg, VA, offering bathing, haircuts, nail trimming, and breed-specific grooming services. The experienced grooming team specializes in handling dogs of all sizes and temperaments with patience and care, ensuring each pet receives personalized attention during their visit.",
url: "https://shaggyshears.com/",
telephone: "+1-540-388-2740",
address: {
@type: "PostalAddress",
streetAddress: "4411 Plank Rd",
addressLocality: "Fredericksburg",
addressRegion: "VA",
postalCode: "22407",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.2900117,
longitude: -77.53679369999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "48",
bestRating: "5"
},
areaServed: "Fredericksburg, VA and surrounding areas",
knowsAbout: "Dog Grooming, Dog owners seeking professional grooming, families with multiple pets, owners of breed-specific dogs",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Experienced Team"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Services"
}
],
publisher: {
@type: "Organization",
name: "Lantern",
url: "https://lantern.llc",
contactPoint: {
@type: "ContactPoint",
email: "ai@lantern.llc",
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.