Visitor searches the directory
Persona
A church seeker — new to an area, seeking a faith community, or looking for a specific church. They arrive via Google search or word-of-mouth. They want fast load times, accurate current information, and an easy way to contact the church. They may be visiting from mobile on Sunday morning.
Entry points
- Google organic search — "churches near me Rockford IL" or church name → church listing from SERP.
- PewSearch homepage —
pewsearch.comin address bar or Google ad landing. - Directory page —
pewsearch.com/directorywith search bar or filters. - Email or social media CTA — friend texts a link to
pewsearch.com/churches/[slug]. - Denomination browse — visitor clicks a denomination in the footer or navigates to
/denominations/[denomination].
Click-through flow
Steps
-
Land on PewSearch homepage or search results — Homepage: large search bar, denomination links, featured churches. Directory page: map, search bar, state/denomination filters, paginated church cards. Results apply
directory_visible=trueandbusiness_status='OPERATIONAL'filters. -
Browse search results — Church cards show name, address, rating, review count, denomination, photo, distance (if geolocation enabled). Premium churches show a small verified badge. 20 cards per page.
-
View church listing page — Free listing: church name, address, phone, website link, denomination, service times (from scraped
working_hours), map embed, rating, "Claim this church" banner. Premium listing: all of above PLUS custom hero photo, verified badge, staff grid with bios, ministries section, custom hours, "What to Expect" section. -
Contact the church — Phone number is a clickable
tel:link. Website URL is a clickable link. If the church haschatbot_enabled = trueon theirchurch_voice_agentsrow, a floating chat bubble widget appears. -
Decide to engage or claim — Visitor may call, visit website, or open the chatbot. If they are clergy wanting to upgrade the listing, they click "Claim this church" →
/claim/[slug](see pastor-claims-listing.md).
Acceptance spec
Canonical: knowledge/acceptance/pewsearch-premium.md (Touchpoints 1–2, 16).
Success criteria
- Search results appear within 1 second.
- Listings show current, accurate contact information.
- Premium listings display custom photos, staff profiles, and verified badge.
- Visitor can easily contact the church via phone, website, or chat.
- Page is readable and tappable on mobile (44px minimum touch targets).
Known failure modes
-
Stale data on unclaimed listings. Scraped hours/address may be weeks old. "Claim this church" banner is the mitigation — claimed listings have current data.
-
Search geolocation disabled. Sort defaults to rating if geolocation fails; filter by state as fallback.
-
Chatbot not loading. Script timeout of 5 seconds; fallback to contact form. Graceful, not an error state.
-
directory_visible=falseleak. All/directoryand/churches/[slug]queries must enforcedirectory_visible=truefilter. Omitting it exposes hidden/test churches.