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: "Freckled Bloom Yoga",
description: "Freckled Bloom Yoga is a yoga studio in Summerville offering classes for all levels in a welcoming community environment. They specialize in making yoga accessible to beginners while also serving experienced practitioners, with an emphasis on personal growth and mindful movement.",
url: "https://freckledbloomyoga.com/",
telephone: "+1-843-323-0207",
address: {
@type: "PostalAddress",
streetAddress: "309 Brick Kiln Dr",
addressLocality: "Summerville",
addressRegion: "SC",
postalCode: "29483",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.0240067,
longitude: -80.1576637
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "21",
bestRating: "5"
},
areaServed: "Summerville, SC and surrounding areas",
knowsAbout: "Yoga Studios, Beginners exploring yoga, fitness enthusiasts seeking mindfulness practice, busy professionals looking for stress relief",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Community-Focused Approach"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Flexible Class Options"
}
],
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.