diff --git a/Configuration/TCA/Overrides/pages.php b/Configuration/TCA/Overrides/pages.php
index e25c6a1b5fcd39be8d488ed9c093df92ebf38e28..81adb3e946c35e91e86435ec88787f02b7878252 100644
--- a/Configuration/TCA/Overrides/pages.php
+++ b/Configuration/TCA/Overrides/pages.php
@@ -327,7 +327,9 @@ call_user_func(
 		);
 
 		$GLOBALS['TCA'][$table]['palettes']['titleDescriptionAndHighlightFlag'] = [
-			'showitem' => 'subtitle;' . $localLangDbPath . $table . '.subtitle.inPalette,
+			'showitem' => 'title,
+			--linebreak--, slug,
+			--linebreak--, subtitle;' . $localLangDbPath . $table . '.subtitle.inPalette,
 			--linebreak--, description,
 			--linebreak--, tx_realurl_pathsegment, tx_realurl_exclude,
 			--linebreak--, tx_sgnews_highlighted, tx_sgnews_never_highlighted',