0Pricing
Web Accessibility Academy · レッスン

文脈がなくても意味が通るリンクテキスト

「ここをクリック」をやめ、リンクだけでも内容が伝わるようにします。

「文脈がなくても意味が通るリンクテキスト」はCoddyKit上の無料Web Accessibility Academyレッスンです。 これはレッスン2/4です。 下記で完全なレッスンを無料で読むことができます。その後、ブラウザ内の組み込みコードエディタと24時間対応のAIチューターでハンズオン演習できます。 これはWeb Accessibility Academy学習パスの一部であり、ウェブとCoddyKitアプリ全体で進捗が同期されます。 Web Accessibility Academyコースには全4レッスンが含まれています。

このレッスンの一部はまだ翻訳されておらず、英語で表示されています。

Links Out of Context

Screen reader users often pull up a list of every link on a page. Each one must make sense on its own, with no surrounding sentence.

The Click Here Trap

Imagine a list of ten links that all just say click here. Out of context they are useless, because nothing tells them apart. 😕

<a href="/report">click here</a>

Describe the Destination

Good link text names where you are going. Use the page or document title so the link reads clearly all by itself.

<a href="/report">Read the 2025 report</a>

Read More Is Weak

Phrases like read more and learn more repeat across a page and tell no one what they actually lead to.

Front-Load the Meaning

Put the most useful words at the start of the link. Users scanning by first letter find the right one faster that way.

Avoid the Bare URL

A raw URL as link text reads as a long string of letters and slashes aloud. Use human words that name the destination instead.

Keep Matching Links Consistent

If two links go to the same place, give them the same text. Different wording for one destination just confuses people.

When You Truly Need More

If short visible text must stay, aria-label can give the link a fuller accessible name that screen readers announce.

<a href="/report" aria-label="Read the 2025 report">Read more</a>

Match Visible and Spoken

When you add a label, keep the visible words inside the accessible name so voice-control users can still say what they see.

Mind Icon-Only Links

A link that is just an icon has no text to read. Give it a visible label or an accessible name, never nothing.

Skip Here Words

You usually do not need the word link in your text. The screen reader already announces the role, so it would be said twice.

Quick Check

Why is link text like click here a problem for screen reader users?

Recap

Write link text that stands alone and names its destination. Drop click here, and every link becomes self-explanatory. ✨

よくある質問

「文脈がなくても意味が通るリンクテキスト」レッスンは無料ですか?

はい。「文脈がなくても意味が通るリンクテキスト」の完全なテキストはこのウェブで無料で読めます。インタラクティブに演習し(組み込みコードエディタと24時間対応のAIチューター)、Web Accessibility Academyコースの残りをアンロックするには、CoddyKit PROにアップグレードしてください。 Web Accessibility Academyコースには全4レッスンが含まれています。

「文脈がなくても意味が通るリンクテキスト」で何を学びますか?

「ここをクリック」をやめ、リンクだけでも内容が伝わるようにします。 ブラウザで直接実行するハンズオンコードでWeb Accessibility Academyを演習し、24時間対応のAIチューターがレッスンを進める中での質問に答えます。

Web Accessibility Academyを始めるのに経験は必要ですか?

事前経験は必要ありません。CoddyKitのWeb Accessibility Academyは初級者から上級者向けに構成されているため、ここから始めるか最初から始めて、自分のペースで進むことができます。 これはレッスン2/4です。

「文脈がなくても意味が通るリンクテキスト」レッスンにはどのくらい時間がかかりますか?

ほとんどのCoddyKitレッスンは約5~10分かかります。各レッスンはコンパクトでインタラクティブなので、着実に進歩し、ウェブとアプリ全体で正確に前回の場所から再開できます。

このWeb Accessibility Academyレッスンでコードを書いて実行できますか?

はい。すべてのWeb Accessibility Academyレッスンに組み込みコードエディタが含まれているため、ブラウザでリアルコードを書いて実行し、即座のAIフィードバックを取得できます。ローカル設定は不要です。

このコースのすべてのレッスン

  1. リンクは場所へ、ボタンは動作へ
  2. 文脈がなくても意味が通るリンクテキスト
  3. 動作を伝えるボタン
  4. hrefのないアンカーというアンチパターン
← Web Accessibility Academyに戻る