• I have a web server set up that is backed by both WordPress and Drupal. Any paths that begin with “/programs-courses/” are redirected to the Drupal server. The end user doesn’t know that this is actually a separate webserver to handle these requests.

    The problem is that the search index only contains the WordPress pages. Is there a way to have the search engine crawl these paths as well and add them to the index? If not are there any WP plugins that can do this?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Epsiloncool

    (@epsiloncool)

    Hi @rolpen

    It’s tricky but possible to implement. First of all, WPFTS Pro works with a database, not HTML output. Another thing – your Drupal records should be linked somehow with WP posts. There can be dummy posts with links to Drupal records, for example.

    Could you send me some more details about your implementation? Is it possible to get Drupal database in the WP code?

    Thanks.

    Thread Starter rolpen

    (@rolpen)

    We have links on our WordPress side that link to Drupal pages. We don’t have any dummy posts.

    No currently the WP server does not have access to the Drupal DB as this is on a separate host.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘External Website Index’ is closed to new replies.