---
tool: Crawlinx SEO audit
source: https://crawlinx.com
domain: tetrasupport.com
report_url: "https://crawlinx.com/audit/tetrasupport.com"
crawl_id: 20260719T211359-95508015
health_score: 65
generated_at: 2026-07-29T00:39:15Z
total_pages: 5
html_pages: 5
indexable_pages: 5
errors: 0
warnings: 43
notices: 51
---

# SEO audit: tetrasupport.com

**Health score: 65/100** — needs attention

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

## Overview

| Metric | Value |
| --- | --- |
| Pages crawled | 5 |
| HTML pages | 5 |
| Indexable | 5 |
| Non-indexable | 0 |
| Orphan pages | 0 |
| Broken internal links | 0 |
| Avg response time | 1037 ms |
| Errors / Warnings / Notices | 0 / 43 / 51 |
| Status codes | 5×200 |

## Categories

| Category | Score | Errors | Warnings | Notices |
| --- | ---: | ---: | ---: | ---: |
| Duplicate | 40 | 0 | 10 | 0 |
| Canonical | 70 | 0 | 5 | 0 |
| Headings | 70 | 0 | 5 | 0 |
| Images | 70 | 0 | 5 | 5 |
| Meta Description | 70 | 0 | 5 | 0 |
| Mobile | 70 | 0 | 5 | 5 |
| Security | 70 | 0 | 5 | 5 |
| Content | 88 | 0 | 2 | 5 |
| Performance | 94 | 0 | 1 | 10 |
| Agent Readiness | 100 | 0 | 0 | 6 |
| Social | 100 | 0 | 0 | 10 |
| Structured Data | 100 | 0 | 0 | 5 |

## Issues

### Warnings (43)

#### Missing canonical tag

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

