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: "John's services LLC",
description: "John's Services LLC is a full-service handyman company based in Fredericksburg, VA, offering repairs, maintenance, and home improvement solutions for residential and commercial properties. With a focus on quality workmanship and reliable service, they handle everything from minor fixes to larger renovation projects across the greater Fredericksburg area.",
url: "http://johnsservicesllc.com/",
telephone: "+1-540-760-5440",
address: {
@type: "PostalAddress",
streetAddress: "2003 Plank Rd #1173",
addressLocality: "Fredericksburg",
addressRegion: "VA",
postalCode: "22401",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.2971356,
longitude: -77.4932299
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "14",
bestRating: "5"
},
areaServed: "Fredericksburg, VA and surrounding areas",
knowsAbout: "Handyman Services, Homeowners needing reliable repairs, Busy professionals, Property managers, Small business owners",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Expertise"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Solutions"
}
],
publisher: {
@type: "Organization",
name: "Lantern",
url: "https://lantern.llc",
contactPoint: {
@type: "ContactPoint",
email: "ai@lantern.llc",
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.