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.
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.
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.
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 | |
|---|---|---|---|
Outlook India div.rm-container > div.col-md-4 > a.navbar-brand > img | img-2.outlookindia.com/outlookindia/outlook-img/outlook-logo-30.gif | 1.4 MiB | 1.3 MiB |
| h5.vdo.ai/dev_2598_stock_creatives/homesolutions_300x250.png | 88.2 KiB | 76.0 KiB | |
PTI : Security personnel at Pahalgam div.col-4 > div.article-img-box > a > img.article-img | /outlookindia/2025-07-12/nptkvosz/Pahalgam-terror-attack-... | 60.4 KiB | 56.2 KiB |
Source: PTI : Flames billow as a police bike is set ablaze by factory workers … div.col-4 > div.article-img-box > a > img.article-img | /outlookindia/2026-04-20/xgepvqk6/Noida-workers-Protest.j... | 48.2 KiB | 44.2 KiB |
Himachal Pradesh CM presents the State Budget 2026-27 at Vidhan Sabha in Shimla… div.col-5 > div.article-img-box > a > img.article-img | /outlookindia/2026-04-21/5j60x5sw/Sukhvinder-Sukhu-during... | 45.2 KiB | 37.7 KiB |
Cover article.articles > div.article-img-box > a > img.article-img | /outlookindia/2026-04-21/p0hqk04h/pahlgam.jpg?w=800&auto=... | 67.9 KiB | 30.8 KiB |
The Big Question In Tamil Politics: Can Thalapathy Be Thala? div.col-4 > div.article-img-box > a > img.article-img | /outlookindia/2026-04-18/alghadt6/TVK-leader-actor-Vijay-... | 29.6 KiB | 25.3 KiB |
YouTube : Lawrence of Punjab sparks political debate div.articles > div.article-img-box > a > img.article-img | /outlookindia/2026-04-21/7ywd2mrz/lawrence-of-punjab.jpg?... | 48.0 KiB | 19.3 KiB |
Magazine Home div.col-12 > div > a > img.w-100 | /outlookindia/2024-01/5d397126-4ebc-462d-bb27-d81559ae4a4... | 18.9 KiB | 17.1 KiB |
Illustration: Vikas Thakur div.col-4 > div.article-img-box > a > img.article-img | /outlookindia/2025-05-20/yoxisf55/harishkhare120250601.jp... | 16.6 KiB | 13.6 KiB |
Sports div.category-head > h3.more > a > img | img-2.outlookindia.com/outlookindia/2024-07/static_image/red-arrows.png | 11.5 KiB | 11.5 KiB |
| /simgad/3264048297066856440/14763004658117789537?w=600&h=... | 35.5 KiB | 4.8 KiB |
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.
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.
HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. Learn more about using modern HTTP.
Performance issues directly impact user engagement and conversion rates.
| URL | Protocol |
|---|---|
| /script/6.1/AVmanager.js?AV_PUBLISHERID=621cca388ba47d78a... | http/1.1 |
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.
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.
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 |
|---|---|
| outlookindia.com/ | 1.1 s |
| www.outlookindia.com/ | 0.0 ms |
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 |
|---|---|---|
| /outlook/outlook-india/assets/css/bootstrap.min.css?v=114... | 26.8 KiB | 25.2 KiB |
| /outlook/outlook-india/assets/css/style.min.css?v=1514042... | 18.1 KiB | 15.1 KiB |
| :root { --cm-video-brand-primary: var(--yb-grape-jelly, #7e1fff); --cm-video-brand-secondary: v… | 16.0 KiB | 15.1 KiB |
| .trc_rbox_container { direction: ltr; text-align: left; } … | 14.6 KiB | 11.7 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.
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 | 63.0 s |
| Other | 16.8 s |
| Style & Layout | 7.8 s |
| Script Parsing & Compilation | 5.4 s |
| Garbage Collection | 2.1 s |
| Rendering | 1.9 s |
| Parse HTML & CSS | 593 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 |
|---|---|
| The page has an unload handler in the main frame. | Actionable |
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.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
| Photo: Suresh K. Pandey/Outlook : Dr Palanivel Thiaga Rajan, Tamil Nadu’s Min… div.col-4 > div.article-img-box > a > img.article-img | /outlookindia/2024-01/5d397126-4ebc-462d-bb27-d81559ae4a4... |
Jacquelyn Martin : Vice President JD Vance arrives to speak at a news conferenc… div.col-4 > div.article-img-box > a > img.article-img | /outlookindia/2024-01/5d397126-4ebc-462d-bb27-d81559ae4a4... |
Illustration : Pushpendra Singh div.col-4 > div.article-img-box > a > img.article-img | /outlookindia/2024-01/5d397126-4ebc-462d-bb27-d81559ae4a4... |
Representative Image : One Year After Pahalgam: No Lowering Of Guard Despite Im… div.col-4 > div.article-img-box > a > img.article-img | /outlookindia/2024-01/5d397126-4ebc-462d-bb27-d81559ae4a4... |
Magazine Home div.col-12 > div > a > img.w-100 | /outlookindia/2024-01/5d397126-4ebc-462d-bb27-d81559ae4a4... |
Top Indian Private Banks Turn to Home Loans for Growth div.col-4 > div.article-img-box > a > img.article-img | /outlookindia/2024-01/5d397126-4ebc-462d-bb27-d81559ae4a4... |
Three Banks, Three Stories: HDFC, ICICI and Yes Banks Q4 FY26 Results Decoded div.col-4 > div.article-img-box > a > img.article-img | /outlookindia/2024-01/5d397126-4ebc-462d-bb27-d81559ae4a4... |
NSE IPO Can Ease Solvency Problems for Atleast 3 PSU Insurers; Heres How div.col-4 > div.article-img-box > a > img.article-img | /outlookindia/2024-01/5d397126-4ebc-462d-bb27-d81559ae4a4... |
8th Pay Commission Clarifies Consultation Window Till April 30 div.col-4 > div.article-img-box > a > img.article-img | /outlookindia/2024-01/5d397126-4ebc-462d-bb27-d81559ae4a4... |
PPF Accounts For Children: What Parents Tend To Miss div.col-4 > div.article-img-box > a > img.article-img | /outlookindia/2024-01/5d397126-4ebc-462d-bb27-d81559ae4a4... |
Beyond Hospital Bills: Why Prevention Is Becoming Central To Health Insurance div.col-4 > div.article-img-box > a > img.article-img | /outlookindia/2024-01/5d397126-4ebc-462d-bb27-d81559ae4a4... |
RBI Partially Eases Rupee Curbs For Banks, Allows Related-Party Hedging Under $… div.col-4 > div.article-img-box > a > img.article-img | /outlookindia/2024-01/5d397126-4ebc-462d-bb27-d81559ae4a4... |
Smash Games Secures $2M From PvX Partners to Scale Animal Suika div.col-4 > div.article-img-box > a > img.article-img | /outlookindia/2024-01/5d397126-4ebc-462d-bb27-d81559ae4a4... |
PM Modi Announces India-Korea Friendship Festival 2028 div.col-4 > div.article-img-box > a > img.article-img | /outlookindia/2024-01/5d397126-4ebc-462d-bb27-d81559ae4a4... |
Honor of Kings India Push Adds Creators and Esports div.col-4 > div.article-img-box > a > img.article-img | /outlookindia/2024-01/5d397126-4ebc-462d-bb27-d81559ae4a4... |
Take-Two CEO: AI Should Replace Elon Musk, Not Game Developers div.col-4 > div.article-img-box > a > img.article-img | /outlookindia/2024-01/5d397126-4ebc-462d-bb27-d81559ae4a4... |
Inside Amchong Tea Estate, Assam: Tea, Trails And A Slower Way Of Travel div.col-4 > div.article-img-box > a > img.article-img | /outlookindia/2024-01/5d397126-4ebc-462d-bb27-d81559ae4a4... |
Medieval Towns And Rustic Feasts: A Slow Travel Guide Through Spain div.col-4 > div.article-img-box > a > img.article-img | /outlookindia/2024-01/5d397126-4ebc-462d-bb27-d81559ae4a4... |
This Tiny Country Between France And Spain Is A Mountain Dream div.col-4 > div.article-img-box > a > img.article-img | /outlookindia/2024-01/5d397126-4ebc-462d-bb27-d81559ae4a4... |
Hotels That Double As Art Galleries Around The World div.col-4 > div.article-img-box > a > img.article-img | /outlookindia/2024-01/5d397126-4ebc-462d-bb27-d81559ae4a4... |
Chef Vikas Khanna On TIME’s ‘100 Most Influential People Of 2026’ List div.col-4 > div.article-img-box > a > img.article-img | /outlookindia/2024-01/5d397126-4ebc-462d-bb27-d81559ae4a4... |
Try This Elaborate Rajasthani Set Menu At Leela Palace Delhi’s Jamavar div.col-4 > div.article-img-box > a > img.article-img | /outlookindia/2024-01/5d397126-4ebc-462d-bb27-d81559ae4a4... |
New Openings In Bengaluru That Should Be On Your April Checklist div.col-4 > div.article-img-box > a > img.article-img | /outlookindia/2024-01/5d397126-4ebc-462d-bb27-d81559ae4a4... |
Pitbull ‘I’m Back’ India Tour: Check Out Dates, Venues, Tickets div.col-4 > div.article-img-box > a > img.article-img | /outlookindia/2024-01/5d397126-4ebc-462d-bb27-d81559ae4a4... |
How Scandinavian Design Transformed Modern Architecture: Key Influences and Ico… div.col-4 > div.article-img-box > a > img.article-img | /outlookindia/2024-01/5d397126-4ebc-462d-bb27-d81559ae4a4... |
Shaam-e-Ghazal: Sabhyata Foundation And Serendipity Arts’ Ode To Heritage, Musi… div.col-4 > div.article-img-box > a > img.article-img | /outlookindia/2024-01/5d397126-4ebc-462d-bb27-d81559ae4a4... |
What is Luminous Coating in Luxury Watches? How Glow-in-the-Dark Technology Enh… div.col-4 > div.article-img-box > a > img.article-img | /outlookindia/2024-01/5d397126-4ebc-462d-bb27-d81559ae4a4... |
YouTube : Lawrence of Punjab sparks political debate div.articles > div.article-img-box > a > img.article-img | /outlookindia/2026-04-21/7ywd2mrz/lawrence-of-punjab.jpg?... |
div#vdo_in_content_no_repeat_b-outlookindia-v02 > div#google_ads_iframe_/22100121508,1053654/DFP_APAC_Parent_First_AdBreak_Display/ellipsis_dfp_b_outlookindia_v0_300x250_ATF_1_1_2__container__ > a#customBanner_vdo_in_content_no_repeat_b-outlookindia-v02 > img#demovdo_in_content_no_repeat_b-outlookindia-v02 div#vdo_in_content_no_repeat_b-outlookindia-v02 > div#google_ads_iframe_/22100121508,1053654/DFP_APAC_Parent_First_AdBreak_Display/ellipsis_dfp_b_outlookindia_v0_300x250_ATF_1_1_2__container__ > a#customBanner_vdo_in_content_no_repeat_b-outlookindia-v02 > img#demovdo_in_content_no_repeat_b-outlookindia-v02 | h5.vdo.ai/dev_2598_stock_creatives/homesolutions_300x250.png |
Himachal Pradesh CM presents the State Budget 2026-27 at Vidhan Sabha in Shimla… div.col-5 > div.article-img-box > a > img.article-img | /outlookindia/2026-04-21/5j60x5sw/Sukhvinder-Sukhu-during... |
Himachal Pradesh CM presents the State Budget 2026-27 at Vidhan Sabha in Shimla… div.col-4 > div.article-img-box > a > img.article-img | /outlookindia/2026-04-21/5j60x5sw/Sukhvinder-Sukhu-during... |
The Big Question In Tamil Politics: Can Thalapathy Be Thala? div.col-4 > div.article-img-box > a > img.article-img | /outlookindia/2026-04-18/alghadt6/TVK-leader-actor-Vijay-... |
Illustration: Vikas Thakur div.col-4 > div.article-img-box > a > img.article-img | /outlookindia/2025-05-20/yoxisf55/harishkhare120250601.jp... |
PTI : Security personnel at Pahalgam div.col-4 > div.article-img-box > a > img.article-img | /outlookindia/2025-07-12/nptkvosz/Pahalgam-terror-attack-... |
Source: PTI : Flames billow as a police bike is set ablaze by factory workers … div.col-4 > div.article-img-box > a > img.article-img | /outlookindia/2026-04-20/xgepvqk6/Noida-workers-Protest.j... |
Dravida Banga Ltd. - 01 May 2026 Issue div.col-12 > div.mt-2 > a > img | |
Representative Image : One Year After Pahalgam: No Lowering Of Guard Despite Im… div.col-5 > div.article-img-box > a > img.article-img | |
IMAGO/Hindustan Times : With Nishants formal entry into the Janata Dal (United)… div.col-4 > div.article-img-box > a > img.article-img | |
Cover div.col-4 > div.article-img-box > a > img.article-img | |
File Photo : Pakistan Extends Airspace Ban For Indian Flights Till May 24, Curb… div.col-4 > div.article-img-box > a > img.article-img | |
AP Photo/Darko Bandic : U.N. Special Rapporteur for the Occupied Palestinian Te… div.col-5 > div.article-img-box > a > img.article-img | |
Jacquelyn Martin : Vice President JD Vance arrives to speak at a news conferenc… div.col-4 > div.article-img-box > a > img.article-img | |
File photo : North Korea is already known to operate uranium enrichment facilit… div.col-4 > div.article-img-box > a > img.article-img | |
PTI : Clash between Sikh groups injures 11 div.col-4 > div.article-img-box > a > img.article-img | |
PTI; Representative image : Vance-Led Talks Build Goodwill With Iran: Report div.col-4 > div.article-img-box > a > img.article-img | |
| Photo: AP/Mahesh Kumar A. : Sunrisers Hyderabads players celebrate after won … div.col-5 > div.article-img-box > a > img.article-img | |
(AP Photo/Mahesh Kumar A.) : Sunrisers Hyderabads Abhishek Sharma celebrates hi… div.col-4 > div.article-img-box > a > img.article-img | |
| Photo: Instagram/alamaradjabi95 : File photo of Midtjylland midfielder Alamar… div.col-4 > div.article-img-box > a > img.article-img | |
AP : Gout Gout, of Australia, celebrates after winning the men 200 meters durin… div.col-4 > div.article-img-box > a > img.article-img | |
| Photo: AP/Mahesh Kumar A. : There is low prediction of rain in Hyderabad toda… div.col-4 > div.article-img-box > a > img.article-img |
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 |
|---|
div.d-block > div#div-gpt-ad-1714644714589-1 > div#google_ads_iframe_/1053654/ol_hp_billboard_may_2024_0__container__ > vdo#v-outlookindia-ibv-2 div.d-block > div#div-gpt-ad-1714644714589-1 > div#google_ads_iframe_/1053654/ol_hp_billboard_may_2024_0__container__ > vdo#v-outlookindia-ibv-2 |
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.
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 |
|---|
OUTLOOK LENS div.row > div.col-12 > h2.outlook-lens-box > span |
With just six days left before polling, Tamil Nadu’s political battle has enter… div.row > div.col-12 > div.row > p.col-8 |
BY PHOTO WEBDESK div.row > div.col-12 > p.author > span.name |
US Vice President JD Vance is preparing to leave for Pakistan, even as doubts s… div.row > div.col-12 > div.row > p.col-8 |
BY SEEMA GUHA div.row > div.col-12 > p.author > span.name |
FTII Pune alumnus Pushpendra Singh discusses his films rooted in the Janapadiya… div.row > div.col-12 > div.row > p.col-8 |
BY PK SURENDRAN div.row > div.col-12 > p.author > span.name |
A year after the deadly terror attack in Pahalgam’s Baisaran Valley, the human … div.row > div.col-12 > article.articles > p.article-desc |
BY OUTLOOK NEWS DESK div.col-12 > article.articles > p.author > span.name |
A year after the attack in Pahalgam left 26 people dead, India and Pakistan h… div.col-12 > div.row > div.col-8 > p.article-desc |
BY ISHFAQ NASEEM div.row > div.col-12 > p.author > span.name |
LATEST NEWS div.popular > div > h1.d-block > span |
Advertisement div.col-12 > div.m-auto > div.d-block > p.ad-slot-label |
Long Read Stories div.col-12 > div.category-head > h3.more > a |
BY ASHWANI SHARMA div.row > div.col-7 > p.author > span.name |
BY MANOJ KUMAR JHA div.row > div.col-8 > p.author > span.name |
BY ILYAS R. MUHAMMED div.row > div.col-8 > p.author > span.name |
BY LUV PURI div.row > div.col-8 > p.author > span.name |
BY HARISH KHARE div.row > div.col-8 > p.author > span.name |
IN FOCUS div.col-12 > div.popular > div.d-block > span.popular-heading |
Advertisement div.col-12 > div.m-auto > div.d-block > p.ad-slot-label |
BY OUTLOOK BUREAU div.row > div.col-7 > p.author > span.name |
BY P.A. KRISHNAN div.row > div.col-7 > p.author > span.name |
Advertisement div.col-12 > div.m-auto > div.d-block > p.ad-slot-label |
National News div.col-12 > div.category-head > h3.more > a |
BY ISHFAQ NASEEM div.row > div.col-7 > p.author > span.name |
BY ASHWANI SHARMA div.row > div.col-8 > p.author > span.name |
BY MD ASGHAR KHAN div.row > div.col-8 > p.author > span.name |
BY OUTLOOK NEWS DESK div.row > div.col-8 > p.author > span.name |
BY OUTLOOK NEWS DESK div.row > div.col-8 > p.author > span.name |
BOOKS div.col-12 > div.popular > div.d-block > span.popular-heading |
Advertisement div.col-12 > div.m-auto > div.d-block > p.ad-slot-label |
World News div.col-12 > div.category-head > h3.more > a |
BY OUTLOOK NEWS DESK div.row > div.col-7 > p.author > span.name |
BY SEEMA GUHA div.row > div.col-8 > p.author > span.name |
BY OUTLOOK NEWS DESK div.row > div.col-8 > p.author > span.name |
BY OUTLOOK NEWS DESK div.row > div.col-8 > p.author > span.name |
BY OUTLOOK NEWS DESK div.row > div.col-8 > p.author > span.name |
US NEWS div.col-12 > div.popular > div.d-block > span.popular-heading |
Advertisement div.col-12 > div.m-auto > div.d-block > p.ad-slot-label |
Sports Highlights div.col-12 > div.category-head > h3.more > a |
BY SUSHRUTA BHATTACHARJEE div.row > div.col-7 > p.author > span.name |
BY OUTLOOK SPORTS DESK div.row > div.col-8 > p.author > span.name |
BY OUTLOOK SPORTS DESK div.row > div.col-8 > p.author > span.name |
BY OUTLOOK SPORTS DESK div.row > div.col-8 > p.author > span.name |
BY OUTLOOK SPORTS DESK div.row > div.col-8 > p.author > span.name |
SPORTS BUZZ div.col-12 > div.popular > div.d-block > span.popular-heading |
Advertisement div.col-12 > div.m-auto > div.d-block > p.ad-slot-label |
Entertainment Updates div.col-12 > div.category-head > h3.more > a |
BY PK SURENDRAN div.row > div.col-7 > p.author > span.name |
BY SAKSHI SALIL CHAVAN div.row > div.col-8 > p.author > span.name |
BY DEBANJAN DHAR div.row > div.col-8 > p.author > span.name |
BY SAKSHI SALIL CHAVAN div.row > div.col-8 > p.author > span.name |
SHOWBIZ TRENDS div.m-auto > div.popular > h2.d-block > span.popular-heading |
Advertisement div.m-auto > div.m-auto > div.d-block > p.ad-slot-label |
Culture & Society Updates div.col-12 > div.category-head > h3.more > a |
BY KAMALAKAR BHAT div.row > div.col-7 > p.author > span.name |
BY ASHWANI KUMAR div.row > div.col-8 > p.author > span.name |
BY KAMALAKAR BHAT div.row > div.col-8 > p.author > span.name |
BY KAMALAKAR BHAT div.row > div.col-8 > p.author > span.name |
BY CHITRANGDA SINGH div.row > div.col-8 > p.author > span.name |
POETRY div.col-12 > div.popular > div.d-block > span.popular-heading |
Advertisement div.col-12 > div.m-auto > div.d-block > p.ad-slot-label |
Business Updates div.col-12 > div.category-head > h3.more > a |
BY ANJALI PAL article.articles > div.row > div.col-7 > p.author |
ANJALI PAL div.row > div.col-7 > p.author > span.name |
BY ASHUTOSH MISHRA article.articles > div.row > div.col-8 > p.author |
ASHUTOSH MISHRA div.row > div.col-8 > p.author > span.name |
BY SHRISTI ACHARYA article.articles > div.row > div.col-8 > p.author |
SHRISTI ACHARYA div.row > div.col-8 > p.author > span.name |
BY OUTLOOK BUSINESS DESK article.articles > div.row > div.col-8 > p.author |
OUTLOOK BUSINESS DESK div.row > div.col-8 > p.author > span.name |
TOP BUSINESS NEWS div.col-12 > div.popular > h2.d-block > span.popular-heading |
Advertisement div.col-12 > div.m-auto > div.d-block > p.ad-slot-label |
Money Guides div.col-12 > div.category-head > h3.more > a |
BY PNN article.articles > div.row > div.col-7 > p.author |
PNN div.row > div.col-7 > p.author > span.name |
BY OUTLOOK MONEY article.articles > div.row > div.col-8 > p.author |
OUTLOOK MONEY div.row > div.col-8 > p.author > span.name |
BY OUTLOOK MONEY article.articles > div.row > div.col-8 > p.author |
OUTLOOK MONEY div.row > div.col-8 > p.author > span.name |
BY OUTLOOK MONEY article.articles > div.row > div.col-8 > p.author |
OUTLOOK MONEY div.row > div.col-8 > p.author > span.name |
BY SRIJITA BOSE article.articles > div.row > div.col-8 > p.author |
SRIJITA BOSE div.row > div.col-8 > p.author > span.name |
POPULAR div.col-12 > div.popular > h2.d-block > span.popular-heading |
Advertisement div.col-12 > div.m-auto > div.d-block > p.ad-slot-label |
Respawn Story div.col-12 > div.category-head > h3.more > a |
BY PROBAHO SANTRA article.articles > div.row > div.col-7 > p.author |
PROBAHO SANTRA div.row > div.col-7 > p.author > span.name |
BY KRISHNA GOSWAMI article.articles > div.row > div.col-8 > p.author |
KRISHNA GOSWAMI div.row > div.col-8 > p.author > span.name |
BY DIYA MUKHERJEE article.articles > div.row > div.col-8 > p.author |
DIYA MUKHERJEE div.row > div.col-8 > p.author > span.name |
BY PROBAHO SANTRA article.articles > div.row > div.col-8 > p.author |
PROBAHO SANTRA div.row > div.col-8 > p.author > span.name |
BY KRISHNA GOSWAMI article.articles > div.row > div.col-8 > p.author |
KRISHNA GOSWAMI div.row > div.col-8 > p.author > span.name |
POPULAR div.col-12 > div.popular > h2.d-block > span.popular-heading |
Advertisement div.col-12 > div.m-auto > div.d-block > p.ad-slot-label |
Travel Guides div.col-12 > div.category-head > h3.more > a |
BY OT STAFF article.articles > div.row > div.col-7 > p.author |
OT STAFF div.row > div.col-7 > p.author > span.name |
BY SUKANYA CHATTERJEE article.articles > div.row > div.col-8 > p.author |
SUKANYA CHATTERJEE div.row > div.col-8 > p.author > span.name |
BY MUSKAN KAUR article.articles > div.row > div.col-8 > p.author |
MUSKAN KAUR div.row > div.col-8 > p.author > span.name |
BY OT STAFF article.articles > div.row > div.col-8 > p.author |
OT STAFF div.row > div.col-8 > p.author > span.name |
BY OT STAFF article.articles > div.row > div.col-8 > p.author |
OT STAFF div.row > div.col-8 > p.author > span.name |
POPULAR div.col-12 > div.popular > h2.d-block > span.popular-heading |
Advertisement div.col-12 > div.m-auto > div.d-block > p.ad-slot-label |
OTEats Story div.col-12 > div.category-head > h3.more > a |
BY MUSKAN KAUR article.articles > div.row > div.col-7 > p.author |
MUSKAN KAUR div.row > div.col-7 > p.author > span.name |
BY MUSKAN KAUR article.articles > div.row > div.col-8 > p.author |
MUSKAN KAUR div.row > div.col-8 > p.author > span.name |
BY ADMLISTSAT article.articles > div.row > div.col-8 > p.author |
ADMLISTSAT div.row > div.col-8 > p.author > span.name |
BY MUSKAN KAUR article.articles > div.row > div.col-8 > p.author |
MUSKAN KAUR div.row > div.col-8 > p.author > span.name |
POPULAR div.col-12 > div.popular > h2.d-block > span.popular-heading |
Advertisement div.col-12 > div.m-auto > div.d-block > p.ad-slot-label |
Luxe Story div.col-12 > div.category-head > h3.more > a |
BY PRIYAMVADA RANA article.articles > div.row > div.col-7 > p.author |
PRIYAMVADA RANA div.row > div.col-7 > p.author > span.name |
BY TEAM OUTLOOK LUXE article.articles > div.row > div.col-8 > p.author |
TEAM OUTLOOK LUXE div.row > div.col-8 > p.author > span.name |
BY AARON JACOB article.articles > div.row > div.col-8 > p.author |
AARON JACOB div.row > div.col-8 > p.author > span.name |
BY PRIYANKA BANSAL article.articles > div.row > div.col-8 > p.author |
PRIYANKA BANSAL div.row > div.col-8 > p.author > span.name |
BY AARON JACOB article.articles > div.row > div.col-8 > p.author |
AARON JACOB div.row > div.col-8 > p.author > span.name |
POPULAR div.col-12 > div.popular > h2.d-block > span.popular-heading |
Advertisement div.col-12 > div.m-auto > div.d-block > p.ad-slot-label |
Advertisement div.col-12 > div.m-auto > div.d-block > p.ad-slot-label |
Liberty Mutual a.item-label-href > span.video-label-box > span.branding > span.branding-inner |
Sponsored span.branding > div.logoDiv > a.trc_mobile_disclosure_link > span |
Liberty Mutual a.item-label-href > span.video-label-box > span.branding > span.branding-inner |
Sponsored span.branding > div.logoDiv > a.trc_mobile_disclosure_link > span |
Yahoo Search | Dental implants 50 a.item-label-href > span.video-label-box > span.branding > span.branding-inner |
Sponsored span.branding > div.logoDiv > a.trc_mobile_disclosure_link > span |
Yahoo Search | Board software a.item-label-href > span.video-label-box > span.branding > span.branding-inner |
Sponsored span.branding > div.logoDiv > a.trc_mobile_disclosure_link > span |
Copyright © 2026 Outlook Publishing India Pvt Ltd. All pages of the Website a… body > footer.rm-footer > section.rm-container > p.copyright-text |
These are opportunities to improve the legibility of your content.
Navigation
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
SOHINI SASTRI ASTRO div.row > div.col-12 > div.spotlight > h5.one-line-ellipsis |
Football News div.row > div.col-12 > a.footer-sugtn-hyperlink > h5.fls-title |
Tennis News div.row > div.col-12 > a.footer-sugtn-hyperlink > h5.fls-title |
Badminton div.row > div.col-12 > a.footer-sugtn-hyperlink > h5.fls-title |
Entertainment News div.row > div.col-12 > a.footer-sugtn-hyperlink > h5.fls-title |
US News div.row > div.col-12 > a.footer-sugtn-hyperlink > h5.fls-title |
World News div.row > div.col-12 > a.footer-sugtn-hyperlink > h5.fls-title |
Latest Stories body > section.footer-latest-stories > h5.ls-title |
These are opportunities to improve keyboard navigation in your application.
Names and labels
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#vdo_in_content_no_repeat_b-outlookindia-v02 > div#google_ads_iframe_/22100121508,1053654/DFP_APAC_Parent_First_AdBreak_Display/ellipsis_dfp_b_outlookindia_v0_300x250_ATF_1_1_2__container__ > a#customBanner_vdo_in_content_no_repeat_b-outlookindia-v02 > img#demovdo_in_content_no_repeat_b-outlookindia-v02 div#vdo_in_content_no_repeat_b-outlookindia-v02 > div#google_ads_iframe_/22100121508,1053654/DFP_APAC_Parent_First_AdBreak_Display/ellipsis_dfp_b_outlookindia_v0_300x250_ATF_1_1_2__container__ > a#customBanner_vdo_in_content_no_repeat_b-outlookindia-v02 > img#demovdo_in_content_no_repeat_b-outlookindia-v02 |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.vdo_ad_wrapper > div#vdo_in_content_no_repeat_b-outlookindia-v02 > div#google_ads_iframe_/22100121508,1053654/DFP_APAC_Parent_First_AdBreak_Display/ellipsis_dfp_b_outlookindia_v0_300x250_ATF_1_1_2__container__ > a#customBanner_vdo_in_content_no_repeat_b-outlookindia-v02 div.vdo_ad_wrapper > div#vdo_in_content_no_repeat_b-outlookindia-v02 > div#google_ads_iframe_/22100121508,1053654/DFP_APAC_Parent_First_AdBreak_Display/ellipsis_dfp_b_outlookindia_v0_300x250_ATF_1_1_2__container__ > a#customBanner_vdo_in_content_no_repeat_b-outlookindia-v02 |
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.
Best practices
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Sponsored span.video-label-box > span.branding > div.logoDiv > a.trc_mobile_disclosure_link |
Sponsored span.video-label-box > span.branding > div.logoDiv > a.trc_mobile_disclosure_link |
These items highlight common accessibility best practices.
Best Practices
User Experience
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Performance issues directly impact user engagement and conversion rates.
| URL | Aspect Ratio (Displayed) | Aspect Ratio (Actual) | |
|---|---|---|---|
Outlook India div.offcanvas-header > div.d-flex > div > img | /outlookindia/2024-05/453c4609-fc5e-46fb-861d-f6b37a0ae7f... | 24 x 24 (1.00) | 44 x 40 (1.10) |
language li.rm-menu-li > div.d-flex > div.d-block > img | /outlookindia/2024-05/ebecef30-469e-48d1-9a8c-31a7ca9c84c... | 25 x 20 (1.25) | 36 x 36 (1.00) |
Image natural dimensions should be proportional to the display size and the pixel ratio to maximize image clarity. Learn how to provide responsive images.
Performance issues directly impact user engagement and conversion rates.
| URL | Displayed size | Actual size | Expected size | |
|---|---|---|---|---|
div#vdo_in_content_no_repeat_b-outlookindia-v02 > div#google_ads_iframe_/22100121508,1053654/DFP_APAC_Parent_First_AdBreak_Display/ellipsis_dfp_b_outlookindia_v0_300x250_ATF_1_1_2__container__ > a#customBanner_vdo_in_content_no_repeat_b-outlookindia-v02 > img#demovdo_in_content_no_repeat_b-outlookindia-v02 div#vdo_in_content_no_repeat_b-outlookindia-v02 > div#google_ads_iframe_/22100121508,1053654/DFP_APAC_Parent_First_AdBreak_Display/ellipsis_dfp_b_outlookindia_v0_300x250_ATF_1_1_2__container__ > a#customBanner_vdo_in_content_no_repeat_b-outlookindia-v02 > img#demovdo_in_content_no_repeat_b-outlookindia-v02 | h5.vdo.ai/dev_2598_stock_creatives/homesolutions_300x250.png | 300 x 250 | 300 x 250 | 450 x 375 |
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 |
|---|---|
| SharedStorage | |
| StorageType.persistent is deprecated. Please use standardized navigator.storage instead. | |
| Fledge | |
| AttributionReporting | connect.facebook.net/en_US/fbevents.js line 279, col 769 |
| Unload event listeners are deprecated and will be removed. | pagead2.googlesyndication.com/pagead/js/lidar.js?fcd=true line 10, col 9148 |
| Topics |
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 |
|---|---|
/pagead/managed/js/gpt/m202604170101/pubads_impl.js?cb=31... line 18, col 412675 | [GPT] Exception in googletag.cmd function: TypeError: Cannot read properties of undefined (reading '#<nv>').
https://goo.gle/gpt-message#30 |
/pagead/managed/js/gpt/m202604170101/pubads_impl.js?cb=31... line 18, col 412675 | [GPT] Exception in googletag.cmd function: TypeError: Cannot read properties of undefined (reading '#<nv>').
https://goo.gle/gpt-message#30 |
/pagead/managed/js/gpt/m202604170101/pubads_impl.js?cb=31... line 18, col 412675 | [GPT] Exception in googletag.cmd function: TypeError: Cannot read properties of undefined (reading '#<nv>').
https://goo.gle/gpt-message#30 |
/pagead/managed/js/gpt/m202604170101/pubads_impl.js?cb=31... line 18, col 412675 | [GPT] Exception in googletag.cmd function: TypeError: Cannot read properties of undefined (reading '#<nv>').
https://goo.gle/gpt-message#30 |
Access to fetch at 'https://hb.emxdgt.com/?t=5000&ts=1776803637346&src=pbjs' from origin 'https://www.outlookindia.com' has been blocked by CORS policy: The value of the 'Access-Control-Allow-Origin' header in the response must not be the wildcard '*' when the request's credentials mode is 'include'. | |
Access to fetch at 'https://hb.emxdgt.com/?t=5000&ts=1776803637350&src=pbjs' from origin 'https://www.outlookindia.com' has been blocked by CORS policy: The value of the 'Access-Control-Allow-Origin' header in the response must not be the wildcard '*' when the request's credentials mode is 'include'. | |
Access to fetch at 'https://hb.emxdgt.com/?t=5000&ts=1776803639468&src=pbjs' from origin 'https://www.outlookindia.com' has been blocked by CORS policy: The value of the 'Access-Control-Allow-Origin' header in the response must not be the wildcard '*' when the request's credentials mode is 'include'. | |
/pagead/managed/js/gpt/m202604170101/pubads_impl.js?cb=31... line 18, col 443347 | Exception in queued GPT command TypeError: Cannot read properties of undefined (reading '#<nv>')
at https://www.outlookindia.com/:5:94618
at Yv.push (https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604170101/pubads_impl.js?cb=31097963:19:443262)
at Wv.push (https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604170101/pubads_impl.js?cb=31097963:19:96787)
at https://www.outlookindia.com/:5:94558 |
/pagead/managed/js/gpt/m202604170101/pubads_impl.js?cb=31... line 18, col 443347 | Exception in queued GPT command TypeError: Cannot read properties of undefined (reading '#<nv>')
at https://www.outlookindia.com/:5:94618
at Yv.push (https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604170101/pubads_impl.js?cb=31097963:19:443262)
at Wv.push (https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604170101/pubads_impl.js?cb=31097963:19:96787)
at https://www.outlookindia.com/:5:94558 |
/pagead/managed/js/gpt/m202604170101/pubads_impl.js?cb=31... line 18, col 443347 | Exception in queued GPT command TypeError: Cannot read properties of undefined (reading '#<nv>')
at https://www.outlookindia.com/:6:1539
at Yv.push (https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604170101/pubads_impl.js?cb=31097963:19:443262)
at Wv.push (https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604170101/pubads_impl.js?cb=31097963:19:96787)
at https://www.outlookindia.com/:6:1479 |
/pagead/managed/js/gpt/m202604170101/pubads_impl.js?cb=31... line 18, col 443347 | Exception in queued GPT command TypeError: Cannot read properties of undefined (reading '#<nv>')
at https://www.outlookindia.com/:6:1539
at Yv.push (https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604170101/pubads_impl.js?cb=31097963:19:443262)
at Wv.push (https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604170101/pubads_impl.js?cb=31097963:19:96787)
at https://www.outlookindia.com/:6:1479 |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED |
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.
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 |
|---|
× div.rm-container > div.d-lg-block > div#close-bar > a.closebtn |
Image for Taboola Advertising Unit div#rbox-h2v > div#internal_trc_6642281714 > div.videoCube > a.item-thumbnail-href |
How working with my team empowers me to win
“I’m surrounded by driven people wh… div#rbox-h2v > div#internal_trc_6642281714 > div.videoCube > a.item-label-href |
Image for Taboola Advertising Unit div#rbox-h2v > div#internal_trc_6380917038 > div.videoCube > a.item-thumbnail-href |
How I’ve excelled at my job for 14+ years
“The competitive pay and benefits att… div#rbox-h2v > div#internal_trc_6380917038 > div.videoCube > a.item-label-href |
To appear in search results, crawlers need access to your app.
Content Best Practices
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#vdo_in_content_no_repeat_b-outlookindia-v02 > div#google_ads_iframe_/22100121508,1053654/DFP_APAC_Parent_First_AdBreak_Display/ellipsis_dfp_b_outlookindia_v0_300x250_ATF_1_1_2__container__ > a#customBanner_vdo_in_content_no_repeat_b-outlookindia-v02 > img#demovdo_in_content_no_repeat_b-outlookindia-v02 div#vdo_in_content_no_repeat_b-outlookindia-v02 > div#google_ads_iframe_/22100121508,1053654/DFP_APAC_Parent_First_AdBreak_Display/ellipsis_dfp_b_outlookindia_v0_300x250_ATF_1_1_2__container__ > a#customBanner_vdo_in_content_no_repeat_b-outlookindia-v02 > img#demovdo_in_content_no_repeat_b-outlookindia-v02 |
Format your HTML in a way that enables crawlers to better understand your app’s content.