- Locate your Joomla!/administrator/components/ folder. Delete the folder named com_rsseo.
- Connect to your MySQL database and remove all of the _rsseo tables. For example, if your Joomla! database prefix is "jos", remove all tables that start with jos_rsseo. For instance, use this SQL script: DROP TABLE `jos_rsseo_competitors`, `jos_rsseo_competitors_history`, `jos_rsseo_config`, `jos_rsseo_keywords`, `jos_rsseo_pages`, `jos_rsseo_redirects`
- Browse the _components table. Delete all records that have the value com_rsseo in the option column. For instance, use this SQL script: DELETE FROM `jos_components` WHERE `option`='com_rsseo'





