Jump to content

[SOLVED] Google reading PHP generated pages...


sd9sd

Recommended Posts

Hi,

 

The pages of youtube, for example, are generated by a script, right? either ajax, asp or php.

 

My question is, that even though the page is generated dynamically, how does google find the content?

 

Is there a way to make a dynamically generated page search engine detectable?

 

thanks

In wikipedia, there was a mention of a web crawler slowing a site by crawling it. Could it be that they crawl a page when a person is viewing a page? That way they can read dynamically generated content, right? Could that also be the way spam bots get email id's from pages?

Yes, so can we say that when the HTML shows up on the browser, the search engine crawler caches it?

If the above theory holds good, then we needn't be bothered about the browser generating content dynamically, right? Coz the search engine will cache it at sometime or the other?

Yes, so can we say that when the HTML shows up on the browser, the search engine crawler caches it?

If the above theory holds good, then we needn't be bothered about the browser generating content dynamically, right? Coz the search engine will cache it at sometime or the other?

 

you can say that about code that is generated on the server and sent to the browser. you can't say that about dynamic browser-side code that writes to the browser window, for example javascript/ajax or vbscript.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.