Is infinite scrolling bad for SEO since the content is loaded via javascript and not part of the initial HTML? Should that be a concern at all? What’s the best practice for that?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you’re following best practices and gracefully degrading for browsers and bots that don’t use JavaScript, your page should be fine.
In the case of infinite scrolling, you should have normal HTML link elements which go to a page with the next content. By having these links, googlebot or other web crawlers can find your additional content even if they aren’t able to observe the infinite scrolling feature on the page.