How to remove Nofollow attribute from links | Community
Skip to main content

How to remove Nofollow attribute from links

  • October 29, 2024
  • 3 replies
  • 0 views

I'm trying to optimize our Zendesk Guide content and improve our SEO. All of our article links include a nofollow attribute. We tried editing the code in the article_page.hbs and the header.hbs, but when I look at the article html the hyperlinks still include: rel="noopener noreferrer

 

Does anyone know how to make a global change to eliminate this nofollow attribute? Our articles typically link to our own website and we want to pass that link juice to our primary web properties or to related articles. Thanks

3 replies

Oscar11
  • November 4, 2024

I have the same issue


  • November 4, 2024

+1 this


Francis14
  • September 20, 2025
Hello team,
 
The rel="noopener noreferrer" attribute on your article links is for security and doesn't affect SEO or passivity of link juice like nofollow does. If your links include nofollow attributes, they are likely added automatically by Zendesk Guide themes, apps, or custom code to prevent passing SEO value to external sites. To remove these globally, check your theme files and custom helpers for any code adding nofollow and remove or modify it. Also review any installed apps that might inject nofollow attributes. As a last resort, you can use JavaScript to strip nofollow from internal links on page load. Remember, keeping noopener noreferrer on links opening in new tabs is recommended for security and does not harm SEO.