Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

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.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9245643
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T09:18:39+00:00 2026-06-18T09:18:39+00:00

Possible Duplicate: Does Google crawl AJAX content? So I have a forum – the

  • 0

Possible Duplicate:
Does Google crawl AJAX content?

So I have a forum – the link is of the following URL format
COURSE PAGE – http://www.example.com/course/course-feed/course_id/1

Now this page has a bunch of questions and each question is a link which upon clicking takes you the to question detailed page which shows all the answers to that question –

example format of the detailed question page url
QUESTION PAGE – http://www.example.com/course/question-feed/course_question_id/636

So if I have 5000 questions, I have 5000 question pages with answers.

Now my question is the COURSE PAGE, obviously does not display all the 5000 questions. Rather it display 50 question links and has a “MORE” button at the bottom.

When the user clicks “MORE” – the next 50 questions are fetched through a JQUERY call and displayed below. Now when this operation happens – the URL obviously does not change.

When I recently looked at how many of pages got indexed in Google – its only the first 50 question pages because the indexed COURSE PAGE shows only 50 question links.

My question is how to get the crawler to go through all the “MORE” links and index all the 5000 pages.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-18T09:18:41+00:00Added an answer on June 18, 2026 at 9:18 am

    Short answer: It doesn’t.

    Long answer: If your content is only accessable via javascript calls, and with no fallbacks, Google is not indexing it. Without seeing the page, I would presume that the link normally links to something along the lines of http://example.com/questions.php?page=2, which is processed by the back end. You could then override the link with some JQuery:

    <a href="/questions.php?page=2" class='nextPage'>
    
    <script>
        $('a.nextPage').click(function(){
            e.preventDefault();
            $.ajax(/*etc*/)
        })
    </script>
    

    This is just yet another in a long list of reasons to always degrade gracefully.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Possible Duplicate: jQuery.ajax fails when url is from different server I have a code
Possible Duplicate: How does the Google Did you mean? Algorithm work? Suppose you have
Possible Duplicate: Why does the background of TextView change it's size? I have a
Possible Duplicate: How does this work? Weird Towers of Hanoi Solution While surfing Google,
Possible Duplicate: What does jQuery.fn mean? I have some script on a page trying
Possible Duplicate: How does Facebook Sharer select Images? i have a blog with some
Possible Duplicate: Does std::list::remove method call destructor of each removed element? I have a
Possible Duplicate: What does javascript:void(0) mean? I am checking many sites and I have
Possible Duplicate: Does Google ignores whatever is after the hash fragment (#) while crawling
Possible Duplicate: How does Google Instant work? Often we use Google to search any

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.