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: "Phoenix Fire Protection Systems",
description: "Phoenix Fire Protection Systems is a full-service fire protection company serving the Portland area with installation, inspection, and maintenance of fire suppression systems for residential and commercial properties. They specialize in fire alarm systems, sprinkler systems, and emergency equipment testing to ensure compliance with local fire codes and safety standards.",
url: "https://fireprotectionportland.com/",
telephone: "+1-503-907-6970",
address: {
@type: "PostalAddress",
streetAddress: "8 NE 109th Ave",
addressLocality: "Portland",
addressRegion: "OR",
postalCode: "97220",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 45.5228384,
longitude: -122.55025920000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "26",
bestRating: "5"
},
areaServed: "Portland, Oregon and surrounding areas",
knowsAbout: "Handyman Services, Commercial property owners, residential homeowners, facility managers",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full System Coverage"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Code Compliance Focus"
}
],
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.