Hello !
I start this topic because I have some concerns about the pagination and the abilities to crawlers to go trough the pages.
In fact, with the “classic” livewire method, you have a button with wire:click but there is no links attached. So, you can’t replace it by a tag with url without errors or complete refresh.
First try to delete the href attribute after page load with x-init, not working. So I bypass the system with a hidden a tag in the button. + link in header for prev/next + sitemap.
What do you use guys ?
Have a nice day