URL path parameters when accessing page from Google

Hi !
I have a page loading data based on URL path parameters. However, when entering the page from Google search pages, the URL path is not loaded and the page is empty.

I really feel like a noob, any idea how to make it work?

Thanks!

What type of data are you trying to load? Path parameters are easy to spoof, so I’d recommend using them only for select cases (and marketing :slightly_smiling_face:).

Dynamic data from Xano, fetched on pageload with path parameters as inputs.
Is there an alternative way to get the inputs when entering from Google?