SleekRank for inmate search pages
Families and reentry workers need a clear page per facility with the lookup link, visitation policy, mail rules, and contact. SleekRank reads the facility roster and renders one indexable URL per jail or prison.
€50 off for the first 100 lifetime licenses!
Family-facing facility info belongs on real, current pages
Families trying to find an incarcerated relative move through a tangle of county jail lookups, state DOC inmate locators, federal BOP search, and ICE detainee finders, each behind a different portal, each with different visitation policies, mail rules, and phone-call vendors. The searches families and reentry workers actually run ("[county] jail inmate search", "[state prison] visitation hours", "[facility] mail address rules") rarely land on a page that holds the answer they need in one place.
SleekRank reads the facility roster from a Google Sheet, CSV, or REST source maintained by a legal aid nonprofit, public defender's office, or reentry coalition, and renders one indexable page per facility against a base WordPress template. Tag mappings handle facility name and county. Selector mappings inject the official lookup URL, visitation policy, mail rules, and phone-call vendor. List mappings render the visitation hours array, accepted mail-item types, and approved-property arrays. Meta mappings set the description.
Cook County Jail in Chicago uses the county sheriff's locator, allows weekday in-person visits with reservation, and accepts mail through Smart Communications. FCI Lompoc uses the federal BOP locator with weekend visits by appointment. Travis County Jail uses the sheriff's portal with video-only visitation. Same template, accurate per-facility facts, each facility on its own crawlable URL.
Workflow
From facility roster to per-location reference pages
Build the base page
Connect the roster
Wire the mappings
Cache and crawl
Data in, pages out
From facility roster to per-facility page
One row per facility with system, lookup URL, visitation, and mail policy.
| slug | facility | system | visitation | |
|---|---|---|---|---|
| cook-county-jail-il | Cook County Jail | County (IL) | Weekday in-person | Smart Communications |
| fci-lompoc-ca | FCI Lompoc | Federal (BOP) | Weekend by appointment | Standard postal |
| travis-county-jail-tx | Travis County Jail | County (TX) | Video only | Standard postal |
| rikers-island-ny | Rikers Island | County (NY) | In-person by reservation | Securus Digital Mail |
| maricopa-county-jail-az | Maricopa County Jail | County (AZ) | Video, limited in-person | Postcard only |
/inmate-search/{slug}/
- /inmate-search/cook-county-jail-il/
- /inmate-search/fci-lompoc-ca/
- /inmate-search/travis-county-jail-tx/
- /inmate-search/rikers-island-ny/
- /inmate-search/maricopa-county-jail-az/
Comparison
Tangle of agency portals vs indexable facility pages
Agency portal tangle
- Each jurisdiction has its own portal with different terminology
- Visitation policies change without notice and never reach static copies
- Mail rules vary by vendor and rarely surface in search
- Phone-call vendor information is buried in PDF rule books
- Closed or transferred-population facilities linger in stale lists
- Families have no shareable per-facility URL to text to relatives
SleekRank
- One indexable URL per facility in the roster
- Lookup URL and visitation policy via selector mappings
- Mail rules and approved-property arrays via list mappings
- Cache refresh keeps policy changes current
- Sitemap registers every facility URL for outreach linking
- GovernmentOffice or LocalBusiness schema attached
Features
What SleekRank gives you for inmate search pages
Per-facility URL
Every facility in the roster gets a /inmate-search/{slug}/ page with lookup link, visitation policy, mail rules, and phone-call vendor rendered as crawlable HTML, so families and reentry workers land on the right facility from a search.
Visitation rules
Selector mappings render the visitation policy (in-person by reservation, video only, weekend appointment) and visitation hours array so families can plan a visit without parsing a multi-page rule book.
Mail and property
List mappings render the accepted mail-item types and approved-property arrays so a family can confirm what is allowed (postcards only, letters with restrictions, books from approved vendors) before sending and having items rejected.
Use cases
Who builds inmate search pages with SleekRank
Legal aid and public defender offices
Legal aid nonprofits and public defender offices that maintain a working facility-policy roster for client communication, where each facility page becomes a stable citation for client and family instructions.
Reentry and family support coalitions
Reentry coalitions and family support organizations publishing facility reference layers, where each facility URL becomes a resource for the family of someone newly detained or transferred.
Accountability and criminal justice reporting
Criminal justice newsrooms and accountability publications building reference directories of jail and prison facilities, where each facility URL becomes a referenceable resource for reporting and analysis.
The bigger picture
Why family-facing facility pages have to be data-driven
When a person is detained, the family scrambling to find them moves through a chain of agencies, portals, and rule books that none of those agencies design with the family in mind. County sheriffs run their own locators. State DOCs run their own.
The federal BOP runs another. ICE runs yet another. Mail vendors change without notice and the rejected envelope is the first the family hears about it.
Visitation rules shift after a security incident and the page that ranks for the search is six months out of date. SleekRank closes the gap by treating a community-maintained facility roster as the source of truth and rendering one indexable URL per facility. The legal aid nonprofit, public defender office, or reentry coalition that already maintains a working spreadsheet keeps maintaining it, and SleekRank renders the policy data into pages that match how families actually search.
Lookup links, visitation policies, mail rules, and phone vendor info render as crawlable HTML alongside a verified date. Closed facilities either 404 or render a referral. A family member can text a single URL to a sibling across the country.
A reentry coordinator can link a facility page in a discharge plan. The data layer carries the burden of accuracy and the people who arrive find the answers they could not get from a portal.
Questions
Common questions about SleekRank for inmate search pages
Accuracy is editorial work that lives outside SleekRank. Add a last_verified_at column to the roster and run a quarterly verification cycle against each facility's own page and inmate handbook. Render the verification date on the page via selector mapping so visitors see when the information was last checked.
 Yes. Add an official_lookup_url column to the roster and render it as the primary CTA on the page. The directory is a discoverability and policy-reference layer, not a replacement for the official lookup, and every facility page should make the official link obvious.
 Use a video_vendor column with values like Securus, GTL, ICSolutions, or none. Selector mapping renders the vendor with a link to the family-facing scheduling portal. Pair with a fee_notes column rendered as a short notice, since video-call pricing is often the most common family question.
 Set a status column (active, closed, population-transferred). For closures, either 404 the URL or keep it live with a closure notice and a referral to the receiving facility. For transferred populations, render a clear notice via selector mapping so families know where to look next.
 Yes. SleekRank renders the data into the HTML at request time, so lookup links, visitation hours, mail rules, and phone-call vendor all appear in the source. Families using a cheap phone on a slow connection still get the basics, which matters at the moment they need this information.
 Yes. Add JSON-LD GovernmentOffice or appropriate LocalBusiness subtype on the base page with placeholders. Mappings inject name, address, telephone, openingHours, and parentOrganization. Per-facility structured data helps each page surface in jurisdiction-specific search.
 Add a system column (county, state DOC, federal BOP, ICE detention, USMS) and render the system badge via selector mapping. ICE detention pages link to the ICE Online Detainee Locator and surface the deportation officer contact field, while BOP pages link to the federal locator and SENTRY ID guidance.
 Yes. Define a second page group keyed off the same source filtered by state or system (/inmate-search/system/federal/, /inmate-search/state/california/) so families searching by jurisdiction find a curated subset that funnels to the per-facility URLs.
 Pricing
