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: "Home Repair Shop",
description: "Home Repair Shop is a general contracting business located in Franklin, TN that handles a variety of home repair and maintenance needs. They provide professional services for homeowners looking to address repairs, improvements, and general maintenance issues around their properties.",
telephone: "+1-615-791-8277",
address: {
@type: "PostalAddress",
streetAddress: "704 Red Fox Ct",
addressLocality: "Franklin",
addressRegion: "TN",
postalCode: "37064",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.8989325,
longitude: -86.85208899999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "1",
bestRating: "5"
},
areaServed: "Franklin, TN and surrounding areas",
knowsAbout: "Handyman Services, Homeowners needing general repairs, Franklin residents seeking local contracting services, property maintenance",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Franklin Presence"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "General Contractor 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.