Set rel nofollow to external links

This commit is contained in:
2025-02-10 21:00:01 +09:00
parent 39adcdd502
commit 0e7287bca7
12 changed files with 78 additions and 41 deletions

View File

@@ -22,17 +22,17 @@ let { more, ...rest }: Pick<CardProps, "more" | "class"> = $props();
{#snippet links()}
<li>
<a href="https://github.com/cannorin" target="_blank">
<a href="https://github.com/cannorin" target="_blank" rel="nofollow noopener noreferrer">
<SiGithub title="GitHub" />
</a>
</li>
<li>
<a href="https://qiita.com/cannorin" target="_blank">
<a href="https://qiita.com/cannorin" target="_blank" rel="nofollow noopener noreferrer">
<SiQiita title="Qiita" />
</a>
</li>
<li>
<a href="https://zenn.dev/cannorin" target="_blank">
<a href="https://zenn.dev/cannorin" target="_blank" rel="nofollow noopener noreferrer">
<SiZenn title="Zenn" />
</a>
</li>