Use page claim set in backend

123
// This project uses the claim as page headline 
// and as description for its level three navigation 
echo '<a href="' .$NAVI->href() .'">' .$PAGE->claim(). '</a>';

Set page title

123
echo $PAGE->title(); 
echo '<br/>'; 
echo $PAGE->title("Dynamically set page title");
Developer's Guide // Beispiel: Meta-Daten ändern
Dynamically set page title

Dynamically set robots meta tag

123
echo $PAGE->robots(); 
echo '<br/>'; 
echo $PAGE->robots("all");
noindex, nofollow
all