We recently migrated our site from Gatsby to Netlify. Post-migration, we’ve noticed that all our internal links automatically include ‘rel=“noopener noreferrer”’ attributes.
While this is beneficial for external links, we prefer to remove it from our internal links to optimize our site’s SEO and internal link tracking. Is there a way to efficiently remove ‘rel=“noopener noreferrer”’ from all internal links in bulk, rather than manually editing each one?