ISR and Crawlers #86112
Unanswered
st11x
asked this question in
App Router
ISR and Crawlers
#86112
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
In Next.js 12, when a bot was detected, the ISR
fallbackbehavior automatically switched toblocking, so crawlers would always receive a freshly rendered page even if ISR was enabled.In Next.js 14, this doesn’t seem to happen anymore. When I request the page using a Googlebot user-agent, it still serves the stale cached version.
As a result, my crawler is indexing outdated content. Is there something else I need to configure in my requests?
Thanks,
Matt
Beta Was this translation helpful? Give feedback.
All reactions