Override Page Name
To override the default page name that shows on a clients browser place the following Javascript code at the bottom of your template.
<script>
document.title = “Your title here”;
</script>
To override the default page name that shows on a clients browser place the following Javascript code at the bottom of your template.
<script>
document.title = “Your title here”;
</script>