Categories

Featured templates

Joomla 3.x. How to remove “generator” meta tag

Andre Flores September 8, 2016
Rating: 5.0/5. From 3 votes.
Please wait...

This tutorial will show you how to remove a “generator” meta tag in Joomla 3.x.

  1. You can see the “generator” meta tag using web inspector. To do this, please, right click on the page and choose “Inspect Element”.

    Joomla-3.x.-How-to-remove-generator-meta-tag-1
  2. Here you can find a “generator” meta tag.

    Joomla-3.x.-How-to-remove-generator-meta-tag-2
  3. In order to remove it, please, log into your hosting Cpanel or FTP. Please, navigate to templates/themeXXX directory. You need to download index.php file to your computer and open it.

  4. You need to put the code that removes “generator” meta tag between second line and the closing ?> tag:

    $document = &JFactory::getDocument();
    $document->setGenerator('');
  5. Save the file and upload it to templates/themeXXX directory.

  6. You will see that “generator” meta tag has been removed.

    Joomla-3.x.-How-to-remove-generator-meta-tag-6

This is the end of the tutorial. Now you know how to remove “generator” meta tag in Joomla 3.x.

If you need more templates, look through our large scale of Joomla themes!

Feel free to check the detailed video tutorial below:

Joomla 3.x. How to remove “generator” meta tag
Responsive Joomla themes
This entry was posted in Joomla! Tutorials and tagged generator, Joomla3, meta tag. Bookmark the permalink.

Submit a ticket

If you are still unable to find a sufficient tutorial regarding your issue please use the following link to submit a request to our technical support team. We'll provide you with our help and assistance within next 24 hours: Submit a ticket