If you wan to give your Joomla better SEO, change the titles to H1.
Go to components > com_content > content.html.php around line 620 and change
The first row we need to change has a closing a tag at the end, for some reason WP doesn’t show it here in the code so i dropped the <
title;?>/a>
to
title;?>
/a>
After that there's another one
title;?>
to
title;?>











Sorry, our Joomla tips are for Joomla 1.0.15 as opposed to Joomla 1.5 which has a different structure.
The file “content.html.php” doesn’t exist at least in the current Joomla 1.5.9 installation.
Any alternatives?