- [https://tetrasupport.com/](https://tetrasupport.com/)
- [https://tetrasupport.com/aboutus.html](https://tetrasupport.com/aboutus.html)
- [https://tetrasupport.com/gettingstarted.html](https://tetrasupport.com/gettingstarted.html)
- [https://tetrasupport.com/index.html](https://tetrasupport.com/index.html)
- [https://tetrasupport.com/solutions.html](https://tetrasupport.com/solutions.html)

#### Thin content (low word count)

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

- [https://tetrasupport.com/gettingstarted.html](https://tetrasupport.com/gettingstarted.html) — 92 words
- [https://tetrasupport.com/solutions.html](https://tetrasupport.com/solutions.html) — 121 words

#### Duplicate page content

- Rule: `duplicate.content` · Category: Duplicate · Occurrences: 2

- [https://tetrasupport.com/](https://tetrasupport.com/) — content shared by 2 pages: https://tetrasupport.com/index.html
- [https://tetrasupport.com/index.html](https://tetrasupport.com/index.html) — content shared by 2 pages: https://tetrasupport.com/

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

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

- [https://tetrasupport.com/](https://tetrasupport.com/) — http://tetrasupport.com/ 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.
- [https://tetrasupport.com/](https://tetrasupport.com/) — http://www.tetrasupport.com/ 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.
- [https://tetrasupport.com/](https://tetrasupport.com/) — https://www.tetrasupport.com/ 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.

#### Duplicate <title> across pages

- Rule: `duplicate.title` · Category: Duplicate · Occurrences: 5

- [https://tetrasupport.com/](https://tetrasupport.com/) — title shared by 5 pages: https://tetrasupport.com/index.html, https://tetrasupport.com/solutions.html, https://tetrasupport.com/aboutus.html
- [https://tetrasupport.com/aboutus.html](https://tetrasupport.com/aboutus.html) — title shared by 5 pages: https://tetrasupport.com/, https://tetrasupport.com/index.html, https://tetrasupport.com/solutions.html
- [https://tetrasupport.com/gettingstarted.html](https://tetrasupport.com/gettingstarted.html) — title shared by 5 pages: https://tetrasupport.com/, https://tetrasupport.com/index.html, https://tetrasupport.com/solutions.html
- [https://tetrasupport.com/index.html](https://tetrasupport.com/index.html) — title shared by 5 pages: https://tetrasupport.com/, https://tetrasupport.com/solutions.html, https://tetrasupport.com/aboutus.html
- [https://tetrasupport.com/solutions.html](https://tetrasupport.com/solutions.html) — title shared by 5 pages: https://tetrasupport.com/, https://tetrasupport.com/index.html, https://tetrasupport.com/aboutus.html

#### Missing <h1>

- Rule: `h1.missing` · Category: Headings · Occurrences: 5

- [https://tetrasupport.com/](https://tetrasupport.com/)
- [https://tetrasupport.com/aboutus.html](https://tetrasupport.com/aboutus.html)
- [https://tetrasupport.com/gettingstarted.html](https://tetrasupport.com/gettingstarted.html)
- [https://tetrasupport.com/index.html](https://tetrasupport.com/index.html)
- [https://tetrasupport.com/solutions.html](https://tetrasupport.com/solutions.html)

#### Content-Type header doesn't match the actual content

- Rule: `headers.content_type_mismatch` · Category: Security · Occurrences: 5

- [https://tetrasupport.com/](https://tetrasupport.com/) — the Content-Type is "text/html" with no charset — the HTTP charset is authoritative and browsers otherwise guess the encoding, which can garble non-ASCII text (mojibake). Declare it explicitly: "text/html; charset=utf-8".
- [https://tetrasupport.com/aboutus.html](https://tetrasupport.com/aboutus.html) — the Content-Type is "text/html" with no charset — the HTTP charset is authoritative and browsers otherwise guess the encoding, which can garble non-ASCII text (mojibake). Declare it explicitly: "text/html; charset=utf-8".
- [https://tetrasupport.com/gettingstarted.html](https://tetrasupport.com/gettingstarted.html) — the Content-Type is "text/html" with no charset — the HTTP charset is authoritative and browsers otherwise guess the encoding, which can garble non-ASCII text (mojibake). Declare it explicitly: "text/html; charset=utf-8".
- [https://tetrasupport.com/index.html](https://tetrasupport.com/index.html) — the Content-Type is "text/html" with no charset — the HTTP charset is authoritative and browsers otherwise guess the encoding, which can garble non-ASCII text (mojibake). Declare it explicitly: "text/html; charset=utf-8".
- [https://tetrasupport.com/solutions.html](https://tetrasupport.com/solutions.html) — the Content-Type is "text/html" with no charset — the HTTP charset is authoritative and browsers otherwise guess the encoding, which can garble non-ASCII text (mojibake). Declare it explicitly: "text/html; charset=utf-8".

#### Images missing alt text

- Rule: `images.missing_alt` · Category: Images · Occurrences: 5

- [https://tetrasupport.com/](https://tetrasupport.com/) — 14 of 14 images missing alt
- [https://tetrasupport.com/aboutus.html](https://tetrasupport.com/aboutus.html) — 12 of 12 images missing alt
- [https://tetrasupport.com/gettingstarted.html](https://tetrasupport.com/gettingstarted.html) — 12 of 12 images missing alt
- [https://tetrasupport.com/index.html](https://tetrasupport.com/index.html) — 14 of 14 images missing alt
- [https://tetrasupport.com/solutions.html](https://tetrasupport.com/solutions.html) — 12 of 12 images missing alt

#### Missing meta description

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

- [https://tetrasupport.com/](https://tetrasupport.com/)
- [https://tetrasupport.com/aboutus.html](https://tetrasupport.com/aboutus.html)
- [https://tetrasupport.com/gettingstarted.html](https://tetrasupport.com/gettingstarted.html)
- [https://tetrasupport.com/index.html](https://tetrasupport.com/index.html)
- [https://tetrasupport.com/solutions.html](https://tetrasupport.com/solutions.html)

#### Missing viewport meta tag

- Rule: `mobile.viewport_missing` · Category: Mobile · Occurrences: 5

- [https://tetrasupport.com/](https://tetrasupport.com/)
- [https://tetrasupport.com/aboutus.html](https://tetrasupport.com/aboutus.html)
- [https://tetrasupport.com/gettingstarted.html](https://tetrasupport.com/gettingstarted.html)
- [https://tetrasupport.com/index.html](https://tetrasupport.com/index.html)
- [https://tetrasupport.com/solutions.html](https://tetrasupport.com/solutions.html)

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

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

- [https://tetrasupport.com/gettingstarted.html](https://tetrasupport.com/gettingstarted.html) — 1 render-blocking <script> in <head> (add defer/async or use type=module)

### Notices (51)

#### No llms.txt for AI agents

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

- [https://tetrasupport.com/](https://tetrasupport.com/) — 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

- [https://tetrasupport.com/](https://tetrasupport.com/) — add a <main> element (or role=main) around the primary content
- [https://tetrasupport.com/aboutus.html](https://tetrasupport.com/aboutus.html) — add a <main> element (or role=main) around the primary content
- [https://tetrasupport.com/gettingstarted.html](https://tetrasupport.com/gettingstarted.html) — add a <main> element (or role=main) around the primary content
- [https://tetrasupport.com/index.html](https://tetrasupport.com/index.html) — add a <main> element (or role=main) around the primary content
- [https://tetrasupport.com/solutions.html](https://tetrasupport.com/solutions.html) — add a <main> element (or role=main) around the primary content

#### Main text is hard to read (low Flesch Reading Ease)

- Rule: `content.readability_poor` · Category: Content · Occurrences: 4

- [https://tetrasupport.com/](https://tetrasupport.com/) — this page reads as difficult (Flesch Reading Ease 47, 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.
- [https://tetrasupport.com/aboutus.html](https://tetrasupport.com/aboutus.html) — this page reads as difficult (Flesch Reading Ease 43, 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.
- [https://tetrasupport.com/index.html](https://tetrasupport.com/index.html) — this page reads as difficult (Flesch Reading Ease 47, 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.
- [https://tetrasupport.com/solutions.html](https://tetrasupport.com/solutions.html) — this page reads as very difficult (Flesch Reading Ease 19, 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.

#### Missing <!DOCTYPE html> (quirks-mode rendering risk)

- Rule: `encoding.doctype_missing` · Category: Content · Occurrences: 1

- [https://tetrasupport.com/gettingstarted.html](https://tetrasupport.com/gettingstarted.html) — no <!DOCTYPE html> in the response — add it to avoid quirks-mode rendering differences

#### Missing html lang attribute

- Rule: `i18n.lang_missing` · Category: Mobile · Occurrences: 5

- [https://tetrasupport.com/](https://tetrasupport.com/)
- [https://tetrasupport.com/aboutus.html](https://tetrasupport.com/aboutus.html)
- [https://tetrasupport.com/gettingstarted.html](https://tetrasupport.com/gettingstarted.html)
- [https://tetrasupport.com/index.html](https://tetrasupport.com/index.html)
- [https://tetrasupport.com/solutions.html](https://tetrasupport.com/solutions.html)

#### Image filename is generic/auto-generated (missed image-search signal)

- Rule: `images.generic_filename` · Category: Images · Occurrences: 5

- [https://tetrasupport.com/](https://tetrasupport.com/) — 3 image(s) use a generic/auto-generated filename (e.g. IMG_1234.jpg, photo1.png, a bare UUID). Google reads the filename as a signal of image content, so rename files descriptively (hyphen-separated words) before upload.
- [https://tetrasupport.com/aboutus.html](https://tetrasupport.com/aboutus.html) — 1 image(s) use a generic/auto-generated filename (e.g. IMG_1234.jpg, photo1.png, a bare UUID). Google reads the filename as a signal of image content, so rename files descriptively (hyphen-separated words) before upload.
- [https://tetrasupport.com/gettingstarted.html](https://tetrasupport.com/gettingstarted.html) — 1 image(s) use a generic/auto-generated filename (e.g. IMG_1234.jpg, photo1.png, a bare UUID). Google reads the filename as a signal of image content, so rename files descriptively (hyphen-separated words) before upload.
- [https://tetrasupport.com/index.html](https://tetrasupport.com/index.html) — 3 image(s) use a generic/auto-generated filename (e.g. IMG_1234.jpg, photo1.png, a bare UUID). Google reads the filename as a signal of image content, so rename files descriptively (hyphen-separated words) before upload.
- [https://tetrasupport.com/solutions.html](https://tetrasupport.com/solutions.html) — 1 image(s) use a generic/auto-generated filename (e.g. IMG_1234.jpg, photo1.png, a bare UUID). Google reads the filename as a signal of image content, so rename files descriptively (hyphen-separated words) before upload.

#### Likely hero image lacks fetchpriority=high

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

- [https://tetrasupport.com/](https://tetrasupport.com/) — the likely hero/LCP image (topleft.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.
- [https://tetrasupport.com/aboutus.html](https://tetrasupport.com/aboutus.html) — the likely hero/LCP image (topleft.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.
- [https://tetrasupport.com/gettingstarted.html](https://tetrasupport.com/gettingstarted.html) — the likely hero/LCP image (topleft.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.
- [https://tetrasupport.com/index.html](https://tetrasupport.com/index.html) — the likely hero/LCP image (topleft.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.
- [https://tetrasupport.com/solutions.html](https://tetrasupport.com/solutions.html) — the likely hero/LCP image (topleft.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.

#### Missing Open Graph tags

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

- [https://tetrasupport.com/](https://tetrasupport.com/) — og:title, og:description, og:image
- [https://tetrasupport.com/aboutus.html](https://tetrasupport.com/aboutus.html) — og:title, og:description, og:image
- [https://tetrasupport.com/gettingstarted.html](https://tetrasupport.com/gettingstarted.html) — og:title, og:description, og:image
- [https://tetrasupport.com/index.html](https://tetrasupport.com/index.html) — og:title, og:description, og:image
- [https://tetrasupport.com/solutions.html](https://tetrasupport.com/solutions.html) — og:title, og:description, og:image

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

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

- [https://tetrasupport.com/](https://tetrasupport.com/) — 14 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://tetrasupport.com/aboutus.html](https://tetrasupport.com/aboutus.html) — 12 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://tetrasupport.com/gettingstarted.html](https://tetrasupport.com/gettingstarted.html) — 12 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://tetrasupport.com/index.html](https://tetrasupport.com/index.html) — 14 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://tetrasupport.com/solutions.html](https://tetrasupport.com/solutions.html) — 12 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 structured data detected

- Rule: `schema.none` · Category: Structured Data · Occurrences: 5

- [https://tetrasupport.com/](https://tetrasupport.com/)
- [https://tetrasupport.com/aboutus.html](https://tetrasupport.com/aboutus.html)
- [https://tetrasupport.com/gettingstarted.html](https://tetrasupport.com/gettingstarted.html)
- [https://tetrasupport.com/index.html](https://tetrasupport.com/index.html)
- [https://tetrasupport.com/solutions.html](https://tetrasupport.com/solutions.html)

#### Missing recommended security headers

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

- [https://tetrasupport.com/](https://tetrasupport.com/) — HSTS, CSP, X-Content-Type-Options
- [https://tetrasupport.com/aboutus.html](https://tetrasupport.com/aboutus.html) — HSTS, CSP, X-Content-Type-Options
- [https://tetrasupport.com/gettingstarted.html](https://tetrasupport.com/gettingstarted.html) — X-Content-Type-Options, HSTS, CSP
- [https://tetrasupport.com/index.html](https://tetrasupport.com/index.html) — HSTS, CSP, X-Content-Type-Options
- [https://tetrasupport.com/solutions.html](https://tetrasupport.com/solutions.html) — HSTS, CSP, X-Content-Type-Options

#### Missing Twitter Card tag

- Rule: `twitter.missing` · Category: Social · Occurrences: 5

- [https://tetrasupport.com/](https://tetrasupport.com/)
- [https://tetrasupport.com/aboutus.html](https://tetrasupport.com/aboutus.html)
- [https://tetrasupport.com/gettingstarted.html](https://tetrasupport.com/gettingstarted.html)
- [https://tetrasupport.com/index.html](https://tetrasupport.com/index.html)
- [https://tetrasupport.com/solutions.html](https://tetrasupport.com/solutions.html)

## Checks & coverage

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

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

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

## 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
