Hi, I'm completely new to Umbraco. We are upgrading from 4.7 to the latest version and looking to see what enhanced functionality, if any, come with the upgrade as it pertains to setting document title tags. We'd like the ability to change the title without changing the URL of a given page.
Is this functionality available in the current version? If not, what is the best way to do this?
This is available in all versions of Umbraco. You can modify the document type yourself. Add a new Text property to the document type you want to have the Title property on and use that property in your template.
I think the video's how to achieve this are free on umbraco.tv.
Make a unique title separate from the URL
Hi, I'm completely new to Umbraco. We are upgrading from 4.7 to the latest version and looking to see what enhanced functionality, if any, come with the upgrade as it pertains to setting document title tags. We'd like the ability to change the title without changing the URL of a given page.
Is this functionality available in the current version? If not, what is the best way to do this?
Thank you in advance!
Hi,
This is available in all versions of Umbraco. You can modify the document type yourself. Add a new Text property to the document type you want to have the Title property on and use that property in your template.
I think the video's how to achieve this are free on umbraco.tv.
Hope this helps,
Richard
is working on a reply...