Architect's Log

I'm a Cloud Architect. I'm highly motivated to reduce toils with driving DevOps.

rel属性 nofollowキーワード

nofollowキーワードは、リンク先の内容について保証できない、責任を持てないことを意味します。

使用例

<!DOCTYPE html>
<html lang="ja">
<head>
<title>Hello! HTML5</title>
<meta charset="UTF-8">
</head>
<body>
<p><a href="http://hoge.example.jp" rel="nofollow">[広告]おすすめサプリメントがお試し特化!</a></p>
</body>