I recently saw some online discussion asking about how to manage the issue of the URL changing for google app script code deployments. There is a really simple way of resolving this using google sites. I've described how to do it below. First, create the google app script app, as you would any app, deploy the app as a Web app and you'll soon have the lengthy, difficult to remember and generally not that nice URL in the address bar. This little app, records your name and displays it once submitted. Perfect for this example. Then, head on over to google sites via sites.new Click the 'Embed' option on any page Click the 'Embed' option on any page In the 'Embed from the web' pop up, paste in the URL for the app script web app and click 'insert. You'll then see your web app displayed on the page Click the 'Embed' option on any page Once it displays, resize it as required. Then click 'Publish' Enter a suitable web site name if you...