-
Hello to all,
Questions:
Using: useSWR, nextjs, vercel. Thanks for your help! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Yes if you use SWR with Next.js’ 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. |
Beta Was this translation helpful? Give feedback.
Yes if you use SWR with Next.js’
getServerSideProps
orgetStaticProps
, 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.