karelmares's avatar

List of products with pagination handled by vuejs and SEO impact

Hi guys. I am curious about how to build the list of entities with pagination and filtering with vuejs (instead of jquery) in my laravel application. I worrying about the bad impact on SEO when using vuejs.

It is good practice to render the list of entities inside the noscript tag in blade template for search bots and then render another list with vuejs for users? Or is there any other better concept?

Thx for your replies :)

0 likes
2 replies
karelmares's avatar

Thx for the links. But using Google’s V8 Javascript engine is not the right way because I cant install it on the client's server (and I read that the installation is really not easy).

Please or to participate in this conversation.