Technical SEO

Crawlability

Audits sitemap references, robots.txt directives, canonical tags, crawlability, URL structure, redirect chains, and indexability.

Key Checks

Canonical URL validation
Robots meta directives
Sitemap references
URL structure quality
HTTP status hints
Duplicate content signals

Audit Checks

CheckStatusRule
Canonical tag missing WARNAdd canonical to prevent duplicate content
Empty canonical href FAILCanonical must have a valid URL
Multiple canonical tags FAILOnly one canonical allowed per page
noindex meta present WARNPage will not appear in search results
URL contains uppercase WARNUse lowercase-only URLs
URL has double slashes FAILFix double slashes in URL
Meta refresh redirect WARNUse 301 redirects instead

Industry Thresholds

Canonical tags
Exactly 1 per page
URL max length
100 characters
URL format
Lowercase, hyphens, no special chars

Edge Cases

  • Next.js app router generates canonical tags automatically
  • robots.txt may not be accessible for single HTML file audits
  • Staging environments often have intentional noindex
  • rel=prev/next deprecated by Google (2019) but supported by Bing

Try These Prompts

Copy any prompt below and paste it into your AI coding agent to run Technical SEO checks:

Is the canonical tag present, self-referencing, and using an absolute URL?
Does this page have a robots meta noindex — should it be indexed?
Audit my URL structure — any uppercase letters, underscores, or double slashes?
Is there a meta refresh redirect? Should I use a 301 instead?
Check for duplicate content signals — same title on different URLs?