customize browser tab title

Here is the code we use in our org for view case.

<apex:page standardController="Case" tabStyle="Case" title="{!$ObjectType&#46;Case&#46;label}: {!Case&#46;CaseNumber}" extensions="skuid&#46;Redirects" action="{!IF(canUseSkuid,'',redirect)}" sidebar="false" readOnly="true" docType="html-5&#46;0"> <skuid:page objecttype="Case" actiontype="View"/> </apex:page>