forked from AkkomaGang/akkoma
788a354ce0
One example of this is Github which puts a rel="nofollow me" on the profile link.
14 lines
287 B
HTML
14 lines
287 B
HTML
<!DOCTYPE html>
|
||
<html>
|
||
<head>
|
||
<meta charset="utf-8"/>
|
||
<title>Blog</title>
|
||
</head>
|
||
<body>
|
||
<article>
|
||
<h1>Lorem ipsum</h1>
|
||
<p>Lorem ipsum dolor sit ameph, …</p>
|
||
<a rel="nofollow" href="https://social.example.org/users/lain">lain’s account</a>
|
||
</article>
|
||
</body>
|
||
</html>
|