Jump to content

About search engines (google specifically) and database driven websites


jandrox_ox

Recommended Posts

When you have a database driven website with, how does google handle the pages that are loaded from the database? Lets say, for example, a catalog. It is really one page under "cat/index.php"  to which you then send what database to load from by appending it to the URL as "cat/index.php?table=34. When a google bot goes to that page it is going to go to "cat/index.php" so all the stuff that you have on the database is actually not going to be ranked!

 

What are ways of bypassing this. I was thinking of passing the table number this way "cat/tableNumber/" this way apache is going to go back to "cat" since it cannot find a folder called "tableNumber" and run the index.php in folder "cat". Then use a function that parses the URL to look for the table number (after the /) and get it to load from the database.

 

Will this way work? Do you guys have any recommendations? Links to any articles that talk about this (please don't google it right now and link some article which you don't know its quality of, link something you have read and find helpful). Thanks a lot.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.