Mobile app version of vmapp.org
Login or Join
Sherry384

: Ajax load more for search engine bots On my website I am only displaying 20 posts for visitors, when they scroll down it loads more. I want to know if will affect the ranking of my website

@Sherry384

Posted in: #Ajax #Seo

On my website I am only displaying 20 posts for visitors, when they scroll down it loads more. I want to know if will affect the ranking of my website in a negative way if I load, for example, 100 posts for search engines.

I am not worried much about the loading time as I am loading only text (really small posts). I would really appreciate any advice.

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Sherry384

1 Comments

Sorted by latest first Latest Oldest Best

 

@Pope3001725

The proper way to do this, because it is good accessibility, is to have your page load showing the 20 posts you normally show. Under it have a link to show more which takes you to a page showing more results. This makes your content available to everybody. No JavaScript required.

Then use JavaScript to remove the link to show more posts when the DOM loads but before the document displays. Then have your code add more posts as a user scrolls as normal.

Good accessibility/SEO and good user experience. Win-win.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme