SEO when loading items through AJAX
- by Qmal
Let's say I have standard scenario of commerce site that has categories on the left and items on the right.
What I would like to do is that when user clicks on category it will pass it's ID to js, js will get all items from API by using that id and load them very prettily to my content.
It looks all cool and pro but what is the situation from SEO…