|
|
|
|
|
by aichcon
6132 days ago
|
|
I'm curious - what are people's experiences with controlling bounce rates on sites that extensively use AJAX? A user could easily visit my page and browse a great deal of content without a second page request needing to be called. As I understand it, even if they spent 10 minutes using the AJAX functionality and left, they would count as a bounce. I essentially see it as a tradeoff between usability and SEO-friendliness, but I'm wondering if anyone has any thoughts on it. I've considered doing something where the first click would perform a page refresh but subsequent calls would fall back onto the AJAX functionality but that seems a bit silly. |
|