This is a discussion on "Are there SEO problems with a db generated page?" within the Search Engine Optimization (SEO) section. This forum, and the thread "Are there SEO problems with a db generated page? are both part of the Promote Your Website category.
|
|
|
|
|
![]() |
||
Are there SEO problems with a db generated page?
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
||||
|
Are there SEO problems with a db generated page?
For best efficiency, I want to set up a section like this.
An html index would link to pages using a GET type variable, e.g.
My concern is whether spiders will see the variables and, much more worrisome, will see the text for full effect. The <h1> tags for example would receive critical keywords from the database ($row[3]), in this example "Copper". The text, also downloaded from the db ($row[4]), will also have the important key words -- not forced, just because it's the honest content that I want people to find. The example code is a skeleton, and there are provisions for keywords in the <head>, <title>, graphic alts, etc. -- although these would ideally come from a db. |
|
|
|
||||
|
Re: Are there SEO problems with a db generated page?
Oh yes, what I'd really like to do, of course, is generate the initial link as well. If I put "foo" as a database field, all I'd have to do is loop through a query to generate an automatic link to every article in the database. E.g.
|
|
||||
|
Re: Are there SEO problems with a db generated page?
I don't understand what you mean by "not important". All the content on the applicable pages would be generated from the query. And for getting people into the site, these pages are (in my mind) quite important, since they pages where the real work is done are basically just forms.
I have a unique machine that will search a sizable database of food for a nutrient like calcium or fiber or (cough) theaflavin-3, 3'-digallate. :snack: I'd like to attract someone who, say, want to get more Vitamin D in their diet, but with 60-70 different nutrients, there's only so much I can put on each search page. The site needs a page with a thorough explanation of each nutrient anyway (what is it, what does it do, how much do people need, where do you get it, is it toxic at higher dosage, yada yada yada) but I certainly would like these pages to feed into the search engine, while I'm at it. I've just started work on a template, populated by "copper", if anyone's interested in seeing it. http://www.dhreport.com/interactive_...t_template.php Also, I'm not sure what you mean by "meaningful". Do you mean a query link is better if it contains a fulltext term, e.g. "about.php?id=copper" would be more meaningful than "about.php?id=cu"? Thanks for the help, even if I don't understand what you said http://www.dhreport.com/interactive_...h_nutrient.php |
|
|||
|
Re: Are there SEO problems with a db generated page?
Yes, But this problem can be resolve by using mod_rewrite rules and htaccess files. What a mod rewrite rule will let you do is make your dynamic links static here is an example
Normal Dynamic url link <http://www.yourexampleurl.com?id=requestid> Mod_rewrite Url link <http://www.yourexampleurl.com/requestid/> Using mod rewrite rules will make your site more user friendly also note that your web host must support htaccess files. Most Linux host support htaccess files if you have the right plan. you can find out more about mode rewrite rule here http://httpd.apache.org/docs/1.3/mod/mod_rewrite.html http://optimize.uwantads.com |
![]() |
| Tags |
| database, get, mysql, php, seo |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Current page problems | unitedcraig | Web Page Design | 3 | Jun 10th, 2008 20:44 |
| Help: display problems with flash and dhtml on same page | watchinthegame | JavaScript Forum | 1 | Mar 5th, 2008 02:14 |
| Help: display problems with flash and dhtml on same page | watchinthegame | Web Page Design | 0 | Mar 4th, 2008 21:49 |
| Page loading problems | weeziecat | Web Page Design | 8 | Oct 5th, 2006 17:43 |
| Problem opening page in dynamically generated iframe | Malkalypse | JavaScript Forum | 3 | Jun 20th, 2005 20:38 |