SEO audit for steelframers.us
SteelFramers Studio — Design-to-CNC for steel framing
Health 65/100 (fair) · 6 pages crawled · generated 2026-08-26
Download Markdown report (feed to ChatGPT / Claude / Cursor)Multi-tenant SaaS for the A7 rollformer. Design panels, run AISI S240 calcs, generate BOM, export CSV NC — from sketch to machine in one workflow.
| Category | Score | Errors | Warnings | Notices |
|---|---|---|---|---|
| Content | 85 | 0 | 3 | 3 |
| Budget | 90 | 0 | 2 | 0 |
| Canonical | 95 | 0 | 1 | 1 |
| Indexability | 95 | 0 | 1 | 0 |
| Sitemap | 95 | 0 | 1 | 0 |
| Agent Readiness | 100 | 0 | 0 | 1 |
| Cache | 100 | 0 | 0 | 5 |
| Crawlability | 100 | 0 | 0 | 2 |
| Performance | 100 | 0 | 0 | 12 |
| Security | 100 | 0 | 0 | 5 |
| Structured Data | 100 | 0 | 0 | 3 |
Warnings (6 rules)
warning robots.txt-disallowed URL receives internal links (crawl-budget leak)
Rule budget.disallow_linked · Budget · 1 occurrence(s)
- https://steelframers.us/super-admin — internal links point to https://steelframers.us/super-admin, which robots.txt disallows for Googlebot — Googlebot discovers the URL, checks robots, then rejects it without indexing, wasting crawl budget and losing the link equity. Remove the internal links, or use noindex instead of Disallow if the page should be fetchable. Linked from: https://steelframers.us/.
warning Noindex page receives internal links (crawl-budget waste)
Rule budget.noindex_linked · Budget · 1 occurrence(s)
- https://steelframers.us/forgot-password — this noindex page has 2 internal inlink(s) — Googlebot follows them, fetches the page, then drops it unindexed, spending crawl budget for no indexing benefit (and the links leak equity). Remove/redirect the links, or drop the noindex if the page should be indexed. Linked from: https://steelframers.us/login, https://steelframers.us/login?unauthorized=false.
warning Canonical target redirects to another URL
Rule canonical.to_redirect · Canonical · 1 occurrence(s)
- https://steelframers.us/login?unauthorized=false — canonical → https://steelframers.us/login which redirects to https://steelframers.us/login?unauthorized=false
warning Thin content (low word count)
Rule content.thin · Content · 3 occurrence(s)
- https://steelframers.us/login — 17 words
- https://steelframers.us/login?unauthorized=false — 17 words
- https://steelframers.us/signup — 18 words
warning Page is noindex
Rule index.noindex · Indexability · 1 occurrence(s)
- https://steelframers.us/forgot-password — meta/X-Robots: meta=noindex
warning Non-indexable URL listed in sitemap
Rule sitemap.non_indexable · Sitemap · 1 occurrence(s)
- https://steelframers.us/forgot-password — listed in sitemap but noindex
Notices (12 rules)
notice No main landmark for AI agents
Rule agent.no_main_landmark · Agent Readiness · 1 occurrence(s)
- https://steelframers.us/ — 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://steelframers.us/ — Cache-Control: no-cache, must-revalidate, max-age=0
- https://steelframers.us/forgot-password — Cache-Control: no-cache, must-revalidate, max-age=0
- https://steelframers.us/login — Cache-Control: no-cache, must-revalidate, max-age=0
- https://steelframers.us/login?unauthorized=false — Cache-Control: no-cache, must-revalidate, max-age=0
- https://steelframers.us/signup — Cache-Control: no-cache, must-revalidate, max-age=0
notice Canonical target reachable only via a canonical tag (no inlinks)
Rule canonical.isolated_url · Canonical · 1 occurrence(s)
- https://steelframers.us/login — this URL is a canonical target but has no internal links pointing to it — crawlers only learn of it via the canonical tag. Add direct internal links (or list it in the sitemap).
notice Low text-to-HTML ratio
Rule content.low_ratio · Content · 3 occurrence(s)
notice Likely hero image lacks fetchpriority=high
Rule images.hero_no_fetchpriority · Performance · 1 occurrence(s)
- https://steelframers.us/ — the likely hero/LCP image (landing-hero-byeevjzc.jpg) has no fetchpriority="high" — adding it tells the browser to fetch the hero earlier in the waterfall, reducing Largest Contentful Paint. This is a low-severity nudge; verify the flagged image is actually your LCP element.
notice Legacy image format (jpg/png/gif) with no next-gen fallback
Rule perf.images_legacy_format · Performance · 1 occurrence(s)
- https://steelframers.us/ — 4 image(s) use a legacy format (jpg/png/gif) with no next-gen <picture> fallback. Serve WebP or AVIF (with a <picture> typed <source>) to cut image transfer weight and improve LCP.
notice No ETag header (no conditional GET for unchanged pages)
Rule perf.no_etag · Performance · 5 occurrence(s)
- https://steelframers.us/ — 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://steelframers.us/forgot-password — 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://steelframers.us/login — 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://steelframers.us/login?unauthorized=false — 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://steelframers.us/signup — 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://steelframers.us/ — 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://steelframers.us/forgot-password — 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://steelframers.us/login — 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://steelframers.us/login?unauthorized=false — 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://steelframers.us/signup — 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 · 1 occurrence(s)
- https://steelframers.us/login — redirects to https://steelframers.us/login?unauthorized=false
notice Blocked by robots.txt
Rule robots.blocked · Crawlability · 1 occurrence(s)
- https://steelframers.us/super-admin — Disallowed by robots.txt; not fetched
notice No structured data detected
Rule schema.none · Structured Data · 3 occurrence(s)
notice Missing recommended security headers
Rule security.missing_headers · Security · 5 occurrence(s)
| URL | Status | Indexable | Words | In-links |
|---|---|---|---|---|
| https://steelframers.us/login?unauthorized=false Sign In · SteelFramers |
200 | yes | 17 | 3 |
| https://steelframers.us/signup Create Account · SteelFramers |
200 | yes | 18 | 3 |
| https://steelframers.us/forgot-password Reset Password · SteelFramers |
200 | no | 24 | 2 |
| https://steelframers.us/ SteelFramers Studio — Design-to-CNC for steel framing |
200 | yes | 759 | 1 |
| https://steelframers.us/login Sign In · SteelFramers |
200 | yes | 17 | 0 |
| https://steelframers.us/super-admin | 0 | no | 0 | 1 |
Audit your own site — free
157 checks, internal PageRank, render-diff. No signup, results in ~30s.