SSR & Search Interaction
Unanswered
Atlantic salmon posted this in #help-forum
Atlantic salmonOP
Hi! I have a basic question about an SEO, SSR & user interaction. I have a page that lists items and a search component that filters these items based on user input. Now the search component is obviously CSR, but then how do I get the list to be as SEO-optimized as I can? The whole page can go CSR, but then, afaik, crawlers will not be able to crawl it at all. I could wrap the contents of the page in a CSR component, with the main page being SSR (just for fetching data). That way at least something can be crawled? I did read the docs several times but still have a hard time wrapping my head around the exact details of hybrid rendering implementations. Any help (or links to further reading / examples) is greatly appreciated! Thanks!