Hi all,
In Google Search Console, in the crawl stats, I’ve noticed that thousands of crawl requests returned a JSON response, although I do not directly serve any JSON responses.
When I look at the detailed report of those requests, I see they are all being made to /_vercel/insights/view !
Now why would Google do that? I checked my code to rule out that my site accidentally includes this path in the sitemaps or as an internal link. This is not the case.
So what might be the cause of this?

