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: "Pulse Roofing Co",
description: "Pulse Roofing Co is a roofing contractor serving the Atlanta area with expertise in roof repair, replacement, and maintenance. Based in midtown Atlanta, they provide professional roofing services for residential and commercial properties, helping homeowners and businesses protect their investments with quality workmanship.",
telephone: "+1-678-941-8330",
address: {
@type: "PostalAddress",
streetAddress: "1201 W Peachtree St NW",
addressLocality: "Atlanta",
addressRegion: "GA",
postalCode: "30309",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.7871136,
longitude: -84.38726319999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "4",
bestRating: "5"
},
areaServed: "Atlanta and surrounding areas",
knowsAbout: "Roofing, Homeowners needing roof repairs, Property managers, Commercial property owners",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Professional Roofing Services"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Atlanta Presence"
}
],
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.