Note that there are some explanatory texts on larger screens.

plurals
  1. POHow to have unique URLs for a single dynamic page?
    primarykey
    data
    text
    <p>I think my question may be worded incorrectly but heres what I want to do (for SEO purposes).</p> <p>I have a page that gives a logo and description of a brand e.g. Volvo. I want to use this same page as a template for all manufacturers but just change a few words around to customize it for each manufacturer accordingly. So in the URL I pass it a variable of the manufacturer e.g. "www.example.com/cars.cfm?manufacturer=BMW" and it will show a page that gives information about BMW.</p> <p>The problem is that for each manufacturer the information is still showing up as the same page "cars.cfm" in the address bar but really I want it to go to a URL like "www.example.com/manufacturers/volvo.cfm" so it appears as a unique page just for that brand. But at the same time I don't want to have to create a seperate CFM (or php/asp) page for each manufacturer.</p> <p>Is there a clever way to do this at all? I imagine its something to do with URL rewriting but not sure. I am using IIS 7.5.</p> <hr> <p>Creating numerous sub-folders for different car manufacturers is going to be very tedious. My site would also include other types of manufacturers for different products not just cars. I guess URL rewriting would be best but my idea was to have a different 'page' for each manufacturer so the SEO would be improved.</p> <p>Basically....</p> <pre><code>www.example.com/manufacturers/audi.cfm www.example.com/manufacturers/bmw.cfm www.example.com/manufactueres/volkswagen.cfm </code></pre> <p>But really I want the data on each of those pages to come from a database which contains unique data for each manufacturer such the logo image and history description.</p> <p>Here is an example of what I mean:</p> <pre><code>http://www.fivestarautocentre.co.uk &lt;-- go to bottom of that page and you can see links to various manufacturers </code></pre>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload