Breadcrumbs
Home / Removing The “Generator” Tag in JoomlaRemoving The “Generator” Tag in Joomla
Inside the source code on every page generated by Joomla is the “Generator” tag that calls out that the page is being generated by Joomla. This tag can be used by spiders to identify your website as Joomla-driven and possibly be a target for an attack by hackers who try to take down Joomla sites.
You may have other reasons for keeping the fact that your site is built in Joomla hidden. Either way, it’s pretty easy to remove the generator tag from the source code and this video explains in detail how to do it.
Skill Level: Intermediate
PDF class sheet: Removing The “Generator” Tag class sheet
If you are having problems viewing this video tutorial by clicking on the image above, click here.
Related Video Tutorials:
- Removing The Title From The Home Page In Joomla
- Removing “Welcome To The Frontpage” In Joomla
- Removing PDF, Email and Print Icons in Joomla
Tags: free access, intermediate, security, tags
4 Comments
Get FREE Joomla Tutorials Every Week!
Recent Video Tutorials
- Adding Favicon.ico To Your Joomla Website
- Password Protecting the Joomla Administration Directory
- Restricting Authors To Their Own Articles In Joomla
- How To Back Up Your Files And Database In Joomla
- Adding Google AdSense Ads To Joomla
- How To Create A Back Button In Joomla
- Creating A Blog With Joomla
- Changing User Settings In Joomla
- Finding Available Module Positions In Joomla
- Creating Search Engine Friendly URLs in Joomla
- How to Allow Visitors To Register In Joomla
- Linking to Published Articles In Joomla
- Importing Google Gadgets Into Joomla
- Removing The “Generator” Tag in Joomla
- Creating Good Meta Tags In Articles In Joomla
You can of course be even funkier and change the generator tag to anything you want instead of just removing it.
$this->setGenerator(‘Drupal’)
or
$this->setGenerator(‘Wordpress’)
[...] Removing The “Generator” Tag in Joomla [...]
You could also use a plugin for this.
http://extensions.joomla.org/extensions/site-management/credits/10496
Then when you switch templates, you don’t have to put in this code again
I had been just looking for useful web site content for my project homework and I happened to land upon yours. Thanks for the helpful information!