Crawlable Links

Links should use standard href attributes with web URLs so search engines can crawl them.

Seo SEO: Crawlable links SEO Best Practices
In short

Links must use the `href` attribute pointing to a valid URL (not placeholder hash symbols or javascript: links) to allow crawlers to discover other pages. This check is fully automated — the scanner returns a definitive pass or fail.

How to fix it

Ensure all `<a>` elements have valid `href` attributes pointing to actual pages or files. Avoid javascript: URLs or empty hashes.

Standards this maps to

Frameworks that require this

Severity

warning — an important issue to address.

Scans this and 300+ other checks across accessibility, SEO, security & speed — first audit free.

Related checks