OverviewAll statesNevada
68/100
Grade: C — A Modern Rebuild That Outsources Its Search
The Nevada Department of Education (NDE) has undergone a striking technological transformation. What was once a legacy state agency site is now a modern Next.js application backed by Strapi CMS on Azure — a tech stack more common among startups than government agencies. The result is a fast, visually polished homepage with clean blue-and-gold branding, reliable navigation, and zero broken links across the entire site.
But beneath that polished surface, meaningful gaps persist. Search is entirely outsourced to Google (literally opening google.com in a new tab), several content pages feel like afterthoughts, and the site lacks the integrated data tools that distinguish the best state education portals. Nevada has built a solid foundation — now it needs to fill in the rooms.

Strengths
1. Modern Tech Stack with Zero Broken Links
Nevada's site runs on Next.js with a Strapi headless CMS backend hosted on Azure (webapp-strapi-paas-prod-nde-001.azurewebsites.net). This architecture delivers a 206ms TTFB and snappy page transitions throughout. Every single navigation link across all three primary dropdowns (Educators and Administrators, Families and Students, Community), the secondary nav bar (About, Become an Educator, Contact, Nevada Report Card, Offices, State Board of Education), and all internal page links returned HTTP 200. That's 100% link health — a rare achievement among state education agency sites.
The three-tab primary navigation is clean and well-organized: "Educators and Administrators" (10 items), "Families and Students" (8 items), and "Community" (6 items). Breadcrumbs appear on all subpages.

2. Nevada Report Card (Accountability Portal)
The standalone Nevada Report Card at nevadareportcard.nv.gov is a robust accountability portal powered by eMetric. It provides customizable reports with state, district, and school-level data from the 2024-25 school year, including the newly released NSPF Star Ratings. Users can search by entity name or zip code, compare schools side-by-side, and drill into academic performance, school environment, and educator data. The portal also offers an "En Español" toggle for Spanish-speaking families.
Recent additions include Educator Equity reports, Postsecondary Enrollment tracking, and redesigned Data Details with streamlined tab categories. This is a serious data tool that serves researchers, policymakers, and families.

3. Dedicated Family Engagement Office
Nevada goes beyond a simple "Parents" page by maintaining a full Office of Parental Involvement and Family Engagement (PIFE), created by Assembly Bill 224. The page features annual reports (2024 and 2025), a Family Engagement Newsletter, and an upcoming interactive Family Engagement Guide. A sidebar provides direct contact to the Education Programs Professional (Anabel Sanchez) and links to the Nevada Birth through Grade 12 Family Engagement Guide, Promising Practices, and Resources for Districts and Schools.
This is more institutional depth for family engagement than most states offer.

4. Excellent Mobile Responsiveness
The Next.js architecture delivers a genuinely mobile-first experience. At 375px width, the site collapses cleanly to a hamburger menu, the search bar repositions above the hero image, content reflows into a single column, and all touch targets appear appropriately sized. The hero image scales properly, and the "How Do I Find" links stack vertically with generous tap spacing.

5. Comprehensive Educator Licensure Hub
The Educator Licensure page is one of the most thorough on the site. It covers the online OPAL application system, FAQs, contact information for both Carson City and Las Vegas offices, regulatory changes with links to specific Legislative Commission approvals dating back to 2021, and detailed resource grids covering Application Process, Background Process & Model Code of Ethics, Testing & Coursework, Professional Development, Educator Preparation, District Information, and Development & Growth resources.

Weaknesses
1. Search Entirely Outsourced to Google
The site's search function submits a site:doe.nv.gov query directly to Google.com, opening results in a new browser tab. Users leave the NDE site entirely to see search results. There is no autosuggest, no filtering, no on-site result rendering, and no way to search without being redirected to an external domain. For a government education site serving parents, educators, and community members, this is a significant usability gap. Even a basic site-embedded Google Custom Search Engine would be an improvement over this approach.

2. Poorly Formatted Content Pages
While the homepage and main landing pages are polished, several content pages reveal a lack of editorial attention. The School and District Information page — a key resource for families — is a minimally formatted wall of text with unstyled bullet lists of all 17 county school districts, each simply labeled "(external link)." There are no descriptions, no maps, no enrollment data, and no visual hierarchy beyond bold text for district names. The four-column table for Public/County/Charter/Education options uses basic HTML with no responsive consideration.

