Your college website is losing 9 out of 10 prospects before they ever contact you
91% of college website visitors leave without ever making contact (Source: Skolbot funnel analysis, 30 schools, 2025–2026). That is not a marketing problem. It is a UX problem — and it is happening across program pages, inquiry forms, mobile interfaces, and campus tour registration flows that were built for administrators, not for a 17-year-old on a phone at 10pm on a Sunday.
The institutions that close this gap are not necessarily the most selective or the best-funded. They are the ones that have audited the friction out of their digital prospect experience. This checklist covers the four areas that account for the majority of silent abandonment: mobile UX, inquiry and application forms, campus tour sign-up, and an actionable priority fix matrix to get you moving this week.
For context on what a high-converting college site looks like end-to-end, see our guide to college website pages that convert and the companion article on website conversion rate benchmarks for US colleges.
1. How poor UX costs you applications — the mechanics of silent abandonment
The abandonment problem is structural. Prospects visit an average of 4.7 pages before asking their first question — program pages (92% of journeys), tuition and financial aid (78%), and admissions requirements (71%) (Source: analytics from 15,000 prospect journeys, 2025–2026 cycle). If any of those three pages creates friction — slow load, hidden tuition data, a broken mobile form — the prospect does not call to complain. They leave.
67% of prospective student activity happens outside business hours, with a peak on Sundays between 8 and 9pm (Source: Skolbot interaction logs, 200,000 sessions, Oct 2025–Feb 2026). That Sunday evening window is not a desktop window. It is a phone window. A college site optimized for a campus desktop in an admissions office is a site optimized for the wrong user at the wrong time.
The cost compounds over a recruitment cycle. A regional HLC-accredited institution with 12,000 site visitors per month and a contact rate of 9% — already above the national average — is losing more than 10,900 potential leads every 30 days to UX failures before a single admissions counselor is ever involved. At a typical cost per enrolled student of $2,000–$5,000, the revenue impact of even a two-point improvement in contact rate is material.
An AI chatbot reduces bounce rate from 68% to 41% — a 39.7% relative reduction — and extends session duration from 1m 45s to 4m 12s (Source: A/B test across 22 partner college sites, Sept–Dec 2025). The chatbot is not magic: it works because it intercepts the prospect at the moment a question forms and answers it before that question becomes a reason to leave. But even without a chatbot, there is significant UX-level work that every admissions team can action immediately.
2. Mobile UX checklist
Gen Z researches on phones. According to Google's Think with Google research, more than two-thirds of higher education research sessions originate on mobile devices. The May 1 National Decision Day itself is a mobile event: admitted students compare financial aid award letters, message peers, and confirm enrollment from the same device, often within a single hour.
A mobile UX failure is not a technical anomaly. It is the default state of most college websites, built desktop-first and never properly reworked for the 375px viewport most Gen Z prospects use.
Performance floor
- Largest Contentful Paint (LCP): <2.5s on a mid-range Android over 4G. Test with Google PageSpeed Insights. A hero image over 300KB on your program page is likely your LCP culprit.
- Cumulative Layout Shift (CLS): <0.1. Layout jumps caused by lazy-loading images and late-rendering ad scripts destroy the reading experience on mobile and signal a low-quality site to Google.
- Third-party scripts: audit and cap these. A tag manager full of uncondensed analytics, retargeting and social embeds can add 3–5 seconds to mobile load time.
Structure and navigation
- Primary CTAs — "Schedule a campus tour," "Request a viewbook," "Start your Common App" — must be reachable with the right thumb in the bottom 60% of the screen.
- Tap targets must be at least 44×44 pixels with 8px spacing. Tiny linked footnotes and close-together nav items are the most common failure point in Skolbot's mobile audits.
- Navigation must be <2 levels deep. A hamburger menu that opens into a second accordion is a dead end for a prospect who arrived looking for the MBA admissions requirements page.
- Sticky navigation with links to the program, tuition, and apply pages should persist across scroll. Losing the prospect in a long-scroll page without a re-anchoring nav is a silent exit driver.
Accessibility (ADA / Section 508 / WCAG 2.1 AA)
For US colleges and universities, accessibility is not optional. The Americans with Disabilities Act applies to college websites as places of public accommodation, and the Department of Justice has confirmed WCAG 2.1 AA as the operative technical standard under Title II. Section 508 additionally applies to institutions receiving federal funding. The W3C's WCAG 2.1 AA quick reference is the definitive checklist — critical items include:
- Color contrast: 4.5:1 ratio for body text, 3:1 for large text
- All form fields and buttons have programmatic labels (
aria-labelor<label>elements) - Keyboard focus indicators are visible on every interactive element
- Layout holds at 200% text zoom without horizontal scroll
- Autoplay video and parallax effects respect
prefers-reduced-motion
A failing WCAG audit is not just an accessibility problem. Since 2020, OCR complaints under the ADA against college websites have grown materially. Every HLC, SACSCOC, MSCHE, WASC, and NEASC-accredited institution carries reputational and legal exposure from an inaccessible website.
For a complete 30-point mobile-first scoring methodology, see our mobile-first enrollment UX checklist for US colleges.
3. Inquiry and application form checklist
The inquiry form is the moment a prospect decides to trust your institution with their information. It is also, in practice, the moment most of them leave. Skolbot audit data shows that lengthy, poorly structured inquiry forms are the single most common cause of contact-rate failure across US college websites.
Field count and form structure
- Inquiry forms should have <6 fields. Name, email, phone (optional), program of interest, intended start term. Everything else belongs in the Common App or a post-conversion nurture flow.
- Multi-step forms with a visible progress indicator convert better than long single-screen forms. Baymard Institute research on form UX consistently finds that chunking raises completion rates 20–30%.
- Full application forms should use save-and-resume via email magic link. A prospect filling out a SACSCOC-accredited institution's supplemental application on their phone at 8:45pm on a Sunday will be interrupted. A form that loses state on tab switch loses the applicant.
Input types and autofill
- Set
type="email"andtype="tel"on the correct fields so mobile keyboards adapt automatically. - Add
autocompleteattributes to name, email, phone, ZIP code, and date-of-birth fields. An inquiry form that makes a prospect retype information they have saved in their phone's keychain will see abandonment. - Use
inputmode="numeric"for GPA and SAT/ACT score fields so numeric keypads appear on mobile.
Error states and validation
- Error messages must be inline, field-level, and specific: "Please enter a valid email address" not "Form error." WCAG 2.1 AA criterion 3.3.1 requires that errors are identified and described in text.
- Validate on blur (when the user leaves a field), not on submit. Submit-time validation forces the prospect to scroll up and re-find errors on a 375px screen, and most do not.
FERPA compliance and privacy at point of capture
This is where US colleges face a specific legal obligation. FERPA (Family Educational Rights and Privacy Act) governs the handling of student education records, but it intersects with inquiry form data collection in the following way: once a prospect becomes an admitted student, their records are protected. Before admission, FERPA does not directly apply — but CCPA, state privacy laws, and the FTC's data practices rules do.
Best practice for every inquiry form:
- Display a one-line privacy summary directly adjacent to the email field: "We'll use your information to send program updates. See our [privacy notice]."
- Link to your full privacy notice and your FERPA statement from the form — not just from the footer.
- Do not collect Social Security Numbers, GPA, or test scores on inquiry forms. These belong in the verified application, not in a lead-generation form.
- If you are under CCPA or state-equivalent jurisdiction, ensure your privacy notice covers the specific rights applicable in that state.
For a deeper treatment of privacy compliance in college admissions digital touchpoints, see our guide to protecting prospect data under GDPR and US privacy laws.
4. Campus tour sign-up UX
Campus tours are the highest-intent action a prospect can take before applying. A prospect who visits campus converts to applicant at a dramatically higher rate than one who only visits your website. And yet campus tour registration flows are consistently the worst UX on most college websites — multi-step forms, forced account creation, no mobile calendar integration.
The registration flow
- Tour sign-up should complete in <3 taps from the program page. Program page → "Schedule a Tour" → date/time picker → confirmation with add-to-calendar. That is the full flow. Every additional step costs you registrations.
- Do not require account creation to register for a campus tour. Prospects who encounter a "create a password" step during a simple event registration abandon at rates exceeding 40%.
- Offer date/time options within the next 14 days, prominently. A calendar that shows the next available tour in six weeks is a conversion blocker. If your tour capacity is genuinely limited, show a waitlist option, not an empty calendar.
Confirmation and follow-through
- Send a confirmation email within 60 seconds with: the date, time, and location; a calendar file (ICS) attachment; a link to parking and directions; and the name and contact of the admissions counselor who will lead the tour.
- Send a 48-hour reminder with a one-tap "I'm still coming" confirmation. Institutions that add this step reduce no-show rates by 25–35%.
- After the tour, trigger a post-visit email sequence within 24 hours. A Common App link and a named financial aid contact at this stage convert visit-to-application at significantly higher rates than generic follow-up.
Admitted Students Days
For admitted students days — the high-stakes event that moves yield — all of the above applies with higher urgency. An admitted student who cannot easily register for your April yield event because the sign-up page is broken on mobile may not tell you. They will simply accept an offer elsewhere. Admitted students day registration pages should be tested on mobile devices, with real user accounts, in the first week of March — before April yield communications go out.
Out-of-hours booking
67% of prospect activity happens outside business hours (Source: Skolbot interaction logs, 200,000 sessions, Oct 2025–Feb 2026). Campus tour registration should be fully self-service, 24 hours a day, without requiring a callback or email to an admissions office that opens at 9am. If your current tour sign-up requires sending an inquiry email to "schedule a convenient time," you are losing the majority of your most interested prospects.
For a detailed treatment of the digital open day experience, see our guide to open day digital optimization for colleges.
5. Priority UX fix matrix
Not every UX fix is equal. The table below rates common failures by their impact on contact rate, implementation effort, and whether they should be addressed in the first 30 days. Effort ratings assume a college web team with standard CMS access and no full redesign budget.
| UX Issue | Impact on Contact Rate | Implementation Effort | Fix First? |
|---|---|---|---|
| Slow LCP on program page (>2.5s) | Very high — silent exit before reading | Low (image compression, CDN) | Yes |
| Inquiry form >8 fields | High — prospect abandons mid-form | Low (remove fields) | Yes |
| No save-and-resume on full application | High — Sunday evening applicant lost | Medium (dev work required) | Yes |
| No mobile chat or SMS widget on tuition page | High — out-of-hours question unanswered | Low (chatbot or widget deploy) | Yes |
| Campus tour sign-up requires account creation | High — 40%+ abandonment at password step | Medium (auth flow change) | Yes |
| Tuition buried or PDF-only | High — prospect cannot plan, leaves | Low (content update) | Yes |
| No inline form error messages | Medium — prospect frustrated, resubmits or leaves | Low (JS validation update) | Yes |
| Missing FERPA/privacy notice on inquiry form | Medium (trust) + legal risk | Low (content addition) | Yes |
| Tap targets <44px on mobile nav | Medium — mis-taps cause frustration | Low (CSS update) | Yes |
| Color contrast below 4.5:1 (ADA/WCAG failure) | Medium (accessibility) + legal risk | Low–Medium (design audit) | Yes |
| No calendar add-to-phone on tour confirmation | Medium — no-show rate elevated | Low (ICS link) | Yes |
| Missing 48-hour tour reminder email | Medium — no-show rate elevated | Low (email trigger) | Yes |
| No Common Data Set link from admissions page | Low–Medium (counselor/parent trust) | Low (link addition) | No, but quick |
| US News ranking not cited with methodology | Low (credibility signal) | Low | No |
| Viewbook PDF not mobile-optimized | Low–Medium (engagement) | Medium (redesign PDF) | No |
Start with the first six rows. They are high-impact, low-effort, and directly connected to the 91% abandonment rate. The rest are real issues, but they will not move the needle in your first sprint.
FAQ
Why does my college website have a 91% exit rate if we have good content?
Content quality is not the same as content accessibility. A prospect on a mid-range Android phone has roughly 8–10 seconds before making an unconscious judgment about whether to stay. If your LCP is above 3 seconds, if the program page requires scrolling past a large hero image to find tuition information, or if your mobile navigation is three levels deep, the prospect leaves before reading a single line of your excellent content. The exit rate is primarily a structural and performance problem, not a copywriting problem.
How many fields should a college inquiry form have?
Five or fewer is the target. First name, last name, email, program of interest, and intended start term. Anything beyond that — phone, GPA, SAT/ACT score, citizenship status — should be collected after first contact, inside the Common App or Coalition App flow, or via a qualified follow-up email. Every additional field reduces form completion rates by approximately 5–10%.
Is it a FERPA violation to collect prospect data on my website inquiry form?
FERPA applies to students' education records once they have been admitted. Pre-admission prospect data on an inquiry form is not a FERPA record, but it is still subject to CCPA and applicable state privacy laws, and to FTC data practices guidance. The practical obligation is to have a clear, visible privacy notice at the point of collection, link to your full privacy policy, and avoid collecting sensitive identifiers (SSN, test scores, GPA) in lead-generation contexts. When in doubt, your institution's data privacy officer should review the form schema.
Does WCAG 2.1 AA compliance also satisfy Section 508 for federal funding recipients?
Largely yes, but not completely. WCAG 2.1 AA is the referenced standard in the DOJ's 2024 Title II rulemaking and is closely aligned with Section 508's revised criteria (the 2017 Refresh). The practical difference is that Section 508 applies specifically to federal agencies and their contractors, while ADA Title II covers public universities and Title III covers private colleges. Most institutional web teams target WCAG 2.1 AA conformance as the common floor that satisfies both. Section508.gov and EDUCAUSE's accessibility resources provide US higher education-specific guidance.
Should campus tour registration and admitted students day sign-up use the same form?
No. Campus tours serve prospects in exploratory mode — the form should be minimal (name, email, preferred date, program interest) and require no authentication. Admitted students day registration serves students who have already been accepted, which means you can require login to your student portal, pre-populate data from the Common App record, and collect dietary, accommodation and session preferences that are irrelevant for a general campus tour. Mixing these flows into a single form design creates friction for both audiences.
Your college website is not failing because your institution is not excellent. It is failing because the digital experience between that excellence and the prospect who needs to discover it contains friction that most admissions teams have never been asked to measure. The checklist above is a starting point — not a redesign, but a targeted audit of the moments where your best prospects are quietly leaving.
For the behavioral data behind these patterns, see our article on what Gen Z expects from a college website.
Test Skolbot on your campus in 30 seconds


