Collections and Domain Structure

Hi Guys,

I’ve hit a brick wall with a project for a client.

The client offers a number of ‘Services’ - which I’ve created a collection for. The domain structure for Investment Planning service for example is: www.[clientwebsite].co.uk/services/investment-planning.

However, there are then essentially ‘sub services’ for each of these services. So the site structure I need to achieve is something like: www.[clientwebsite].co.uk/services/investment-planning/investing-for-income

How do I achieve this? I need to keep the main service in the domain ‘investment-planning’ but also need to then tag on the ‘/investing-for-income’.

Any ideas? Probably haven’t explained myself very well!