SEO friendly URLs in React

#Hi,
Can someone please share the sample in which our facets/filters will work on behalf of the SEO friendly URLs instead of the following URL

http://localhost:3000/?size=n_20_n&filters[0][field]=store&filters[0][values][0]=abcd-store&filters[0][type]=all

The URL should be like http://localhost:3000/?store=abcd-store

Thanks.

Is the overall goal to be SEO friendly or just like SEO friendly which just means keywords in the URL.

Asking because it would only matter if Kibana was crawlable with no authentication by the search engine and the URLs on the dashboards/visualizations apps were using that specific URL since that is the URL the search engine will record. Which those links aren't SEO friendly so it wouldn't have an effect.

Either way I don't believe it's possible but maybe one of the developers knows of a way.

#Aaron,
Thanks for the quick response

Actually, I want to build the whole functionality through the SEO friendly URLs instead of encoding URL so kindly let me know, Can we implement this in the React?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.