You have to understand how search engine crawlers work. They load a page,
index it. In the process they look for links ("A" tag) in the page. Then they
proceed to load each linked page and they repeat the process. It does not
matter *Where* your content is coming from. Hope that helps.
-- Peter
Site: http://www.eggheadcafe.com
UnBlog: http://petesbloggerama.blogspot.com
Short Urls & more: http://ittyurl.net
> Thanks for the reply. I am talking about the data coming from database, on
> the fly, I am still not clear how a search engine would crawl it while the
[quoted text clipped - 16 lines]
> > another - exceptions obviously include things like Flash etc, but this
> > doesn't apply in your case...
Thanks Peter. I think it is getting more clear but just to make sure I do not
miss anything; The data grid has the data shown to a user base on criteria in
page_load in code behind, let’s say search engine somehow crawled this page
successfully at that specific time while page is loaded just because somebody
has access that page. When the user close the page, input criteria is lost,
data is not available anymore on the screen. Now are we saying that since
search engine has crawled this page it will be able to include that page into
other people’s search result? If yes, the search engine should be keeping
those data somewhere, where would that be?
> You have to understand how search engine crawlers work. They load a page,
> index it. In the process they look for links ("A" tag) in the page. Then they
[quoted text clipped - 25 lines]
> > > another - exceptions obviously include things like Flash etc, but this
> > > doesn't apply in your case...
ThatsIT.net.au - 13 Mar 2008 15:00 GMT
> Thanks Peter. I think it is getting more clear but just to make sure I do
> not
[quoted text clipped - 11 lines]
> other people’s search result? If yes, the search engine should be keeping
> those data somewhere, where would that be?
The crawler will load the page as if it is a client, it will simply follow a
URL. what ever loads no mater where it comes from will be indexed. It does
no matter what users are using the page at the time. the crawler is the
user, how it loads when the crawler follows the links is what will be
indexed
>> You have to understand how search engine crawlers work. They load a page,
>> index it. In the process they look for links ("A" tag) in the page. Then
[quoted text clipped - 33 lines]
>> > > this
>> > > doesn't apply in your case...