Joomla Unique Homepage Header Title
<?php
if ( $my->id ) {
initEditor();
}
?>
<?php
if ( $_SERVER['REQUEST_URI'] == “/” ) {
?>
<title>PE teacher jobs, PE teaching Vacancies, Physical Education and Sports Teaching Vacancy</title>
<meta name=”description” content=”Recruitment agency for PE teacher jobs to find jobs and Schools to fill Physical Education vacancies. Supply and permanent jobs we also offer, PE teaching jobs, PE Jobs, PE Vacancies, Physical Education Job and Sports Teaching Vacancy” />
<meta name=”keywords” content=”PE teacher jobs, PE teaching jobs, PE Jobs, PE Vacancies, Physical Education Job, Sports Teaching Vacancy” />
<meta name=”robots” content=”index, follow” />
<base href=”http://www.perecruitment.co.uk/” />
<?php } else { ?>
<?php mosShowHead(); ?>
<?php } ?>
I haveĀ created a small guide to generate unique homepage title. If you locate your template index.php file and implement the below text in the text then you will be able to have a unique homepage meta details.

<?php
if ( $my->id ) {
initEditor();
}
?>
<?php
if ( $_SERVER['REQUEST_URI'] == “/” ) {
?>
<title>The title</title>
<meta name=”description” content=”The Description” />
<meta name=”keywords” content=”keywords, keywords” />
<meta name=”robots” content=”index, follow” />
<?php } else { ?>
<?php mosShowHead(); ?>
<?php } ?>
If you have any problems just give me a shout.






