Local GEO
A church, a clinic, a shop — the question is always the same: when someone nearby asks Google or an AI engine, do we come up? ProofReef answers it in two moves. Publish the facts machines can read. Then probe the exact local queries and keep only verified observations.
01 · Structured facts
One profile in, 3 schema.org nodes out. Address, geo, hours, and events become facts an answer engine can quote. An incomplete address emits nothing — a broken node hurts more than none.
PlaceOfWorship
4100 Meridian St N
Huntsville, AL 35811
34.7594, -86.5861
OpeningHoursSpecification
Sabbath SchoolSat 09:15–10:30
Divine WorshipSat 11:00–12:45
Prayer MeetingWed 19:00–20:00
Event
Week of Prayerin person
Vespers Livestreamonline
[
{
"@context": "https://schema.org",
"@type": "PlaceOfWorship",
"name": "Cove Community Church",
"url": "https://cove-church.example",
"telephone": "+1-256-555-0142",
"address": {
"@type": "PostalAddress",
"streetAddress": "4100 Meridian St N",
"addressLocality": "Huntsville",
"addressRegion": "AL",
"postalCode": "35811",
"addressCountry": "US"
},
"geo": {
"@type": "GeoCoordinates",
"latitude": 34.7594,
"longitude": -86.5861
},
"denomination": "Seventh-day Adventist",
"openingHoursSpecification": [
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "https://schema.org/Saturday",
"opens": "09:15",
"closes": "10:30",
"name": "Sabbath School"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "https://schema.org/Saturday",
"opens": "11:00",
"closes": "12:45",
"name": "Divine Worship"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "https://schema.org/Wednesday",
"opens": "19:00",
"closes": "20:00",
"name": "Prayer Meeting"
}
],
"sameAs": [
"https://www.youtube.com/@cove-church"
]
},
{
"@context": "https://schema.org",
"@type": "Event",
"name": "Week of Prayer",
"startDate": "2026-10-12T19:00:00-05:00",
"endDate": "2026-10-17T20:30:00-05:00",
"description": "Nightly services, all welcome.",
"eventAttendanceMode": "https://schema.org/OfflineEventAttendanceMode",
"location": {
"@type": "Place",
"name": "Cove Community Church",
"address": {
"@type": "PostalAddress",
"streetAddress": "4100 Meridian St N",
"addressLocality": "Huntsville",
"addressRegion": "AL",
"postalCode": "35811",
"addressCountry": "US"
}
},
"organizer": {
"@type": "Organization",
"name": "Cove Community Church",
"url": "https://cove-church.example"
}
},
{
"@context": "https://schema.org",
"@type": "Event",
"name": "Vespers Livestream",
"startDate": "2026-10-17T18:00:00-05:00",
"url": "https://cove-church.example/live",
"eventAttendanceMode": "https://schema.org/OnlineEventAttendanceMode",
"organizer": {
"@type": "Organization",
"name": "Cove Community Church",
"url": "https://cove-church.example"
}
}
]02 · Local-intent preset
One topic and one place expand into the geo-qualified shapes — near, in, best … in — plus the intents that matter to this org. Same six probes as the visibility matrix; nothing new to trust.
03 · Probe, don't claim
3 of 6 surfaces are probing live in this build. Coverage counts a query only when a verified observation exists; a simulated cell can never move the number.
Locked · Solo plan
This is a paid capability. Unlock it on Solo — $99/mo and keep the free ≤60s analyze forever.