: SEO for a website where data comes from API after few seconds I've created a website which is fully implemented on Angular and Webservice based but I've few doubts that site HTML is loaded
I've created a website which is fully implemented on Angular and Webservice based but I've few doubts that site HTML is loaded immediately but its data comes from Angular Ajax call so it takes few seconds and when google bots visit it they might not get data so is there any issue with SEO or something I've some doubt on it.
More posts by @Rambettina238
1 Comments
Sorted by latest first Latest Oldest Best
The problem with this setup is that two requests are made to the server. One to load the initial HTML and one to load the actual data through AJAX. This alone can be enough to create a negative impact on SEO especially if all of the required content to be presented on the screen requires AJAX.
Also you mentioned your site takes a few seconds to load. This is also bad for SEO. If I'm not mistaken, people generally go away from a website if it takes longer than about 2 seconds to load, and anything that takes over 1.5 seconds to load is considered "slow" by google.
If you must use your setup, then at least have most of the content you want users to read loaded and ready before the AJAX code is executed.
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.