---
title: "Deprecation: #85678 - $GLOBALS['TSFE']->altPageTitle"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:deprecation-85678"
source: "Changelog/9.4/Deprecation-85678-TsfeAltPageTitle.rst"
typo3-version: "9.4"
typo3-major: 9
type: "deprecation"
issue: 85678
forge: "https://forge.typo3.org/issues/85678"
tags: ["TypoScript", "NotScanned"]
rendered: "2026-09-19T12:12:50+00:00"
---

# Deprecation: #85678 - $GLOBALS\['TSFE'\]->altPageTitle {#deprecation-85678}

See [forge#85678](https://forge.typo3.org/issues/85678)

## Description {#description}

The PHP property `$GLOBALS['TSFE']->altPageTitle` has been marked as deprecated and will be removed with TYPO3 v10.

## Impact {#impact}

Installations using this property will trigger a PHP `E_USER_DEPRECATED` error.

## Affected Installations {#affected-installations}

Instances using the property.

## Migration {#migration}

Please use the new PageTitle API to alter the title tag.
