The URL in href
A crawler follows the URL in href to discover another page and add it to the site's crawl graph.
HTML and internal linking
The <a> element creates a link between pages. For SEO, the important parts are the URL in href, clear anchor text, an accessible destination and the link's place in the site structure.
Key points
A crawler follows the URL in href to discover another page and add it to the site's crawl graph.
Visible link text explains the destination. “Check robots.txt” is more useful than “click here”.
Links from navigation, category pages and related guides help show relationships and important user routes.
<a href="/en/tools/seo-audit/">Run an SEO audit for this page</a>
The href contains the destination. The text between the opening and closing tags is the anchor. A user should understand what will open before clicking.
| Example | Quality | Reason |
|---|---|---|
<a href="/robots/">how to check robots.txt</a> | Good | The text describes the destination naturally and clearly. |
<a href="/robots/">learn more</a> | Weak | The destination is unclear without reading the surrounding paragraph. |
<a href="/robots/">robots txt checker robots SEO free tool</a> | Poor | Keyword stuffing hurts readability and looks manipulative. |
Attributes
rel="noopener" for safer behavior.An internal link points to another page on the same site. It helps crawlers discover URLs and helps users continue a task. A useful route connects a definition to a guide, a guide to a tool and a tool result to the next practical check.
More links are not automatically better. Link related pages when the destination genuinely helps the reader continue.
An external link is useful when it supports a claim, points to official documentation or gives the reader a necessary resource. A normal editorial link does not need automatic nofollow. Paid and user-generated links should use the appropriate rel value.
Checklist
href and works without a fragile JavaScript-only interaction.Common mistakes
Tools
Find internal and external destinations that return errors or need review.
Check a page → RedirectsInspect every HTTP step and confirm the link reaches the intended final page.
Check a URL → AuditReview metadata, canonical, structure and internal link signals.
Run audit →FAQ
Yes. It provides context for the destination, but it should remain natural and useful to readers.
No. Visible link text is more important. Use title only when it adds information that is genuinely helpful.
Usually not. For normal site navigation, fix structure, canonicals and page quality instead of applying nofollow broadly.