SEO audit for notchit.io
Notchit - Visual feedback for live websites | Notchit
Health 65/100 (fair) · 7 pages crawled · generated 2026-08-26
Download Markdown report (feed to ChatGPT / Claude / Cursor)Pin comments directly on your live website. Clients click, you fix, everyone sees it resolved. WordPress plugin, Chrome extension, or one script tag.
| Category | Score | Errors | Warnings | Notices |
|---|---|---|---|---|
| Canonical | 79 | 0 | 5 | 0 |
| Links | 91 | 0 | 2 | 4 |
| Agent Readiness | 100 | 0 | 0 | 5 |
| Cache | 100 | 0 | 0 | 5 |
| Content | 100 | 0 | 0 | 2 |
| Crawlability | 100 | 0 | 0 | 2 |
| Meta Description | 100 | 0 | 0 | 2 |
| Performance | 100 | 0 | 0 | 10 |
| Robots | 100 | 0 | 0 | 1 |
| Social | 100 | 0 | 0 | 10 |
| Structured Data | 100 | 0 | 0 | 5 |
Warnings (2 rules)
warning Missing canonical tag
Rule canonical.missing · Canonical · 5 occurrence(s)
warning Internal link points to a redirect
Rule links.redirect_target · Links · 2 occurrence(s)
- https://notchit.io/ — https://notchit.io/login → https://app.notchit.io/login (off-site)
- https://notchit.io/ — https://notchit.io/signup → https://app.notchit.io/signup (off-site)
Notices (15 rules)
notice Heading levels skip a level
Rule agent.heading_skip · Agent Readiness · 1 occurrence(s)
- https://notchit.io/pricing — h3 follows h1 — skips h2
notice No llms.txt for AI agents
Rule agent.llms_txt_missing · Agent Readiness · 1 occurrence(s)
- https://notchit.io/ — no llms.txt found at the site root — add one so AI agents get a curated site summary
notice No main landmark for AI agents
Rule agent.no_main_landmark · Agent Readiness · 3 occurrence(s)
- https://notchit.io/accessibility — add a <main> element (or role=main) around the primary content
- https://notchit.io/privacy — add a <main> element (or role=main) around the primary content
- https://notchit.io/terms — add a <main> element (or role=main) around the primary content
notice Page served uncached (no-store/private or CDN bypass)
Rule cache.not_cacheable · Cache · 5 occurrence(s)
- https://notchit.io/ — Cache-Control: private, no-cache, no-store, max-age=0, must-revalidate · vercel: MISS
- https://notchit.io/accessibility — Cache-Control: private, no-cache, no-store, max-age=0, must-revalidate · vercel: MISS
- https://notchit.io/pricing — Cache-Control: private, no-cache, no-store, max-age=0, must-revalidate · vercel: MISS
- https://notchit.io/privacy — Cache-Control: private, no-cache, no-store, max-age=0, must-revalidate · vercel: MISS
- https://notchit.io/terms — Cache-Control: private, no-cache, no-store, max-age=0, must-revalidate · vercel: MISS
notice Low text-to-HTML ratio
Rule content.low_ratio · Content · 1 occurrence(s)
- https://notchit.io/pricing — 2.9%
notice Main text is hard to read (low Flesch Reading Ease)
Rule content.readability_poor · Content · 1 occurrence(s)
- https://notchit.io/accessibility — this page reads as difficult (Flesch Reading Ease 42, below 50) — long sentences and multi-syllable words make it hard to scan. Shorten sentences and prefer plainer words to widen your audience. Density can be legitimate for expert, technical or legal content, so judge it against who the page is for.
notice Page has only one internal inlink (fragile crawl path)
Rule links.single_inlink · Links · 4 occurrence(s)
- https://notchit.io/accessibility — only one internal link points here — if that source changes, this page becomes an orphan. Add more contextual internal links to strengthen the crawl path.
- https://notchit.io/pricing — only one internal link points here — if that source changes, this page becomes an orphan. Add more contextual internal links to strengthen the crawl path.
- https://notchit.io/privacy — only one internal link points here — if that source changes, this page becomes an orphan. Add more contextual internal links to strengthen the crawl path.
- https://notchit.io/terms — only one internal link points here — if that source changes, this page becomes an orphan. Add more contextual internal links to strengthen the crawl path.
notice Meta description too short
Rule meta_desc.too_short · Meta Description · 2 occurrence(s)
- https://notchit.io/privacy — 30 chars
- https://notchit.io/terms — 37 chars
notice Missing Open Graph tags
Rule og.missing · Social · 5 occurrence(s)
- https://notchit.io/ — og:title, og:description, og:image
- https://notchit.io/accessibility — og:title, og:description, og:image
- https://notchit.io/pricing — og:title, og:description, og:image
- https://notchit.io/privacy — og:title, og:description, og:image
- https://notchit.io/terms — og:title, og:description, og:image
notice No ETag header (no conditional GET for unchanged pages)
Rule perf.no_etag · Performance · 5 occurrence(s)
- https://notchit.io/ — the response carries no ETag header — without an ETag (or Last-Modified) there is no cache-revalidation mechanism, so crawlers re-download the full body every visit. Emit an ETag (a content hash) to enable conditional If-None-Match requests.
- https://notchit.io/accessibility — the response carries no ETag header — without an ETag (or Last-Modified) there is no cache-revalidation mechanism, so crawlers re-download the full body every visit. Emit an ETag (a content hash) to enable conditional If-None-Match requests.
- https://notchit.io/pricing — the response carries no ETag header — without an ETag (or Last-Modified) there is no cache-revalidation mechanism, so crawlers re-download the full body every visit. Emit an ETag (a content hash) to enable conditional If-None-Match requests.
- https://notchit.io/privacy — the response carries no ETag header — without an ETag (or Last-Modified) there is no cache-revalidation mechanism, so crawlers re-download the full body every visit. Emit an ETag (a content hash) to enable conditional If-None-Match requests.
- https://notchit.io/terms — the response carries no ETag header — without an ETag (or Last-Modified) there is no cache-revalidation mechanism, so crawlers re-download the full body every visit. Emit an ETag (a content hash) to enable conditional If-None-Match requests.
notice No Last-Modified header (no conditional GET for unchanged pages)
Rule perf.no_last_modified · Performance · 5 occurrence(s)
- https://notchit.io/ — the response carries no Last-Modified header — Googlebot can't send an If-Modified-Since request, so it re-downloads the full page body on every crawl even when nothing changed. Emit Last-Modified (or an ETag) on stable pages to enable 304 Not Modified responses.
- https://notchit.io/accessibility — the response carries no Last-Modified header — Googlebot can't send an If-Modified-Since request, so it re-downloads the full page body on every crawl even when nothing changed. Emit Last-Modified (or an ETag) on stable pages to enable 304 Not Modified responses.
- https://notchit.io/pricing — the response carries no Last-Modified header — Googlebot can't send an If-Modified-Since request, so it re-downloads the full page body on every crawl even when nothing changed. Emit Last-Modified (or an ETag) on stable pages to enable 304 Not Modified responses.
- https://notchit.io/privacy — the response carries no Last-Modified header — Googlebot can't send an If-Modified-Since request, so it re-downloads the full page body on every crawl even when nothing changed. Emit Last-Modified (or an ETag) on stable pages to enable 304 Not Modified responses.
- https://notchit.io/terms — the response carries no Last-Modified header — Googlebot can't send an If-Modified-Since request, so it re-downloads the full page body on every crawl even when nothing changed. Emit Last-Modified (or an ETag) on stable pages to enable 304 Not Modified responses.
notice URL redirects to another URL
Rule redirect.single · Crawlability · 2 occurrence(s)
- https://notchit.io/login — redirects to https://app.notchit.io/login
- https://notchit.io/signup — redirects to https://app.notchit.io/signup
notice robots.txt missing (root returns 404/none)
Rule robots.txt_missing · Robots · 1 occurrence(s)
- https://notchit.io/ — robots.txt did not return a 200 at the site root — a healthy site should serve one (declare your sitemap and confirm the host serves root files)
notice No structured data detected
Rule schema.none · Structured Data · 5 occurrence(s)
notice Missing Twitter Card tag
Rule twitter.missing · Social · 5 occurrence(s)
| URL | Status | Indexable | Words | In-links |
|---|---|---|---|---|
| https://notchit.io/ Notchit - Visual feedback for live websites | Notchit |
200 | yes | 947 | 1 |
| https://notchit.io/accessibility Accessibility Statement - Notchit | Notchit |
200 | yes | 331 | 1 |
| https://notchit.io/login Notchit - Every V Counts |
200 | yes | 47 | 1 |
| https://notchit.io/pricing Pricing | Notchit |
200 | yes | 368 | 1 |
| https://notchit.io/privacy Privacy Policy - Notchit | Notchit |
200 | yes | 858 | 1 |
| https://notchit.io/signup Notchit - Every V Counts |
200 | yes | 52 | 1 |
| https://notchit.io/terms Terms of Service - Notchit | Notchit |
200 | yes | 645 | 1 |
Audit your own site — free
157 checks, internal PageRank, render-diff. No signup, results in ~30s.