Skip to main content
Participant
May 11, 2007
Question

How to create search-friendly URL's?

  • May 11, 2007
  • 2 replies
  • 324 views
How do I create search-friendly URL's for dynamic pages instead of building individual static pages? The following is for a real estate website. A list of featured properties is generated from a database. The list links to a detail page where specific property information is pulled from the database. The current URL is shown below along with what I'd like to create. I've seen this technique used on other sites, especially ecommerce sites.

Current URL: http://www.trust-in-justin.com/featured2.asp?propid=2557481

Search-friendly URL: http://www.trust-in-justin.com/scottsdale-home-for-sale-4538-sq-ft.asp
This topic has been closed for replies.

2 replies

Inspiring
May 12, 2007
Have a search on Google for 'ISAPI Filter'. It's worth noting though, that
it's highly unlikely that Hosts will install these filters for you.

--
Jules
http://www.charon.co.uk/charoncart
Charon Cart 3
Shopping Cart Extension for Dreamweaver MX/MX 2004


"Gary Block" <webforumsuser@macromedia.com> wrote in message
news:f232n9$8qh$1@forums.macromedia.com...
> It appears I need to re-write the URL's using ISAPI (because the pages are
> asp). If anyone has a tutorial or other information on doing this, please
> let me know.
>
>


Participant
May 12, 2007
It appears I need to re-write the URL's using ISAPI (because the pages are asp). If anyone has a tutorial or other information on doing this, please let me know.