This error appears when a page has a nofollow directive configured that prevents Google from following its links. Here's what it means and how to assess whether it should really be that way.
When Google can't follow a page's links, it doesn't distribute authority to the linked pages. That can weaken the rankings of pages that depend on those links to be crawled and indexed.
If the linked pages have no other access routes, Google may never reach them. A misplaced nofollow can leave pages uncrawled without anyone noticing.
When Google can't follow a page's links, it may waste part of its crawl budget on paths that lead nowhere. That reduces the overall efficiency with which the site is crawled.
If this error showed up in your audit, here are the steps to leave it behind.
The nofollow can be in the meta robots tag in the HTML or in the X-Robots-Tag HTTP header. Open the page source, look inside the <head> for the meta robots tag, and also check the HTTP response headers.
It isn't always an error. If the page has content whose links you don't want Google to crawl, it may make sense to keep it. If it's there by mistake, it needs to be removed.
If the page should allow Google to follow its links, remove the nofollow directive from the meta robots tag and from the HTTP header if it's there too. You can do this through the SEO plugin you use (Yoast, Rank Math, etc.) or directly in the code.
If what you wanted was to control specific links, apply the nofollow attribute directly to each link instead of at the full page level. That way you maintain control without blocking the entire crawl flow.
Audit your website for free and discover if this and other SEO errors are affecting your ranking.