We had an interesting request for customisation of URL structure come into the team that we developer a solution for for 15.4. You'll find it documented here but I thought it was useful to expand on the particular use case and how we used this feature to meet it in a blog post. The requirement came from SEO optimization, where there was an ask to have a particular URL structure, where the path segments for a given page were different based on whether it was a landing or detail page. To illustrate, they were looking to do something like this: Software /software Business Software /software/business-software HR Software /software/business/hr-software Payroll Software /software/business/hr/payroll-software Recruitment Software /software/business/hr/recruitment-software So taking the "HR Software" page, the URL segment would be "hr-software" when rendering the page itself. But for child page...
Nearly a year ago now, I started a series of blog posts looking to migrate a package to Umbraco 14. In hindsight, that was a little premature... both in terms of stability (platform) and ability (my skills with modern front-end). So whilst I made some progress, it was slow going and led to a few occasions of getting stuck. Then the day job called, and priority needed to be getting Umbraco's commercial products ready for Umbraco 14, for which we are almost there. I took a recent "cycle hack" at work to see if I could go back to the personal package, and, based on what I've learnt, get that released for Umbraco 14. Which I've now done. You can find the release candidate for the "Personalisation Groups" package here on NuGet . Am pleased to say it was a lot quicker and easier to make progress coming back to it now. Whilst the package isn't particularly complicated compared to some others in the Umbraco community, it's probably at a useful s...