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
| Check | Status | Rule |
|---|---|---|
| Canonical tag missing | WARN | Add canonical to prevent duplicate content |
| Empty canonical href | FAIL | Canonical must have a valid URL |
| Multiple canonical tags | FAIL | Only one canonical allowed per page |
| noindex meta present | WARN | Page will not appear in search results |
| URL contains uppercase | WARN | Use lowercase-only URLs |
| URL has double slashes | FAIL | Fix double slashes in URL |
| Meta refresh redirect | WARN | Use 301 redirects instead |
Industry Thresholds
Canonical tags
Exactly 1 per page
URL max length
100 characters
URL format
Lowercase, hyphens, no special chars
Related Skills
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?”