Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 50 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "AHS Construction Inc",
description: "AHS Construction Inc is a general contractor based in Round Rock specializing in home construction and remodeling projects. With a 5-star rating from customers, they bring expertise in building and renovation work to the greater Austin area. They serve both residential construction and home improvement needs with professional craftsmanship.",
url: "http://www.ahsconstruction.com/",
address: {
@type: "PostalAddress",
streetAddress: "3570 Rockin J Rd",
addressLocality: "Round Rock",
addressRegion: "TX",
postalCode: "78665",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 30.5488261,
longitude: -97.6319901
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "9",
bestRating: "5"
},
areaServed: "Round Rock, Austin, and surrounding Central Texas communities",
knowsAbout: "General Contractors & Remodelers, Homeowners planning new construction, Major home renovations, Property developers",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Contractor"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Expertise"
}
],
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.