We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 929a2bf commit d7b89ddCopy full SHA for d7b89dd
src/theme/ExternalLink/index.js
@@ -2,7 +2,7 @@ import React from 'react';
2
3
function ExternalLink({ className, href, title, children }) {
4
return (
5
- <a className={className} href={href} title={title} target="_blank" rel="noopener noreferrer">
+ <a className={className} href={href} title={title} target="_blank" rel="noopener noreferrer nofollow">
6
{children}
7
</a>
8
);
0 commit comments