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
fix(seo): add nav links to pre-rendered HTML for Google crawlability
Google only indexed the homepage because inner pages had no crawlable
links — the sidebar navigation was rendered client-side by React.
Inject a <nav> with links to all doc pages into every pre-rendered page.
0 commit comments