PDA

View Full Version : Dynamic Content using php


castlelady
04-04-2008, 09:34 AM
I have someone working on a new site and they want to use dynamic php - which creates weird url page names (? page=). I'm wondering if there's a work around for this?

Also, is the dynamic generated content okay for seo?

TimuM
04-17-2008, 09:51 AM
What web server do you use ? If it is apache you can use mod rewrite to make those URLs SEO friendly like /realestate/newyork.htm etc etc.. for IIS there are some paid rewrite modules out there.............

itrends
04-17-2008, 12:59 PM
Try BrokerExec. It allows you to create "search engine friendly" web sites and it's free. Using ?= type queries will not help nearly as much as having URLs that look like they're actual HTML pages.

castlelady
04-17-2008, 07:24 PM
Thanks so much for the mod rewrite suggestion. I received the same idea on another forum - so it's definitely helpful to hear it again. I guess that means it must mean it's a somewhat common practice? I spoke to my webmaster and he's able to do this on the new site so it should work out okay now.

home
05-14-2008, 12:02 AM
if your website is purpose to market.. please have a site that is Search Engine friendly to be more visible on prospected client.

Tim Bradbury
07-19-2008, 12:37 PM
You will need to have your developer code a rewrite program that uses .htaccess to 'rewrite' the dynamic urls into .html pages. Also, it does not matter which extension is used; .php or .html have the same weight. Also, I'd stay away from services such as BrokerExec as they use the same system for everyone minus a few keyword changes based on your account/website name. The codebase stays the same and Google will count that against you as 'duplicate content'. Trust an expert who's been doing this for eight years.

jvcus17
07-21-2008, 04:51 AM
well im not sure if a SEO can handle this, actually you need to consult to your programmer..and they are the ones who do this for you..