SimonTech Development
  • Contact Us
  • Request Quote
  • Consulting
      • Back
      • CMS Strategy
      • Custom Development
      • Server Management
      • Integrated Automation
  • Development & Design
      • Back
      • Joomla CMS
      • WordPress CMS
      • Custom Application Development
      • Marketing Automation
  • Website Maintenance
      • Back
      • Managed Cloud Hosting
      • CMS Maintenance
      • Site Security Mitigation
      • Backup, Repair & Restore
  • Plans & Pricing
  • Support
Account
Please wait, authorizing ...
Not a member? Sign up now
×

Knowledge Base

Joomsef

Remove Backlink - Joomsef

Details
Parent Category: Knowledge base
Category: Joomsef
  • joomla
  • joomla 3+
  • joomsef
  • sef
  • backlink
::cck::11::/cck::
::introtext::

Joomsef leaves a backlink on every single page of your Joomla site, if you are using the free version.
Here is how to remove this.
Open and edit this file relative to your Joomla site root: /components/com_sef/joomsef.php

Find line 2827 or search for $cachebuf2

cacheBuf = $doc->getBuffer('component');

       /* $cacheBuf2 = 
        '<div><a href="http://www.artio'.
        '.net" style="font-size: 8px; v'.
        'isibility: visible; display: i'.
        'nline;" title="Web development'.
        ', Joomla, CMS, CRM, Online sho'.
        'p software, databases">Joomla '.
        'SEF URLs by Artio</a></div>';*/

		// Fixing Yootheme and Joomla search
        if (JRequest::getCmd('format') != 'raw' &&  JRequest::getCmd('tmpl')!='raw')
        $doc->setBuffer($cacheBuf . $cacheBuf2, 'component');

Remove the $cachebuf2 content by commenting it out or simply delete it.

This solution might give you errors in the latest version Joomsef. So do this instead:

cacheBuf = $doc->getBuffer('component');
 
       /* $cacheBuf2 = 
        '<div><a href="http://www.artio'.
        '.net" style="font-size: 8px; v'.
        'isibility: visible; display: i'.
        'nline;" title="Web development'.
        ', Joomla, CMS, CRM, Online sho'.
        'p software, databases">Joomla '.
        'SEF URLs by Artio</a></div>';*/
        
         $cacheBuf2 ='';
 
        // Fixing Yootheme and Joomla search
        if (JRequest::getCmd('format') != 'raw' &&  JRequest::getCmd('tmpl')!='raw')
        $doc->setBuffer($cacheBuf . $cacheBuf2, 'component');

 

::/introtext::
::fulltext::::/fulltext::

Read more: Remove Backlink - Joomsef

  • Services
  • Support Tickets
  • Knowledge Base
  • Extensions and Releases
  • Contact Us
Facebook LinkedIn Twitter Github
  • Terms & Conditions
  • Privacy Policy
© 2008 - 2025 SimonTech Development