More than 1000+
happy customers
Explore our flexible licensing options tailored to your needs. Upgrade your license anytime to access more features, or opt for a lifetime license for ongoing value, including lifetime updates and lifetime support. Our hassle-free upgrade process ensures that our platform can grow with you, starting from whichever plan you choose.
Starter
EUR
per year
further 30% launch-discount applied during checkout for existing customers.
- 3 websites
- 1 year of updates
- 1 year of support
Pro
EUR
per year
further 30% launch-discount applied during checkout for existing customers.
- Unlimited websites
- 1 year of updates
- 1 year of support
Lifetime ♾️
Launch Offer
€299
EUR
once
further 30% launch-discount applied during checkout for existing customers.
- Unlimited websites
- Lifetime updates
- Lifetime support
...or get the Bundle Deal
and save €250 🎁
The Bundle (unlimited sites)
Pay once, own it forever
Elevate your WordPress site with our exclusive plugin bundle that includes all of our premium plugins in one package. Enjoy lifetime updates and lifetime support. Save significantly compared to buying plugins individually.
What’s included
-
SleekAI
-
SleekByte
-
SleekMotion
-
SleekPixel
-
SleekRank
-
SleekView
€749
Continue to checkoutBrowse more
- divorce attorney directories
- rug cleaner directories
- B2B demand generation agency directories
- private school directories
- pediatric endocrinologist directories
- child therapist directories
- shooting range directories
- dentist directories
- distillery directories
- electronic recycler directories
- auto detailer directories
- limo service directories
- intellectual property attorney directories
- business attorney directories
- concierge doctor directories
- campsite pages
- mobility workout pages
- fungi pages
- baby age calculator pages
- slow cooker recipe pages
- beginner quilting pattern pages
- cosplay tutorial pages
- Moroccan recipe pages
- paper craft pattern pages
- ethnic group pages
- ghost story pages
- Tex-Mex recipe pages
- shaving routine pages
- bread recipe pages
- drug interaction pages
- estate sale listings
- senior housing listings
- industrial venue listings
- ski cabin listings
- book prize listings
- design contest listings
- villa rental listings
- lake house rental listings
- remote job listings
- music award listings
- synthesizer listings
- storage unit listings
- fishing spot listings
- recipe listings
- museum exhibition listings
- audiobook app comparisons
- HR payroll software comparisons
- continuous integration platform comparisons
- employee experience platform comparisons
- risk management platform comparisons
- supplement comparison pages
- screen recording tool comparisons
- WordPress page builder comparisons
- monorepo tool comparisons
- AI writing assistant comparisons
- parcel shipping comparisons
- lab information system comparisons
- embedding model comparisons
- file sharing tool comparisons
- contact center platform comparisons