Lighthouse Mobile
· 0 checks — Mobile Lighthouse audit -- Performance, Accessibility, Best Practices, and SEO category breakdown.Detailed Report
Audit breakdown by category with detailed findings.
Performance
Insights
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Performance issues directly impact user engagement and conversion rates.
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| /resource/00000172-dd98-d51b-a776-fd9946280000/styleguide... | 72.9 KiB | 1.4 s |
| js.pelcro.com/sdk/main.min.js | 45.2 KiB | 1.2 s |
| /resource/00000172-dd98-d51b-a776-fd9946280000/webcompone... | 1.4 KiB | 153 ms |
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
| URL | Est Savings |
|---|---|
| fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 | 5.0 ms |
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
body > div#google_image_div > a#aw0 > img.img_ad body > div#google_image_div > a#aw0 > img.img_ad | tpc.googlesyndication.com/simgad/17784090976548578346 | 37.0 KiB | 24.8 KiB |
EdWeek Screen Time div.m-promo__media-wrapper > a.a-link > picture > img.Image | /dims4/default/670ddec/2147483647/strip/true/crop/2649x17... | 66.4 KiB | 16.3 KiB |
Pre-K 4 SA students eat a provided breakfast, Oct. 9, 2025, in San Antonio. div.m-promo__media-wrapper > a.a-link > picture > img.Image | /dims4/default/43a9d5d/2147483647/strip/true/crop/7647x51... | 34.8 KiB | 13.9 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| edweek.org/ | 1.0 s |
| www.edweek.org/ | 0.0 ms |
Keep the server response time for the main document short because all other requests depend on it. Learn more about the Time to First Byte metric.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| www.edweek.org/ | 827 ms |
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
Performance issues directly impact user engagement and conversion rates.
| Element | Layout shift score |
|---|---|
LEADERSHIP
POLICY & POLITICS
TEACHING & LEARNING
TECHNOLOGY
OPINION
JOBS
MARKET… body.Page-body > main.Page-main | 0.288 |
LEADERSHIP
POLICY & POLITICS
TEACHING & LEARNING
TECHNOLOGY
OPINION
JOBS
MARKET… body.Page-body > main.Page-main | 0.048 |
LEADERSHIP
POLICY & POLITICS
TEACHING & LEARNING
TECHNOLOGY
OPINION
JOBS
MARKET… body.Page-body > main.Page-main | 0.048 |
Why Schools Need Tech. And Why They Don’t div.m-promo__description > a.a-link > i > u | 0.002 |
The Good, Bad, and Ugly of Screen Time: An Explainer div.ListHomeHero6-lead > div.m-promo > div.m-promo__content > a.a-link | 0.002 |
ps-header.o-header > div.o-header__bar-wrapper > div.o-header__bar > div.o-header__bar__section ps-header.o-header > div.o-header__bar-wrapper > div.o-header__bar > div.o-header__bar__section | 0.001 |
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Diagnostics
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /resource/00000172-dd98-d51b-a776-fd9946280000/styleguide... | 72.5 KiB | 59.3 KiB |
| d2r8ootic371nc.cloudfront.net/lytics-epe/epe-overrides.css | 25.4 KiB | 25.0 KiB |
| /* ./src/css/global.css */ @keyframes spin { 0% { transform: rotate(0deg); } … | 17.9 KiB | 16.1 KiB |
| /* ./src/css/global.css */ @tailwind components; @tailwind utilities; /* Prevent horizontal overfl… | 16.2 KiB | 14.4 KiB |
| /* globals */ /*! modern-normalize v1.0.0 | MIT License | https://github.com/sindresorhus/modern-n… | 14.7 KiB | 14.4 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| js.pelcro.com/ui/plugin/edweek2.0/main.min.js | 496.0 KiB | 284.3 KiB |
| www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js | 361.8 KiB | 177.2 KiB |
| js.stripe.com/v3 | 219.8 KiB | 146.8 KiB |
| /pagead/managed/js/gpt/m202604160201/pubads_impl.js | 187.7 KiB | 98.9 KiB |
| connect.facebook.net/en_US/bundle/sdk.js/ | 77.6 KiB | 53.6 KiB |
| www.googletagmanager.com/gtag/js?id=G-HXLDW167C4 | 170.1 KiB | 53.0 KiB |
| cdn.optimizely.com/js/315407138.js | 93.2 KiB | 44.2 KiB |
| /resource/00000172-dd98-d51b-a776-fd9946280000/styleguide... | 56.1 KiB | 39.5 KiB |
| browser.sentry-cdn.com/10.49.0/bundle.tracing.min.js | 44.2 KiB | 33.1 KiB |
| /pagead/managed/js/activeview/current/ufs_web_display.js | 73.1 KiB | 30.3 KiB |
| js.pelcro.com/sdk/main.min.js | 44.7 KiB | 27.5 KiB |
| assets.adobedtm.com/7460e90dce8f/1d8f18924058/launch-0846de50beb3.min.js | 79.7 KiB | 22.3 KiB |
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 8.0 s |
| Style & Layout | 2.6 s |
| Other | 2.1 s |
| Script Parsing & Compilation | 1.1 s |
| Rendering | 531 ms |
| Garbage Collection | 219 ms |
| Parse HTML & CSS | 203 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| Internal error. | Not actionable |
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /* ./src/css/global.css */ @keyframes spin { 0% { transform: rotate(0deg); } … | 17.9 KiB | 4.4 KiB |
| /* ./src/css/global.css */ @tailwind components; @tailwind utilities; /* Prevent horizontal overfl… | 16.2 KiB | 4.1 KiB |
| /* globals */ /*! modern-normalize v1.0.0 | MIT License | https://github.com/sindresorhus/modern-n… | 14.7 KiB | 3.2 KiB |
| d2r8ootic371nc.cloudfront.net/lytics-epe/epe-overrides.css | 25.8 KiB | 2.1 KiB |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /s.leveragelab.com/release/config/sites/epe/edweek/config.js | 96.8 KiB | 42.3 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
More information about the performance of your application. These numbers don't directly affect the Performance score.
Accessibility
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
ARIA
Focusable descendents within an `[aria-hidden="true"]` element prevent those interactive elements from being available to users of assistive technologies like screen readers. Learn how `aria-hidden` affects focusable elements.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
So one of the things that I really took charge of was: How do we get females ba… div.m-carousel__slides > div.flickity-viewport > div.flickity-slider > div.m-carousel__slide |
I love breaking the mold and breaking the rules and bringing esports as an amba… div.m-carousel__slides > div.flickity-viewport > div.flickity-slider > div.m-carousel__slide |
We are all part of one big community, and the earlier that everybody understand… div.m-carousel__slides > div.flickity-viewport > div.flickity-slider > div.m-carousel__slide |
I want to get to this 24/7 always-open concept ... and not miss out on anyone w… div.m-carousel__slides > div.flickity-viewport > div.flickity-slider > div.m-carousel__slide |
Purchasing the oil and gas company site, which is now the Tomball Innovation Ce… div.m-carousel__slides > div.flickity-viewport > div.flickity-slider > div.m-carousel__slide |
As many times as I would say, ‘There are so many opportunities,’ [I know] I’m a… div.m-carousel__slides > div.flickity-viewport > div.flickity-slider > div.m-carousel__slide |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
Names and labels
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.o-header__bar-wrapper > div.o-header__bar > div.o-header__bar__section > button.o-header__trigger div.o-header__bar-wrapper > div.o-header__bar > div.o-header__bar__section > button.o-header__trigger |
div.o-header__bar > div.o-header__bar__section > ps-dropdown.a-dropdown > button.a-dropdown__trigger div.o-header__bar > div.o-header__bar__section > ps-dropdown.a-dropdown > button.a-dropdown__trigger |
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.TwoColumnContainer7030-column > div.a-embed > div > iframe div.TwoColumnContainer7030-column > div.a-embed > div > iframe |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Contrast
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
EXPLAINER div.m-promo__content > span.m-promo__tag > span.m-promo__label > a.a-link |
Arianna Prothero div.m-promo__meta > div.Promo-author > div.Promo-authorName > a.a-link |
9 min read div.m-promo > div.m-promo__content > div.m-promo__meta > div.Promo-duration |
Elizabeth Heubeck div.m-promo__meta > div.Promo-author > div.Promo-authorName > a.a-link |
4 min read div.m-promo > div.m-promo__content > div.m-promo__meta > div.Promo-duration |
Holly Kurtz div.m-promo__meta > div.Promo-author > div.Promo-authorName > a.a-link |
Stephen Sawchuk div.m-promo__meta > div.Promo-author > div.Promo-authorName > a.a-link |
1 min read div.m-promo > div.m-promo__content > div.m-promo__meta > div.Promo-duration |
VIDEO div.m-promo__content > span.m-promo__tag > span.m-promo__label > a.a-link |
Lauraine Langreo div.m-promo__meta > div.Promo-author > div.Promo-authorName > a.a-link |
Yi-Jo Shen div.m-promo__meta > div.Promo-author > div.Promo-authorName > a.a-link |
1 min read div.m-promo > div.m-promo__content > div.m-promo__meta > div.Promo-duration |
The Associated Press div.m-promo__meta > div.Promo-author > div.Promo-authorName > a.a-link |
2 min read div.m-promo > div.m-promo__content > div.m-promo__meta > div.Promo-duration |
OPINION div.m-promo__content > span.m-promo__tag > span.m-promo__label > a.a-link |
Marjeta Bejdo div.m-promo__meta > div.Promo-author > div.Promo-authorName > span.a-link |
5 min read div.m-promo > div.m-promo__content > div.m-promo__meta > div.Promo-duration |
MEET THE 2026 LEADERS div.TwoColumnContainer5050-column > div.a-text > p.cms-textAlign-left > a.a-button |
EXPLORE PROJECT div.o-pageDivider__main > section.m-signup-banner > div.m-signup-banner__content > a.a-button |
VIEW REPORT div.m-specialreport-module__content > div.m-specialreport__promo > div.m-specialreport-module__cta > a.a-button |
SPONSOR div.m-promo__content > span.m-promo__tag > div.a-tooltip > span.a-sponsor__title |
WHITEPAPER div.m-promo__content > span.m-promo__tag > span.m-promo__label > a.a-link |
Content provided by Pearson div.m-promo > div.m-promo__content > div.m-promo__metas > div.m-promo__sponsors |
Pearson div.m-promo__content > div.m-promo__metas > div.m-promo__sponsors > a.a-link |
SPOTLIGHT div.m-promo__content > span.m-promo__tag > span.m-promo__label > a.a-link |
SPONSOR div.m-promo__content > span.m-promo__tag > div.a-tooltip > span.a-sponsor__title |
WHITEPAPER div.m-promo__content > span.m-promo__tag > span.m-promo__label > a.a-link |
Content provided by Vector Solutions div.m-promo > div.m-promo__content > div.m-promo__metas > div.m-promo__sponsors |
Vector Solutions div.m-promo__content > div.m-promo__metas > div.m-promo__sponsors > span.a-link |
SPONSOR div.m-promo__content > span.m-promo__tag > div.a-tooltip > span.a-sponsor__title |
WHITEPAPER div.m-promo__content > span.m-promo__tag > span.m-promo__label > a.a-link |
Content provided by Zonar div.m-promo > div.m-promo__content > div.m-promo__metas > div.m-promo__sponsors |
Zonar div.m-promo__content > div.m-promo__metas > div.m-promo__sponsors > span.a-link |
Q&A div.m-promo__content > span.m-promo__tag > span.m-promo__label > a.a-link |
Sarah D. Sparks div.m-promo__meta > div.Promo-author > div.Promo-authorName > a.a-link |
, April 21, 2026 div.m-promo__meta > div.Promo-author > div.Promo-authorName > span.Promo-date |
4 min read div.m-promo > div.m-promo__content > div.m-promo__meta > div.Promo-duration |
Lauraine Langreo div.m-promo__meta > div.Promo-author > div.Promo-authorName > a.a-link |
, April 21, 2026 div.m-promo__meta > div.Promo-author > div.Promo-authorName > span.Promo-date |
6 min read div.m-promo > div.m-promo__content > div.m-promo__meta > div.Promo-duration |
Sarah D. Sparks div.m-promo__meta > div.Promo-author > div.Promo-authorName > a.a-link |
, April 21, 2026 div.m-promo__meta > div.Promo-author > div.Promo-authorName > span.Promo-date |
3 min read div.m-promo > div.m-promo__content > div.m-promo__meta > div.Promo-duration |
Jennifer Vilcarino div.m-promo__meta > div.Promo-author > div.Promo-authorName > a.a-link |
, April 21, 2026 div.m-promo__meta > div.Promo-author > div.Promo-authorName > span.Promo-date |
4 min read div.m-promo > div.m-promo__content > div.m-promo__meta > div.Promo-duration |
Jennifer Vilcarino div.m-promo__meta > div.Promo-author > div.Promo-authorName > a.a-link |
, April 21, 2026 div.m-promo__meta > div.Promo-author > div.Promo-authorName > span.Promo-date |
5 min read div.m-promo > div.m-promo__content > div.m-promo__meta > div.Promo-duration |
Mark Lieberman div.m-promo__meta > div.Promo-author > div.Promo-authorName > a.a-link |
, April 21, 2026 div.m-promo__meta > div.Promo-author > div.Promo-authorName > span.Promo-date |
5 min read div.m-promo > div.m-promo__content > div.m-promo__meta > div.Promo-duration |
VIDEO div.m-promo__content > span.m-promo__tag > span.m-promo__label > a.a-link |
Alyson Klein div.m-promo__meta > div.Promo-author > div.Promo-authorName > a.a-link |
Yi-Jo Shen div.m-promo__meta > div.Promo-author > div.Promo-authorName > a.a-link |
1 min read div.m-promo > div.m-promo__content > div.m-promo__meta > div.Promo-duration |
Caitlynn Peetz Stephens div.m-promo__meta > div.Promo-author > div.Promo-authorName > a.a-link |
Kaylee Domzalski div.m-promo__meta > div.Promo-author > div.Promo-authorName > a.a-link |
1 min read div.m-promo > div.m-promo__content > div.m-promo__meta > div.Promo-duration |
CREATE ACCOUNT div.o-pageDivider__main > section.m-signup-banner > div.m-signup-banner__content > a.a-button |
SPONSOR div.m-promo__content > span.m-promo__tag > div.a-tooltip > span.a-sponsor__title |
Content provided by STARI div.m-promo > div.m-promo__content > div.m-promo__metas > div.m-promo__sponsors |
WED., APRIL 29, 2026, 2:00 P.M. - 3:00 P.M. ET div.m-promo__content > div.m-promo__metas > div.m-promo__byline > time.m-promo__byline__event |
THU., MAY 14, 2026, 3:00 P.M. - 6:00 P.M. ET div.m-promo__content > div.m-promo__metas > div.m-promo__byline > time.m-promo__byline__event |
WEBINAR div.m-promo__content > span.m-promo__tag > span.m-promo__label > a.a-link |
FRI., APRIL 24, 2026, 2:00 P.M. - 3:00 P.M. ET div.m-promo__content > div.m-promo__metas > div.m-promo__byline > time.m-promo__byline__event |
Content provided by Frontline Education div.m-promo > div.m-promo__content > div.m-promo__metas > div.m-promo__sponsors |
Frontline Education div.m-promo__content > div.m-promo__metas > div.m-promo__sponsors > a.a-link |
MON., APRIL 27, 2026, 2:00 P.M. - 3:00 P.M. ET div.m-promo__content > div.m-promo__metas > div.m-promo__byline > time.m-promo__byline__event |
Content provided by Learning Without Tears div.m-promo > div.m-promo__content > div.m-promo__metas > div.m-promo__sponsors |
Learning Without Tears div.m-promo__content > div.m-promo__metas > div.m-promo__sponsors > a.a-link |
TUE., APRIL 28, 2026, 2:00 P.M. - 3:00 P.M. ET div.m-promo__content > div.m-promo__metas > div.m-promo__byline > time.m-promo__byline__event |
STRATEGY & OPERATIONS div.m-promo__content > span.m-promo__tag > span.a-category > a.a-link |
SPECIAL REPORT div.m-promo__content > span.m-promo__tag > span.m-promo__label > a.a-link |
Michelle Caffrey div.m-promo__meta > div.Promo-author > div.Promo-authorName > a.a-link |
2 min read div.m-promo > div.m-promo__content > div.m-promo__meta > div.Promo-duration |
MEETING DISTRICT NEEDS div.m-promo__content > span.m-promo__tag > span.a-category > a.a-link |
K-12 INSIDER div.m-promo__content > span.m-promo__tag > span.m-promo__label > a.a-link |
Emma Kate Fittes div.m-promo__meta > div.Promo-author > div.Promo-authorName > a.a-link |
9 min read div.m-promo > div.m-promo__content > div.m-promo__meta > div.Promo-duration |
EDUCATION MARKET div.m-promo__content > span.m-promo__tag > span.a-category > a.a-link |
TRACKER div.m-promo__content > span.m-promo__tag > span.m-promo__label > a.a-link |
Emma Kate Fittes div.m-promo__meta > div.Promo-author > div.Promo-authorName > a.a-link |
Maya Riser-Kositsky div.m-promo__meta > div.Promo-author > div.Promo-authorName > span.a-link |
2 min read div.m-promo > div.m-promo__content > div.m-promo__meta > div.Promo-duration |
PRODUCT DEVELOPMENT div.m-promo__content > span.m-promo__tag > span.a-category > a.a-link |
K-12 MARKET NEWS div.m-promo__content > span.m-promo__tag > span.m-promo__label > a.a-link |
Alexandria Ng div.m-promo__meta > div.Promo-author > div.Promo-authorName > a.a-link |
3 min read div.m-promo > div.m-promo__content > div.m-promo__meta > div.Promo-duration |
Q&A div.m-promo__content > span.m-promo__tag > span.m-promo__label > a.a-link |
Caitlynn Peetz Stephens div.m-promo__meta > div.Promo-author > div.Promo-authorName > a.a-link |
7 min read div.m-promo > div.m-promo__content > div.m-promo__meta > div.Promo-duration |
Olina Banerji div.m-promo__meta > div.Promo-author > div.Promo-authorName > a.a-link |
4 min read div.m-promo > div.m-promo__content > div.m-promo__meta > div.Promo-duration |
Jennifer Vilcarino div.m-promo__meta > div.Promo-author > div.Promo-authorName > a.a-link |
6 min read div.m-promo > div.m-promo__content > div.m-promo__meta > div.Promo-duration |
The Associated Press div.m-promo__meta > div.Promo-author > div.Promo-authorName > a.a-link |
6 min read div.m-promo > div.m-promo__content > div.m-promo__meta > div.Promo-duration |
Ileana Najarro div.m-promo__meta > div.Promo-author > div.Promo-authorName > a.a-link |
5 min read div.m-promo > div.m-promo__content > div.m-promo__meta > div.Promo-duration |
Mark Walsh div.m-promo__meta > div.Promo-author > div.Promo-authorName > a.a-link |
4 min read div.m-promo > div.m-promo__content > div.m-promo__meta > div.Promo-duration |
Sarah Schwartz div.m-promo__meta > div.Promo-author > div.Promo-authorName > a.a-link |
4 min read div.m-promo > div.m-promo__content > div.m-promo__meta > div.Promo-duration |
Sarah D. Sparks div.m-promo__meta > div.Promo-author > div.Promo-authorName > a.a-link |
3 min read div.m-promo > div.m-promo__content > div.m-promo__meta > div.Promo-duration |
Ileana Najarro div.m-promo__meta > div.Promo-author > div.Promo-authorName > a.a-link |
2 min read div.m-promo > div.m-promo__content > div.m-promo__meta > div.Promo-duration |
Jennifer Vilcarino div.m-promo__meta > div.Promo-author > div.Promo-authorName > a.a-link |
6 min read div.m-promo > div.m-promo__content > div.m-promo__meta > div.Promo-duration |
Kevin Bushweller div.m-promo__meta > div.Promo-author > div.Promo-authorName > a.a-link |
1 min read div.m-promo > div.m-promo__content > div.m-promo__meta > div.Promo-duration |
Kevin Bushweller div.m-promo__meta > div.Promo-author > div.Promo-authorName > a.a-link |
1 min read div.m-promo > div.m-promo__content > div.m-promo__meta > div.Promo-duration |
©2026 EDITORIAL PROJECTS IN EDUCATION, INC. div.o-footer__bottom > div.o-footer__legal > div.o-footer__legal-container > span.o-footer__disclaimer |
TERMS OF USE nav.o-footer__nav > ul.o-footer__column > li.o-footer__nav-item > a |
PRIVACY POLICY nav.o-footer__nav > ul.o-footer__column > li.o-footer__nav-item > a |
These are opportunities to improve the legibility of your content.
Navigation
A value greater than 0 implies an explicit navigation ordering. Although technically valid, this often creates frustrating experiences for users who rely on assistive technologies. Learn more about the `tabindex` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.o-header__bar-wrapper > div.o-header__bar > div.o-header__bar__section > button.o-header__trigger div.o-header__bar-wrapper > div.o-header__bar > div.o-header__bar__section > button.o-header__trigger |
These are opportunities to improve keyboard navigation in your application.
Best Practices
General
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| AttributionReporting | c.lytics.io/api/tag/0f002fd9978bd006e6b8d3077ebaf065/latest.min.js line 1, col 1814 |
| SharedStorage | /pagead/managed/js/activeview/current/ufs_web_display.js line 252, col 234 |
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
Failed to load resource: the server responded with a status of 404 () |
SEO
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Content Best Practices
Meta descriptions may be included in search results to concisely summarize page content. Learn more about the meta description.
Performance issues directly impact user engagement and conversion rates.
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| www.edweek.org/policy-politics/federal | READ MORE |
| www.edweek.org/leadership/student-absenteeism | READ MORE |
| www.edweek.org/technology/artificial-intelligence | READ MORE |
| marketbrief.edweek.org/ | Read More |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Crawling and Indexing
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
ps-dropdown.a-dropdown > ul.a-dropdown__element > li > a.m-subnav__link ps-dropdown.a-dropdown > ul.a-dropdown__element > li > a.m-subnav__link |
ps-dropdown.a-dropdown > ul.a-dropdown__element > li > a.m-subnav__link ps-dropdown.a-dropdown > ul.a-dropdown__element > li > a.m-subnav__link |
To appear in search results, crawlers need access to your app.