Quote:
Originally Posted by meetinchat
It depends on how you use it. My site is ranked #295k on Alexa and has 99 as score on google Pagespeed insights.
The application is enough light to be loaded according with the SEO standards and its less than 3 Mb.
The client framework help a lot to distribute the load and I can run on a cheap server a complex application with 5k users per day
|
There definitely can be a lot of problems being caused by dynamic loading all content (or lazy loading) through AJAX calls, which Angular does, and which might cause issues with Google spiders not being able to read the content.
Things like loading dynamic content inside modals using AJAX calls, infinite scroll and lazy loading images, when done wrong, might not be visible to crawlers.