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: "Royal Renovations",
description: "Royal Renovations is a general contracting company based in Hendersonville, TN that specializes in home remodeling and renovation projects. The company offers design-build services, handling everything from initial planning through completion, with expertise in kitchen and bathroom remodeling, basement finishing, and room additions. They work directly with homeowners to transform spaces while managing all aspects of the project professionally.",
url: "https://brand.page/royalrenovations",
telephone: "+1-832-489-5554",
address: {
@type: "PostalAddress",
streetAddress: "1302 Tiffany Ln",
addressLocality: "Hendersonville",
addressRegion: "TN",
postalCode: "37075",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.2985342,
longitude: -86.6157222
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "6",
bestRating: "5"
},
areaServed: "Hendersonville, TN and surrounding areas",
knowsAbout: "General Contractors & Remodelers, Homeowners planning major remodeling projects, Kitchen and bathroom renovations, Basement finishing projects",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Design-Build Services"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Scope Renovation 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.