-
Notifications
You must be signed in to change notification settings - Fork 382
Description
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.