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: "Town & Country Home Maintenance",
description: "Town & Country Home Maintenance is a local handyman service based in Swampscott serving the North Shore area. They handle general home repair and maintenance needs for residential properties, including small repairs, fixture installation, and routine upkeep. This is a hands-on, locally-owned business focused on keeping homes in good working order.",
telephone: "+1-781-631-2303",
address: {
@type: "PostalAddress",
streetAddress: "18 Thomas Rd # 2",
addressLocality: "Swampscott",
addressRegion: "MA",
postalCode: "01907",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 42.4706228,
longitude: -70.92010189999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "1",
bestRating: "5"
},
areaServed: "Swampscott and surrounding North Shore communities",
knowsAbout: "Handyman Services, Homeowners needing routine maintenance, Busy professionals, Homeowners with small repair projects",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local North Shore Business"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Hands-On Approach"
}
],
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.