search-ui icon indicating copy to clipboard operation
search-ui copied to clipboard

SSR support for results pages

Open janoschherrmann opened this issue 2 years ago • 6 comments

Is your feature request related to a problem? Please describe. Kind of. I run a website where I would love for some search results pages to rank in Google. Currently, these pages aren't being indexed by Google, presumably because the content isn't rendered server-side.

Describe the solution you'd like I'd love to have the option for search results pages to be generated server-side, so that they would be picked up by search engines. I'm using NextJS, so having a way to combine Search UI and Next for SSR would be awesome.

Describe alternatives you've considered The current alternative as described by @joemcelroy on Slack would be interact with the Search API directly, instead of using Search UI.

Additional context Add any other context or screenshots about the feature request here.

janoschherrmann avatar Mar 18 '22 14:03 janoschherrmann

This would be great!

684efs3 avatar Apr 07 '22 14:04 684efs3

We hear ya. We definitely want to get this done soon.

JasonStoltz avatar Apr 07 '22 19:04 JasonStoltz

Hey @JasonStoltz, is there an update on this? This would be a game-changer when it comes to SEO!

janoschherrmann avatar Sep 20 '22 16:09 janoschherrmann

Hey @janoschsworkspace, we haven't had the time to get to this, but it is definitely on the top of our priority list!

JasonStoltz avatar Sep 21 '22 12:09 JasonStoltz

Hello, I encountered the same issue as described above. Could you please provide an update on the progress of this problem? Thank you!

jzsplk avatar Jun 14 '23 02:06 jzsplk

Hi there - there hasn't been any progress yet. We have big changes planned soon for Search UI and will share soon.

If you need SSR support today, its worth looking into building your own components, using the app-search-javascript client in a SSR framework like next.js.

If you're using Elasticsearch directly, another alternative is using searchkit which with instantsearch, supports SSR.

joemcelroy avatar Jun 14 '23 08:06 joemcelroy