It’s not a big deal, but I find it annoying to have to collapse/scroll past the SEO query results every time I want to add anything with server-side binding.
Is it possible to somehow hide it?
Alternatively, rather than have it as a global could I just make the same thing as a normal server action and set it as the action in server connect in server-side data on a layout page? Or is there some reason that won’t work or reason not to?
Hmm, I redid the setup in the server side data way, it seems a bit simpler to me. But when I add the server connect for SEO I am unable to pick anything in the server data binding for my SEO tags.
Bump, anyone know if I can’t do this due to the order things are loaded (if the SEO tags are loaded before the server connect runs) or if I am doing something wrong?
I think you can do it on the layout page, then use a custom query on each page to tell the DB which record it should bind the data to. ie: ‘?page=home’ query will show all SEO DB info for the ‘home’ row.