|
Page 1 of 4 Main features
This module gives you more control on TITLE, DESCRIPTION, KEYWORDS and ROBOTS head meta tags. It can also be used as a general purpose insert/replace tool, as it has the ability to replace any text, html, javascript found in a page by another piece of text, html, javascript.
Because it is a module, you can set it to make its work on some pages only, or with page-related parameters. A big advantage is that it does not require any hacking of the core or components code.
Features:
-
automatically rewrite (meaning overwrite whatever tags were already set by Joomla) TITLE, DESCRIPTION, KEYWORDS and ROBOTS. It has a plugin system, so that you can make your own little tags if you know how to PHP. If no plugin is available for the current page, then tags are left untouched (which means regular content item are not modified, as I have not (yet) done a com_content plugin
- comes with a VIRTUEMART (tested with 1.0.10) plugin, that'll build up title, description and keywords based on your store products
- if you can't program in PHP, there is still hope : you can also manually setup a list of tags per url. That is you simply type in a text file something like (you can have as many as you like of these) :
URL = index.php?option=com_content&id=3&Itemid=12
Title = 'My own little hand-made title'
Description = 'Such a neat description'
keywords = 'nice, keywords, for my page'
robots='index,follow'
The module will check that file and replace tags if URL matches with current page
-
compatible with Joomfish , so that these title/description/keywords will be translated if you have setup Virtuemart in a multi-lingual way.
- will remove Generator = Joomla META (optional, set through backend)
-
will put <h1> tags around your content element title (optional, set through backend)
General purpose insert/replace tool
- type text to be inserted in head section of page, like link to a javascript or css file. This allows XHTML validation. Also the javascript or css is only linked on those pages that requires it, contrary to what a system mambot would do
- replace any text with some other text. Works on content item, or other modules. You can use it to REMOVE some content you don't like in the standard output of a module or component
- replace using a regexp. Works on content item, or other modules. I am no great regexp expert, but I have used this to remove the Create account link on the login module while keeping the rest (I needed to allow account creation for Virtuemart, but did not want normal users to create accounts).
|