Home / Blog / Anchor text meaning: what it is in SEO
Guide
Anchor text meaning: what it is in SEO
Before you optimise anchor text, it helps to know exactly what the term names — and what it does not. This is the plain-language definition, the origin of the word, and how the anchor differs from the link, the URL, and the page it points to.
The anchor text meaning is simpler than the SEO discussion around it suggests: anchor text is the visible, clickable words of a hyperlink. When you read a sentence and a few words are underlined or coloured and take you somewhere when clicked, those words are the anchor text. That is the whole anchor text meaning — the label of a link, not the address it points to. This page gives the plain definition, explains where the word comes from, and draws the lines between anchor text and the other parts of a link that people often confuse it with. For the full strategy around using it well, see the complete guide to anchor text.
The plain definition
Anchor text is the text a reader sees and clicks in a hyperlink. In the sentence "read our internal linking guide for the details," the words "internal linking guide" are the anchor text. The page those words take you to is the destination (or link target). The web address behind the link is the URL. The anchor text is none of those things — it is only the visible words.
That distinction is the part most people get tangled in, so it is worth stating directly: the anchor text is what you read; the URL is where you go. A single link has both, and they can say very different things. The anchor might read "how to find orphan pages" while the URL is rectoapp.com/blog/find-orphan-pages — the reader sees the friendly phrase, the browser uses the address.
Where the word "anchor" comes from
The term comes straight from HTML. A link is built with the anchor element — the <a> tag — and the text placed between its opening and closing tags becomes the clickable label. According to MDN's reference for the <a> element, the element "creates a hyperlink to web pages, files, email addresses, locations in the same page, or anything else a URL can address." The word "anchor" describes its original job: fixing, or anchoring, a link to a specific point in the text. The label that sits at that anchor point is what we now call anchor text.
So "anchor text" is not marketing jargon invented by SEOs — it is the plain name for the content of an <a> element, borrowed from the markup itself. The deeper mechanics of that markup, including the attributes worth knowing, live in the guide to anchor text in HTML.
Why the meaning matters for SEO
If anchor text is just the visible words of a link, why does it get so much attention? Because search engines read those words as a compressed description of the destination. The idea goes back to the original PageRank paper, published in 1998 by Larry Page and Sergey Brin at Stanford University, which treated every link as a vote and the anchor as a description of what was being voted for. That principle survives in modern Google Search: Google still advises writing link text that gives "an accurate idea of what the linked page is about."
So the meaning carries a consequence. Because the anchor describes the destination, the words you choose shape how search engines understand the page you link to. "Read our guide to orphan pages" teaches Google something; "click here" teaches it nothing. The definition and the SEO advice are really the same fact seen from two sides: the anchor is a description, so make the description accurate.
What anchor text is not
Four things get confused with anchor text, and separating them clears up most questions:
- The link — the whole interactive element. Anchor text is only its visible words.
- The URL — the address the link points to. It can be completely different from the anchor.
- The title attribute — optional tooltip text that appears on hover. It is not the anchor and is not a substitute for descriptive anchor text.
- The destination page's title — the headline on the page you arrive at. A good anchor often resembles it, but they are written separately and can differ.
Keeping these straight matters because each is a different lever. You can change an anchor without changing the URL, change the URL without touching the anchor, and so on. When someone says "fix your anchor text," they mean the visible words — nothing else moves.
A quick mental model
Think of a link as a signpost. The URL is the road it sits on; the destination is the town at the end; the anchor text is the words painted on the sign. A blank sign ("click here") still leads somewhere, but a traveller — and a search engine indexing the road — learns nothing from it. A clear sign ("Old Town, 2 km") tells everyone what to expect before they take the turn. That is all anchor text is, and all it needs to be: an honest, readable label for where a link goes.
Anchor text, link text, and "anchor link"
A few near-synonyms float around this term, and they cause more confusion than they should. Link text is the same thing as anchor text — the two phrases are interchangeable, and you will see both in Google's documentation and across SEO writing. Anchor on its own is sometimes used as shorthand for anchor text ("vary your anchors"), and sometimes for a different feature entirely: an in-page anchor, where a link jumps to a specific spot on the same page using a #section fragment in the URL. Context tells you which is meant, but the distinction is real — an in-page anchor is about where on a page a link lands, while anchor text is about the words of the link.
One more pairing trips people up: "anchor link." People use it loosely to mean either a normal hyperlink or specifically a same-page jump link. When precision matters, say "anchor text" for the visible words and "internal link" or "jump link" for the link types, and the ambiguity disappears. None of these change the core definition — the anchor text is still just the clickable words — but knowing the neighbouring terms keeps you from talking past someone.
Putting the meaning to work
Once the meaning is clear, the practice follows naturally. Write anchors that describe their destination, keep them honest, and let them read as part of the sentence. To see the definition turned into concrete good-and-bad pairs, read anchor text examples that work; to place anchor text inside the bigger picture of how pages connect, read the guide to internal linking for SEO. The term itself is small, but understanding it precisely is what keeps the rest of the work from getting confused.
Sources
- The HTML a (anchor) element and its link text (MDN) — developer.mozilla.org
- Google advises descriptive, accurate link text — support.google.com
- PageRank treated link text as a description of the destination (Page & Brin, 1998) — ilpubs.stanford.edu