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
Hey everyone! I am having an issue with getting my nextjs site to properly index, and my SEO and organic traffic is suffering from this.
The problem appears to be that my site navigation is not rendering on the crawled version of the page. Take a look at the screenshots I've provided to understand what I mean.
I don't know why this is happening, because according to the NextJS SEO docs, my site should be rendering because I am using getStaticProps for my homepage and the docs state that one should use getStaticProps if:
The page must be pre-rendered (for SEO) and be very fast — getStaticProps generates HTML and JSON files, both of which can be cached by a CDN for performance
My navigation code simply maps over a list of items and returns a list of nav items like this:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
Hey everyone! I am having an issue with getting my nextjs site to properly index, and my SEO and organic traffic is suffering from this.
The problem appears to be that my site navigation is not rendering on the crawled version of the page. Take a look at the screenshots I've provided to understand what I mean.
I don't know why this is happening, because according to the NextJS SEO docs, my site should be rendering because I am using
getStaticPropsfor my homepage and the docs state that one should usegetStaticPropsif:My navigation code simply maps over a list of items and returns a list of nav items like this:
Does anyone have any tips or clues on what could be happening here?
Links:
Additional information
No response
Example
No response
Beta Was this translation helpful? Give feedback.
All reactions