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: "Anytime Property Solutions",
description: "Anytime Property Solutions is a full-service general contracting company based in Boston that handles both plumbing and broader home repair and renovation work. They serve residential customers throughout the Boston area with a focus on reliable, responsive service for property maintenance and improvement projects.",
telephone: "+1-857-385-6001",
address: {
@type: "PostalAddress",
streetAddress: "14 Windermere Rd",
addressLocality: "Boston",
addressRegion: "MA",
postalCode: "02125",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 42.3146491,
longitude: -71.0621045
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.3",
reviewCount: "6",
bestRating: "5"
},
areaServed: "Boston, MA and surrounding areas",
knowsAbout: "Handyman Services, Homeowners needing plumbing repairs, general contracting work, property maintenance, renovation projects",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Dual Expertise"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Boston Base"
}
],
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.