| View previous topic :: View next topic |
| Author |
Message |
hestedama
Joined: 27 Dec 2006 Posts: 4
|
Posted: Thu Dec 28, 2006 1:46 am Post subject: Page info from database friendly to google? |
|
|
Hi everyone, and to you Rosalind, Great book of yours.
I'm a bit into google ranking atm, and I wonder if I make my site showing its content from a mysql database (with help from PHP) will the google bot still be able to find the text? Or does google not like php scripts and databases?
Cheers
Hestedama |
|
| Back to top |
|
 |
Jim Hutchinson Moderator
Joined: 17 Jan 2006 Posts: 410 Location: Iowa, USA
|
Posted: Thu Dec 28, 2006 4:44 am Post subject: |
|
|
Googlebot and all the other search engine bots will see your text even if it comes from a database. That is because they fetch/request the pages similar to the way we do and only see the "processed" data.
The difference is that the bots do not read JavaScripts, frames (except the NOFRAMES sections), iframes or flash. Even though I have not yet seen the PHP extension on the official files types list at Google, I have had no trouble submitting those pages and getting them ranked high.
Hope that helps.
Jim |
|
| Back to top |
|
 |
hestedama
Joined: 27 Dec 2006 Posts: 4
|
Posted: Thu Dec 28, 2006 2:25 pm Post subject: |
|
|
| Thanks Jim, that was exactly what I was hoping for. Using databases makes things much easier. Cheers |
|
| Back to top |
|
 |
Jim Hutchinson Moderator
Joined: 17 Jan 2006 Posts: 410 Location: Iowa, USA
|
Posted: Thu Dec 28, 2006 3:57 pm Post subject: |
|
|
Database make a lot of things easier. Think of where the articles in blogs are stored - databases. Yet the search engines practically trip over each other to get there and index your articles. Same with content management systems (CMS) where the entire site is driven by databases.
So code to your heart's content. Let me know if you want any help. PHP scripting and MySQL databases are my playground.
Jim |
|
| Back to top |
|
 |
|