So, I am doing the same as Facebook, every time person reaches a bottom, he gets new posts via ajax. But what about SEO? It will be just one page and I am sure Google likes when site has lots of pages. What should I do?
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.
Obviously, Google-bot won’t be scrolling to get more content, so you need to provide it some way of indexing it.
What you should probably do is use graceful degradation so that if JS is disabled, pagination is provided to access more posts.