Joomla produces some meta tags by default. One of them is “generator” tag. You can see the code by opening Page Source in your Browser. This is the line we want to get rid of:

Removing the code
We will remove this code by commenting out a line in file called frontend.php. It`s located in includes folder. If you have a local Joomla installation just edit the file, if your files are online, use FTP Client to download and then upload the file.
All you have to do is open file frontend.php and find the line called
$mainframe->addMetaTag( ‘Generator’, $_VERSION->PRODUCT . ” - ” . $_VERSION->COPYRIGHT);
when you locate, it put // before this line.
Save the file, and refresh your site. The line should now be gone.
Blogsphere: TechnoratiFeedsterBloglines
Bookmark: Del.icio.usSpurlFurlSimpyBlinkDigg
RSS feed for comments on this post | TrackBack URI for this post








