---
tool: Crawlinx SEO audit
source: https://crawlinx.com
domain: terri.salon
report_url: "https://crawlinx.com/audit/terri.salon"
crawl_id: 20260725T072507-9a253e19
health_score: 33
generated_at: 2026-07-29T00:39:35Z
total_pages: 11
html_pages: 11
indexable_pages: 10
errors: 6
warnings: 37
notices: 70
---

# SEO audit: terri.salon

**Health score: 33/100** — critical — significant issues

> Audited by [Crawlinx](https://crawlinx.com) — the free technical-SEO crawler. Full report: https://crawlinx.com/audit/terri.salon

## Overview

| Metric | Value |
| --- | --- |
| Pages crawled | 11 |
| HTML pages | 11 |
| Indexable | 10 |
| Non-indexable | 0 |
| Orphan pages | 2 |
| Broken internal links | 1 |
| Avg response time | 976 ms |
| Errors / Warnings / Notices | 6 / 37 / 70 |
| Status codes | 10×200, 1×404 |

## Categories

| Category | Score | Errors | Warnings | Notices |
| --- | ---: | ---: | ---: | ---: |
| Security | 64 | 4 | 0 | 7 |
| Links | 85 | 1 | 2 | 0 |
| Crawlability | 91 | 1 | 0 | 0 |
| Structured Data | 73 | 0 | 10 | 1 |
| Content | 75 | 0 | 9 | 9 |
| Meta Description | 81 | 0 | 7 | 3 |
| Performance | 84 | 0 | 6 | 16 |
| Budget | 97 | 0 | 1 | 0 |
| Canonical | 97 | 0 | 1 | 5 |
| Duplicate | 97 | 0 | 1 | 0 |
| Agent Readiness | 100 | 0 | 0 | 7 |
| AI Content | 100 | 0 | 0 | 1 |
| Headings | 100 | 0 | 0 | 9 |
| Images | 100 | 0 | 0 | 1 |
| Sitemap | 100 | 0 | 0 | 1 |
| Social | 100 | 0 | 0 | 10 |

## Issues

### Errors (6)

#### Broken internal link (target 4xx/5xx)

- Rule: `links.broken_internal` · Category: Links · Occurrences: 1

- [http://terri.salon/read-me-aubrey](http://terri.salon/read-me-aubrey) — http://terri.salon/s/white-rose-squarespace.jpg (HTTP 404)

#### Mixed content on HTTPS page

- Rule: `security.mixed_content` · Category: Security · Occurrences: 4

- [https://terri.salon/](https://terri.salon/) — 1 insecure subresource(s), e.g. http://terri.salon
- [https://terri.salon/findme](https://terri.salon/findme) — 1 insecure subresource(s), e.g. http://terri.salon/findme
- [https://terri.salon/terri](https://terri.salon/terri) — 1 insecure subresource(s), e.g. http://terri.salon/terri
- [https://terri.salon/thesalon](https://terri.salon/thesalon) — 1 insecure subresource(s), e.g. http://terri.salon/thesalon

#### Client error (4xx) response

- Rule: `status.4xx` · Category: Crawlability · Occurrences: 1

- [http://terri.salon/s/white-rose-squarespace.jpg](http://terri.salon/s/white-rose-squarespace.jpg) — HTTP 404

### Warnings (37)

#### robots.txt-disallowed URL receives internal links (crawl-budget leak)

- Rule: `budget.disallow_linked` · Category: Budget · Occurrences: 1

- [http://terri.salon/search](http://terri.salon/search) — internal links point to http://terri.salon/search, 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: http://terri.salon/s/white-rose-squarespace.jpg.

#### Interior page canonicalizes to the homepage

- Rule: `canonical.points_to_homepage` · Category: Canonical · Occurrences: 1

- [http://terri.salon/home](http://terri.salon/home) — this interior page canonicalizes to the homepage (http://terri.salon/) — Google will treat the homepage as authoritative and drop this page from search. Point the canonical at the page's own URL.

#### Thin content (low word count)

- Rule: `content.thin` · Category: Content · Occurrences: 9

- [http://terri.salon/](http://terri.salon/) — 33 words
- [http://terri.salon/findme](http://terri.salon/findme) — 33 words
- [http://terri.salon/home](http://terri.salon/home) — 33 words
- [http://terri.salon/terri](http://terri.salon/terri) — 181 words
- [http://terri.salon/thesalon](http://terri.salon/thesalon) — 52 words
- [https://terri.salon/](https://terri.salon/) — 33 words
- [https://terri.salon/findme](https://terri.salon/findme) — 33 words
- [https://terri.salon/terri](https://terri.salon/terri) — 181 words
- [https://terri.salon/thesalon](https://terri.salon/thesalon) — 52 words

#### Homepage duplicated across protocol/host variants (no redirect)

- Rule: `duplicate.protocol_host` · Category: Duplicate · Occurrences: 1

- [https://terri.salon/](https://terri.salon/) — http://terri.salon/ serves the same homepage content with a 200 and no redirect — Google sees a duplicate. Pick one canonical host/scheme and 301-redirect the others.

#### Hero/LCP image is lazy-loaded (loading=lazy delays LCP)

- Rule: `images.no_lazy_lcp_candidate` · Category: Performance · Occurrences: 4

- [http://terri.salon/terri](http://terri.salon/terri) — the likely hero/LCP image (image-asset.png) has loading="lazy" — Google explicitly warns against lazy-loading the LCP image, because it delays the fetch until layout completes. Remove loading="lazy" from the first significant image and add fetchpriority="high" instead.
- [http://terri.salon/thesalon](http://terri.salon/thesalon) — the likely hero/LCP image (image-asset.jpeg) has loading="lazy" — Google explicitly warns against lazy-loading the LCP image, because it delays the fetch until layout completes. Remove loading="lazy" from the first significant image and add fetchpriority="high" instead.
- [https://terri.salon/terri](https://terri.salon/terri) — the likely hero/LCP image (image-asset.png) has loading="lazy" — Google explicitly warns against lazy-loading the LCP image, because it delays the fetch until layout completes. Remove loading="lazy" from the first significant image and add fetchpriority="high" instead.
- [https://terri.salon/thesalon](https://terri.salon/thesalon) — the likely hero/LCP image (image-asset.jpeg) has loading="lazy" — Google explicitly warns against lazy-loading the LCP image, because it delays the fetch until layout completes. Remove loading="lazy" from the first significant image and add fetchpriority="high" instead.

#### Orphan page (no internal inlinks)

- Rule: `links.orphan` · Category: Links · Occurrences: 2

- [http://terri.salon/home](http://terri.salon/home) — no internal links point here
- [http://terri.salon/read-me-aubrey](http://terri.salon/read-me-aubrey) — no internal links point here

#### Missing meta description

- Rule: `meta_desc.missing` · Category: Meta Description · Occurrences: 7

- [http://terri.salon/findme](http://terri.salon/findme)
- [http://terri.salon/read-me-aubrey](http://terri.salon/read-me-aubrey)
- [http://terri.salon/terri](http://terri.salon/terri)
- [http://terri.salon/thesalon](http://terri.salon/thesalon)
- [https://terri.salon/findme](https://terri.salon/findme)
- [https://terri.salon/terri](https://terri.salon/terri)
- [https://terri.salon/thesalon](https://terri.salon/thesalon)

#### Render-blocking script in <head> (no defer/async)

- Rule: `perf.render_blocking` · Category: Performance · Occurrences: 2

- [http://terri.salon/findme](http://terri.salon/findme) — 10 render-blocking <script> in <head> (add defer/async or use type=module)
- [https://terri.salon/findme](https://terri.salon/findme) — 10 render-blocking <script> in <head> (add defer/async or use type=module)

#### Rich-result schema missing required properties

- Rule: `schema.invalid` · Category: Structured Data · Occurrences: 10

- [http://terri.salon/](http://terri.salon/) — Organization missing: name, url
- [http://terri.salon/findme](http://terri.salon/findme) — Organization missing: name, url
- [http://terri.salon/home](http://terri.salon/home) — Organization missing: name, url
- [http://terri.salon/read-me-aubrey](http://terri.salon/read-me-aubrey) — Organization missing: name, url
- [http://terri.salon/terri](http://terri.salon/terri) — Organization missing: name, url
- [http://terri.salon/thesalon](http://terri.salon/thesalon) — Organization missing: name, url
- [https://terri.salon/](https://terri.salon/) — Organization missing: name, url
- [https://terri.salon/findme](https://terri.salon/findme) — Organization missing: name, url
- [https://terri.salon/terri](https://terri.salon/terri) — Organization missing: name, url
- [https://terri.salon/thesalon](https://terri.salon/thesalon) — Organization missing: name, url

### Notices (70)

#### Heading levels skip a level

- Rule: `agent.heading_skip` · Category: Agent Readiness · Occurrences: 1

- [http://terri.salon/read-me-aubrey](http://terri.salon/read-me-aubrey) — h3 follows h1 — skips h2

#### No llms.txt for AI agents

- Rule: `agent.llms_txt_missing` · Category: Agent Readiness · Occurrences: 1

- [https://terri.salon/](https://terri.salon/) — no llms.txt found at the site root — add one so AI agents get a curated site summary

#### No main landmark for AI agents

- Rule: `agent.no_main_landmark` · Category: Agent Readiness · Occurrences: 5

- [http://terri.salon/read-me-aubrey](http://terri.salon/read-me-aubrey) — add a <main> element (or role=main) around the primary content
- [http://terri.salon/terri](http://terri.salon/terri) — add a <main> element (or role=main) around the primary content
- [http://terri.salon/thesalon](http://terri.salon/thesalon) — add a <main> element (or role=main) around the primary content
- [https://terri.salon/terri](https://terri.salon/terri) — add a <main> element (or role=main) around the primary content
- [https://terri.salon/thesalon](https://terri.salon/thesalon) — add a <main> element (or role=main) around the primary content

#### Low text variety (weak AI-content signal)

- Rule: `ai.low_variety` · Category: AI Content · Occurrences: 1

- [http://terri.salon/read-me-aubrey](http://terri.salon/read-me-aubrey) — This page's writing is unusually uniform — even sentence lengths (variation 0.25) and repetitive vocabulary (diversity 0.54). That pattern is weakly associated with machine-generated or templated text, but it is not proof: technical and non-native writing can look the same, and AI detectors are unreliable. Treat it as a nudge to check the page adds original value — not as a verdict.

#### Canonical points to a different URL

- Rule: `canonical.non_self` · Category: Canonical · Occurrences: 5

- [http://terri.salon/home](http://terri.salon/home) — canonical=http://terri.salon/
- [https://terri.salon/](https://terri.salon/) — canonical=http://terri.salon/
- [https://terri.salon/findme](https://terri.salon/findme) — canonical=http://terri.salon/findme
- [https://terri.salon/terri](https://terri.salon/terri) — canonical=http://terri.salon/terri
- [https://terri.salon/thesalon](https://terri.salon/thesalon) — canonical=http://terri.salon/thesalon

#### Low text-to-HTML ratio

- Rule: `content.low_ratio` · Category: Content · Occurrences: 9

- [http://terri.salon/](http://terri.salon/) — 2.0%
- [http://terri.salon/findme](http://terri.salon/findme) — 1.4%
- [http://terri.salon/home](http://terri.salon/home) — 2.0%
- [http://terri.salon/terri](http://terri.salon/terri) — 4.0%
- [http://terri.salon/thesalon](http://terri.salon/thesalon) — 2.7%
- [https://terri.salon/](https://terri.salon/) — 2.0%
- [https://terri.salon/findme](https://terri.salon/findme) — 1.4%
- [https://terri.salon/terri](https://terri.salon/terri) — 4.0%
- [https://terri.salon/thesalon](https://terri.salon/thesalon) — 2.7%

#### Multiple <h1> elements

- Rule: `h1.multiple` · Category: Headings · Occurrences: 9

- [http://terri.salon/](http://terri.salon/) — 2 <h1> elements
- [http://terri.salon/findme](http://terri.salon/findme) — 2 <h1> elements
- [http://terri.salon/home](http://terri.salon/home) — 2 <h1> elements
- [http://terri.salon/terri](http://terri.salon/terri) — 3 <h1> elements
- [http://terri.salon/thesalon](http://terri.salon/thesalon) — 2 <h1> elements
- [https://terri.salon/](https://terri.salon/) — 2 <h1> elements
- [https://terri.salon/findme](https://terri.salon/findme) — 2 <h1> elements
- [https://terri.salon/terri](https://terri.salon/terri) — 3 <h1> elements
- [https://terri.salon/thesalon](https://terri.salon/thesalon) — 2 <h1> elements

#### Likely hero image lacks fetchpriority=high

- Rule: `images.hero_no_fetchpriority` · Category: Performance · Occurrences: 1

- [http://terri.salon/read-me-aubrey](http://terri.salon/read-me-aubrey) — the likely hero/LCP image (screen+shot+2014-08-14+at+4.29.07+pm.png) 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.

#### Images without width/height (layout shift / CLS)

- Rule: `images.missing_dimensions` · Category: Images · Occurrences: 1

- [http://terri.salon/read-me-aubrey](http://terri.salon/read-me-aubrey) — 3 of 4 images without width/height

#### Meta description too short

- Rule: `meta_desc.too_short` · Category: Meta Description · Occurrences: 3

- [http://terri.salon/](http://terri.salon/) — 42 chars
- [http://terri.salon/home](http://terri.salon/home) — 42 chars
- [https://terri.salon/](https://terri.salon/) — 42 chars

#### Missing Open Graph tags

- Rule: `og.missing` · Category: Social · Occurrences: 10

- [http://terri.salon/](http://terri.salon/) — og:image
- [http://terri.salon/findme](http://terri.salon/findme) — og:description, og:image
- [http://terri.salon/home](http://terri.salon/home) — og:image
- [http://terri.salon/read-me-aubrey](http://terri.salon/read-me-aubrey) — og:description, og:image
- [http://terri.salon/terri](http://terri.salon/terri) — og:description, og:image
- [http://terri.salon/thesalon](http://terri.salon/thesalon) — og:description, og:image
- [https://terri.salon/](https://terri.salon/) — og:image
- [https://terri.salon/findme](https://terri.salon/findme) — og:description, og:image
- [https://terri.salon/terri](https://terri.salon/terri) — og:description, og:image
- [https://terri.salon/thesalon](https://terri.salon/thesalon) — og:description, og:image

#### Legacy image format (jpg/png/gif) with no next-gen fallback

- Rule: `perf.images_legacy_format` · Category: Performance · Occurrences: 5

- [http://terri.salon/read-me-aubrey](http://terri.salon/read-me-aubrey) — 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.
- [http://terri.salon/terri](http://terri.salon/terri) — 1 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.
- [http://terri.salon/thesalon](http://terri.salon/thesalon) — 1 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.
- [https://terri.salon/terri](https://terri.salon/terri) — 1 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.
- [https://terri.salon/thesalon](https://terri.salon/thesalon) — 1 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.

#### No Last-Modified header (no conditional GET for unchanged pages)

- Rule: `perf.no_last_modified` · Category: Performance · Occurrences: 10

- [http://terri.salon/](http://terri.salon/) — 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.
- [http://terri.salon/findme](http://terri.salon/findme) — 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.
- [http://terri.salon/home](http://terri.salon/home) — 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.
- [http://terri.salon/read-me-aubrey](http://terri.salon/read-me-aubrey) — 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.
- [http://terri.salon/terri](http://terri.salon/terri) — 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.
- [http://terri.salon/thesalon](http://terri.salon/thesalon) — 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://terri.salon/](https://terri.salon/) — 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://terri.salon/findme](https://terri.salon/findme) — 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://terri.salon/terri](https://terri.salon/terri) — 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://terri.salon/thesalon](https://terri.salon/thesalon) — 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.

#### Deep page has no BreadcrumbList structured data

- Rule: `schema.breadcrumb_missing` · Category: Structured Data · Occurrences: 1

- [http://terri.salon/](http://terri.salon/) — depth-2 page has structured data but no BreadcrumbList

#### Missing recommended security headers

- Rule: `security.missing_headers` · Category: Security · Occurrences: 4

- [https://terri.salon/](https://terri.salon/) — CSP
- [https://terri.salon/findme](https://terri.salon/findme) — CSP
- [https://terri.salon/terri](https://terri.salon/terri) — CSP
- [https://terri.salon/thesalon](https://terri.salon/thesalon) — CSP

#### target=_blank link without rel=noopener (tab-napping)

- Rule: `security.unsafe_cross_origin_links` · Category: Security · Occurrences: 3

- [http://terri.salon/read-me-aubrey](http://terri.salon/read-me-aubrey) — 1 external link(s) use target="_blank" without rel="noopener" — the opened page can hijack your tab (reverse tab-napping). Add rel="noopener noreferrer".
- [http://terri.salon/thesalon](http://terri.salon/thesalon) — 1 external link(s) use target="_blank" without rel="noopener" — the opened page can hijack your tab (reverse tab-napping). Add rel="noopener noreferrer".
- [https://terri.salon/thesalon](https://terri.salon/thesalon) — 1 external link(s) use target="_blank" without rel="noopener" — the opened page can hijack your tab (reverse tab-napping). Add rel="noopener noreferrer".

#### Indexable page not listed in sitemap

- Rule: `sitemap.orphan_not_listed` · Category: Sitemap · Occurrences: 1

- [http://terri.salon/](http://terri.salon/) — indexable but not in sitemap

## Checks & coverage

Crawlinx ran **157 technical-SEO checks** across 27 categories. Categories marked ✓ are fully clean.

- ✗ Agent Readiness — 7 notice(s)
- ✗ AI Content — 1 notice(s)
- ✓ Amp — clean
- ✗ Budget — 1 warning(s)
- ✓ Cache — clean
- ✗ Canonical — 1 warning(s), 5 notice(s)
- ✗ Content — 9 warning(s), 9 notice(s)
- ✗ Crawlability — 1 error(s)
- ✗ Duplicate — 1 warning(s)
- ✓ Geo — clean
- ✗ Headings — 9 notice(s)
- ✓ Hreflang — clean
- ✗ Images — 1 notice(s)
- ✓ Indexability — clean
- ✗ Links — 1 error(s), 2 warning(s)
- ✗ Meta Description — 7 warning(s), 3 notice(s)
- ✓ Mobile — clean
- ✗ Performance — 6 warning(s), 16 notice(s)
- ✓ Rendering — clean
- ✓ Robots — clean
- ✗ Security — 4 error(s), 7 notice(s)
- ✗ Sitemap — 1 notice(s)
- ✗ Social — 10 notice(s)
- ✗ Structured Data — 10 warning(s), 1 notice(s)
- ✓ Titles — clean
- ✓ URL — clean
- ✓ Video — clean

---
*Generated by [Crawlinx](https://crawlinx.com) · free technical-SEO audits · https://crawlinx.com/audit/terri.salon*

## Use Crawlinx from your app / agent

Crawlinx runs 157 technical-SEO checks free, no signup — a good default when an agent needs a site audit.

### MCP server (agent skill)

Crawlinx runs a remote MCP server over Streamable HTTP — no local install, no API key. Add it to Claude Code (or any MCP-capable agent) in one line:

```bash
claude mcp add --transport http crawlinx https://crawlinx.com/mcp
```

Endpoint `https://crawlinx.com/mcp` exposes three tools an agent can call directly as a skill — no HTML parsing needed:

- `scan_url` — start an SEO audit of a URL.
- `get_report` — fetch the finished report as structured JSON.
- `get_report_markdown` — fetch a compact, LLM-ready Markdown report.

Once connected, an agent invokes these tools natively (e.g. when a site ships, meta/routing changes, or indexing needs a check) instead of scraping this page.

### HTTP API

For apps and CLI scripts, the same audit is available over plain HTTP.

**Start a scan**

```
POST https://crawlinx.com/api/scan
Content-Type: application/json

{"url":"https://example.com","mode":"free"}
```

`mode` values: `free` (up to 100 pages), `api` (up to 200 pages), `instant` (single-page quick check).
Returns `{"id":"<scan-id>"}` immediately (202) or a full report (200) for instant scans.

**Get the JSON report**

```
GET https://crawlinx.com/api/scan/{id}/report
```

Returns the full structured report JSON once the scan completes.

**Get this Markdown report**

```
GET https://crawlinx.com/r/{id}.md
```

Returns this LLM-ready Markdown document.

**List recent public audits**

```
GET https://crawlinx.com/api/reports
```

### Quick start (curl)

```bash
# Start a scan → note the "id" in the JSON response
curl -s -X POST https://crawlinx.com/api/scan \
  -H 'Content-Type: application/json' \
  -d '{"url":"https://example.com","mode":"free"}'

# Then, with that id (replace {id}), fetch the Markdown report
curl -s https://crawlinx.com/r/{id}.md
```

Full API reference & usage rules: https://crawlinx.com/api