3. Accessibility Gaps Despite Modern Architecture
While the Next.js architecture provides proper semantic HTML, ARIA landmarks, and viewport configuration, several accessibility issues persist. The ARIA labels on primary navigation contain a typo — "Toggle menu item dicsplay" (should be "display") — repeated three times. Some alt text is non-descriptive ("mission-statement-image", "transparency-and-reliability-image") rather than explaining the image content. No dedicated accessibility widget (like UserWay or AudioEye) is present, despite the site having an Accessibility Information page. The copyright reads "©2023" — three years stale.
4. No Integrated Multilingual Support
Despite Nevada having a significant Spanish-speaking population (approximately 28% of residents speak a language other than English at home), the main NDE site relies entirely on Google Translate via a dropdown widget with 250+ languages. There are no natively translated pages, no Spanish-language sections, and no multilingual content strategy. The Nevada Report Card does offer an "En Español" toggle, but this stands in contrast to the main site's lack of intentional language access. A dedicated Language Access Plan page exists, which shows awareness — but the implementation is Google Translate only.
Opportunities
Implement on-site search: Replace the Google redirect with an embedded search experience — even a Google Programmable Search Engine rendered within the NDE site layout would preserve context and allow filtering by content type (news, offices, resources, data).
Redesign content pages for families: The School and District Information page is a prime candidate for a visual overhaul — adding an interactive map, district snapshots with enrollment and performance data, and links to the Nevada Report Card for each district would transform a wall of text into a genuinely useful tool.
Build native Spanish content: With the Language Access Plan already in place and the Report Card already supporting Spanish, extending bilingual support to the main site's key pages (homepage, Families and Students section, PIFE resources) would serve a significant portion of Nevada's population.
Threats
Content-architecture mismatch: The modern Next.js/Strapi CMS is capable of sophisticated page layouts, dynamic content, and interactive features — but many pages appear to use it as a basic text dumper. If the CMS capability isn't matched by editorial investment, the site risks becoming a beautiful shell with inconsistent content quality.
Stale copyright and metadata: Small signals like the "©2023" copyright and the "Version 4.0" label in the footer, combined with non-descriptive alt text and ARIA typos, suggest the site may have been launched as a one-time project rather than maintained as a living system. Without ongoing QA, accessibility and credibility will erode.
Standout Feature
The Nevada Report Card / Accountability Portal is the standout. It provides real accountability data with 2024-25 NSPF Star Ratings, customizable state/district/school reports, school comparison tools, and Spanish language support. The recent additions of Educator Equity and Postsecondary Enrollment reports show active development. For researchers, parents, and policymakers, this is the most valuable resource in Nevada's education web ecosystem.

Bottom Line
Nevada's DOE site is a technically impressive rebuild that delivers fast performance, reliable navigation, and modern design — but falls short on search, content depth, and multilingual access. Educators will find strong resources; families may struggle to navigate past the polished homepage to find what they need. The Nevada Report Card is excellent; the main site needs to match its ambition.
Grade Breakdown
| Criterion | Weight | Score | Notes |
|---|---|---|---|
| Navigation & Information Architecture | 15% | 8 | Clean 3-tab nav with dropdowns, 100% link health, breadcrumbs on subpages. Some pages lack depth. |
| Accessibility (WCAG 2.1 AA) | 15% | 6 | ARIA landmarks present but typo ("dicsplay"), some non-descriptive alt text, proper viewport, no accessibility widget. |
| Search Functionality | 10% | 3 | Redirects to Google.com in new tab. No on-site results, no autosuggest, no filters. |
| Mobile Responsive Design | 10% | 8 | Excellent Next.js mobile-first design. Hamburger nav, clean reflow, proper touch targets at 375px. |
| Data Transparency & Open Data | 10% | 7 | Strong Nevada Report Card with 2024-25 data, NSPF Star Ratings, and comparison tools. No downloadable datasets on main site. |
| Parent Resources | 10% | 6 | Dedicated PIFE office with annual reports and newsletter. Family Engagement Guide "Coming Soon." School info page poorly formatted. |
| Educator Resources | 10% | 8 | Comprehensive licensure hub, NEPF, CTE, Science of Reading, Canvas resources, assessments. Well-organized. |
| Visual Design & Branding | 10% | 7 | Modern Next.js with consistent blue/gold branding. Professional imagery. ©2023 copyright stale. Some content pages unstyled. |
| Performance & Load Speed | 10% | 8 | 206ms TTFB. Next.js on Azure with Strapi CMS. Fast and reliable. HSTS enabled. |
| Overall | 100% | 68/100 | C |
Discussion