I've been working for a few months now on a site which has the
potential to grow pretty big. The site is completely database driven
to make it easy for content submission and management. To start thing
out it uses a basic PHP page with a query string to reference content.
The content is in a tree structure, but although you may be several
levels deep in the tree the URL will still be a top level page with a
single query string parameter.
With some playing around with mod_rewrite, I have it figured out how to
redo the tree so that it looks like a nested static URL. For basic
content browsing this will look nicer, but the URLs have the potential
to get rather long.
As an example, here are two ways of getting to the same content:
Dynamic -> /beach.php?id=2
Static -> /World/USA/Florida/South_Beach.html
How are search engines behaving these days towards deep nested URLs?
In the above example, the dynamic page always shows as top level. On
the other hand, the static URL is four levels deep. On the gripping
hand, the static URL shows some very good keywords as part of the URL.
Has anyone else who has tried a conversion like this seen any notable
results one way or the other with the search engines?
Thanks for any feedback.
Beach Comber
http://worldbeachlist.com/