Interaction to Next Paint.
Learn what Interaction to Next Paint means in modern search and SEO.
A Core Web Vital measuring page responsiveness — the time from a user interaction to the browser's next visual update.
Interaction to Next Paint (INP) is a Core Web Vital introduced as a replacement for First Input Delay (FID) in March 2024. It measures the latency of all user interactions—clicks, taps, keyboard inputs—throughout the entire page lifecycle, not just the first interaction. The score represents the worst interaction latency at the 98th percentile, giving a reliable picture of overall interactivity.
INP Thresholds
Google's thresholds: Good = under 200 milliseconds; Needs Improvement = 200–500 ms; Poor = over 500 ms. INP failing is most common on JavaScript-heavy pages where large scripts block the main thread, preventing the browser from processing user interactions quickly.
Improving INP
INP improvement strategies: break up long JavaScript tasks (over 50ms) into smaller chunks using `scheduler.yield()` or `setTimeout`; defer non-critical JavaScript until after user interaction; reduce the amount of JavaScript parsed and executed on page load; optimise event handlers to complete quickly; and use web workers for computationally intensive tasks to keep the main thread free for user interactions.
Articles about Interaction to Next Paint
Read more on the Aergos blog.

Should You Trust ChatGPT to Audit Your Website? An Honest Answer
ChatGPT can do a lot of things. Auditing your website's technical health is not really one of them. Here's where it genuinely helps, where it will get you in trouble, and which tools to use instead.
Read article
How to Do a Technical SEO Audit in 2025: A Step-by-Step Checklist
A technical SEO audit tells you whether search engines can actually find and understand your site — before content or backlinks even matter. This step-by-step checklist walks you through crawlability, indexation, page speed, mobile usability, structured data, and internal linking. Start here.
Read articleReady to close the loop?
See every term in action
Aergos tracks your AI and organic visibility across every channel, in one platform.
Not ready to talk? Audit your site free →