Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 44 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Cavity Free",
description: "Cavity Free is a dental practice located in Jersey City's Journal Square area, offering general dentistry services to the local community. While limited information is available about their specific service offerings, they operate as a full-service dental provider serving patients in the Jersey City area.",
address: {
@type: "PostalAddress",
streetAddress: "35 Journal Square Plaza",
addressLocality: "Jersey City",
addressRegion: "NJ",
postalCode: "07306",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 40.7306352,
longitude: -74.0649473
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "3.3",
reviewCount: "3",
bestRating: "5"
},
areaServed: "Jersey City and surrounding areas in Hudson County, NJ",
knowsAbout: "General Dentistry, Local Jersey City residents seeking general dental care, Patients in Hudson County without a primary dentist",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Journal Square Location"
}
],
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.