We recently launched a new page to our site. Previously our whole site has been in classic asp and this page is an angular SPA with asp.net on the backend.
Since the launch of the new page our amount of soft 404s have dramatically increased with most being on this page.
After running the google fetch and render 20 times, there were two instances when the JS bundle (bundled by asp.net) returned as temporarily unreachable for the google bot.
I've gone through the IIS logs pretty closely searching for these bundles during the time I was testing and they all returned a 200 status code.
What can I do to debug this further? Why would the bundle be temporarily unreachable?