The Joomla! Extensions Directory ™


STags Component

Super Tags is Joomla 1.5 native MVC component which allows you add huge list of keywords or key phrase, the only limit is your database size.
Using Joomla! default search component to search articles that contain the keywords or key phrase, easy to modify to use with Virtuemart search.
Best for long tail key phrases by manually add all related key phrases to your site. Checkout the demo site for our million key phrases tags list.

*2010 Nov 12 - rearrange the display style, indexing mysql data for better performance.

Installation - install as regular component, create a MENU link to the component to display the tags list. Bulk update/add the tags via mysql insert to create really huge block of tags list.

Example mysql insert :
INSERT INTO `jos_stags` (`id`, `stags`) VALUES
('', 'key phrase 1'),
('', 'key phrase 2');

Report