![]() |
|
Welcome to the Computer Webmaster Gaming Console Graphics Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
| |||||||
| Website Reviews And Website Questions Website reviews section for getting feedback on what your site is good for and not, as in style etc etc. Ask any other questions you might need help on. |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #1 | ||
| I operate a number of web sites currently consisting of individual html pages. I am considering moving to a CMS approach whereby content is held in a database and fed into page templates on demand. Can search engines succesfully index dynamic content pages of the form myurl.com/article.php?id=123 or is it necessary/better for each page to have a separate page url? | |||
|
| Advertisements |
| | #2 | ||
| On May 11, 12:38 am, "abracad_1...@yahoo.com" <abracad_1...@yahoo.com> wrote: > I operate a number of web sites currently consisting of individual > html pages. > > I am considering moving to a CMS approach whereby content is held in a > database and fed into page templates on demand. > > Can search engines succesfully index dynamic content pages of the form > myurl.com/article.php?id=123 or is it necessary/better for each page > to have a separate page url? Hi generalle speaking it is better to reduce the number of parameters in an URL. My experience is that two or three parameters do not harm. If you do have the possibility to move the parameters into the URL that might be better, for your example this could look like: myurl.com/article/123 which has to be transfered via mod_rewrite (Apache module) into / article.php?id=123 Regards | |||
|
| | #3 | ||
| On May 10, 4:38 pm, "abracad_1...@yahoo.com" <abracad_1...@yahoo.com> wrote: > I operate a number of web sites currently consisting of individual > html pages. > > I am considering moving to a CMS approach whereby content is held in a > database and fed into page templates on demand. > > Can search engines succesfully index dynamic content pages of the form > myurl.com/article.php?id=123 or is it necessary/better for each page > to have a separate page url? if id=123 stays stable it shouldn't be a problem. But if you drop or empty and reload the schema periodically, for what ever reason, and if that causes the page whose id once was id=123 to now become id=345, then you will have trouble. | |||
|
| | #4 | ||
| On 11 May 2007 12:42:22 -0700, Gene Yusnot <Sandy.Pittendrigh@gmail.com> wrote: > On May 10, 4:38 pm, "abracad_1...@yahoo.com" <abracad_1...@yahoo.com> > wrote: >> I operate a number of web sites currently consisting of individual >> html pages. >> >> I am considering moving to a CMS approach whereby content is held in a >> database and fed into page templates on demand. >> >> Can search engines succesfully index dynamic content pages of the form >> myurl.com/article.php?id=123 or is it necessary/better for each page >> to have a separate page url? > > if id=123 stays stable it shouldn't be a problem. > > But if you drop or empty and reload the schema periodically, for what > ever > reason, and if that causes the page whose id once was id=123 to now > become > id=345, then you will have trouble. > The best is to use URL rewriting and use more descriptive url's, e.g. instead of http://example.com/article.php?id=123 you would have http://example.com/article/get-out-o...ine-poker.html etc. That is more google friendly and more people friendly. i | |||
|
| Featured Websites | ||||
|
![]() |
| Tags: dynamic, engines, pages, search |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Dynamic Solutions for Dynamic URLs on Data Driven Sites | hirenseo | HTML | 4 | 07-31-2006 12:27 AM |
| Featured Websites | ||||
|