Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 56 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Rose City Electric Co",
description: "Rose City Electric Co is a Portland-based electrician serving residential and commercial clients throughout the metro area. They provide comprehensive electrical services including repairs, installations, panel upgrades, and troubleshooting for homes and businesses. With decades of local experience, they're known for reliable service and detailed work on both routine maintenance and complex electrical projects.",
url: "http://www.rosecityelectricco.com/",
telephone: "+1-503-287-6164",
address: {
@type: "PostalAddress",
streetAddress: "2150 NW 29th Ave",
addressLocality: "Portland",
addressRegion: "OR",
postalCode: "97210",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 45.5380318,
longitude: -122.7107685
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "3.8",
reviewCount: "33",
bestRating: "5"
},
areaServed: "Portland and surrounding areas",
knowsAbout: "Electricians, Portland homeowners, small business owners, property managers needing reliable electrical repairs and upgrades",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Portland Business"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Residential & Commercial Expertise"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Direct Scheduling"
}
],
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.