|
|
|
Used vue.js with laravel and my site is not SEO friendly anymore
|
|
3 points
by etattva
2791 days ago
|
|
I implemented vue.js on my site for pagination and filter. Now I realize that the page loads with filters and the data is fetched via AJAX. Do a view source and AJAX content is not displayed. This affects the site indexing and ability to rank.
I do not want to go for SSR. What could be my options here?
Should I ditch vue.js? |
|
If you want good SEO ditch SPA. If you want SPA and SEO you must have both - client-side rendering and server-side rendering.