Changing a Page Title Tag


Using simple Javascript, Admins can change the name of the page title tag in your System or Initiative.

  • You can add the following to a Text / HTML widget on your Site(s) where you want the title tag to update.

<script>
document.title = 'My new title here';
</script>

Was this article helpful?
0 out of 0 found this helpful
Have more questions? Submit a request

Comments