humeniuk has suggest pretty good comments. I just wanna summarize as that you could use Mod_rewrite to rewrite the dynamic page to be appeared as a static page. This way, you don't have to create another function as displayProduct.
However, if you still prefer to go with the new function, it is best to make it static page. Once again, it can be done using mod_rewrite.
Main Topics
Browse All Topics





by: humeniukPosted on 2007-02-11 at 18:36:41ID: 18512412
Dynamic pages are no problem. SE's read the html that is output by the server, not the PHP (or whatever) scripting on the server. Take a look at the source of your page when viewed in a browser. This is what the SE's will see.
mething=th is&other=t hat tend to not perform well. You especially don't want to use ' id= ' as a variable. These pages will have a very hard time getting indexed.
hp (for example). How to do this? You can use a URL rewriting tool like Apache's mod_rewrite module or if you are hosting on Windows, you can use a third-party tool like ISAPIrewrite.
php. This will give you a good grasp of SEO fundamentals that apply to static and dynamic pages alike. If any questions arise, well ... that's what EE is for.
If you want your product pages to be indexed, they need to be optimized like any other page. It is also critical that you your on-site navigation allows the SE's to access all of your pages. Good text-link navigation is a must. A sitemap is a good idea, too.
In most cases with dynamic sites, it is also a good idea to simplify your URL's. Something like www.domain.com/page.php?so
You are better off with something like www.domain.com/this-that.p
"I am planning on storing all meta information in the database relating to each product also."
What do you mean by meta information. Is that a reference to meta-tags? If so, you should know that meta tags have not been a ranking factor for any major search engine for many years.
My advice would be to take the time to properly review the SEO tutorial at www.seo-blog.com/tutorial.