You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While generating pages, the crawler scans for href="" links (filtering for local and without extension) This is the most straightforward way. We can allow the runtime to hint crawler with HTTP headers to crawl more with a header like X-Nitro-Prerender: link1, link2, ... (the alternative is using standardLink: header with prefetch strategy to infer this)
The text was updated successfully, but these errors were encountered:
While generating pages, the crawler scans for
href=""
links (filtering for local and without extension) This is the most straightforward way. We can allow the runtime to hint crawler with HTTP headers to crawl more with a header likeX-Nitro-Prerender: link1, link2, ...
(the alternative is using standardLink:
header with prefetch strategy to infer this)The text was updated successfully, but these errors were encountered: