Forum Moderators: coopster & phranque

Message Too Old, No Replies

Spiderable Includes from one server to another?

         

stcrim

2:47 am on Mar 12, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



You can include content with SSI that search engine spiders can and do index. But is there a way to pull content from one server to another using a script (or some type of program) that can be read by the search engines?

This would effectively offer the ability to update the content without having direct access to the site where the content is being served.

Any thoughts?
-s-

SeanW

2:52 am on Mar 12, 2005 (gmt 0)

10+ Year Member



Some LWP::Simple code would let you output the contents of another web page... You'd want to cache it locally or something since performance won't be great.

Or if you want to use PHP I think their file open function will accept a url and return the results of that query.

Sean