Skip to content
Discussion options

You must be logged in to vote

Yes if you use SWR with Next.js’ getServerSideProps or getStaticProps, the data will be pre-rendered in the markup and it’s perfect for SEO. You can check the corresponding section in the docs.

If you’re not using those static generation strategies and only have client side rendering/data fetching, only some search engines might be able to parse it.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by BluetyIt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants