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: "The One Stoneworks",
description: "The One Stoneworks specializes in custom stone fabrication and installation for both residential and commercial projects in the Portland area. They work with natural stone, quartz, and engineered materials to create countertops, vanities, and other architectural stonework. The company is known for precise craftsmanship and personalized service from design through installation.",
url: "https://www.theonestoneworks.com/",
telephone: "+1-503-505-1145",
address: {
@type: "PostalAddress",
streetAddress: "5811 NE Columbia Blvd",
addressLocality: "Portland",
addressRegion: "OR",
postalCode: "97218",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 45.5693554,
longitude: -122.60189899999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "9",
bestRating: "5"
},
areaServed: "Portland, Oregon and surrounding metro areas",
knowsAbout: "General Contractors & Remodelers, Homeowners remodeling kitchens or bathrooms, commercial property managers, interior designers and contractors",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Custom Fabrication In-House"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Multiple Material 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.