Currently cloning a program gets you 50% of the way to a clean URL. If the program was properly created, then the landing page URL will be clean when you clone it. ie ProgramName_PageName.html
However, if you edit the Program Name or the Landing Page name. And THEN clone the program. You will get an amalgamation of the two program names in the cloned landing page's URL. ie ProgramName1_ProgramName2_PageName.html
This looks really ugly, so when someone's messed up the program by changing it's name or it's landing page's name. I then have to go through and clean up each URL.
Suggestion: When Cloning a program, ignore the previous Landing Page URLs and make clean fresh URLs with ProgramName_PageName.html schema.
Examples:
Clean Name:
/CaseStudyCarglassUS_1RegistrationPage.html |
Dirty Name:
/ProductInfoPlanonAppsPSA_ProductLiteraturePlanonAcceleratorPSA_ProductLiteratureAssetSpecificLandingPage_Registration.html |