---
tool: Crawlinx SEO audit
source: https://crawlinx.com
domain: moziztech.com
report_url: "https://crawlinx.com/audit/moziztech.com"
crawl_id: 20260718T161940-02e0846d
health_score: 65
generated_at: 2026-08-26T17:31:15Z
total_pages: 5
html_pages: 5
indexable_pages: 5
errors: 0
warnings: 29
notices: 20
---

# SEO audit: moziztech.com

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

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

## Overview

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

## Categories

| Category | Score | Errors | Warnings | Notices |
| --- | ---: | ---: | ---: | ---: |
| Content | 70 | 0 | 5 | 5 |
| Headings | 70 | 0 | 5 | 0 |
| Rendering | 70 | 0 | 5 | 0 |
| Security | 70 | 0 | 5 | 5 |
| Canonical | 76 | 0 | 4 | 5 |
| Links | 76 | 0 | 4 | 0 |
| Duplicate | 94 | 0 | 1 | 0 |
| Structured Data | 100 | 0 | 0 | 5 |

## Issues

### Warnings (29)

#### Interior page canonicalizes to the homepage

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

- [https://moziztech.com/about](https://moziztech.com/about) — this interior page canonicalizes to the homepage (https://moziztech.com/) — Google will treat the homepage as authoritative and drop this page from search. Point the canonical at the page's own URL.
- [https://moziztech.com/contact](https://moziztech.com/contact) — this interior page canonicalizes to the homepage (https://moziztech.com/) — Google will treat the homepage as authoritative and drop this page from search. Point the canonical at the page's own URL.
- [https://moziztech.com/faq](https://moziztech.com/faq) — this interior page canonicalizes to the homepage (https://moziztech.com/) — Google will treat the homepage as authoritative and drop this page from search. Point the canonical at the page's own URL.
- [https://moziztech.com/services](https://moziztech.com/services) — this interior page canonicalizes to the homepage (https://moziztech.com/) — 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: 5

- [https://moziztech.com/](https://moziztech.com/) — 0 words
- [https://moziztech.com/about](https://moziztech.com/about) — 0 words
- [https://moziztech.com/contact](https://moziztech.com/contact) — 0 words
- [https://moziztech.com/faq](https://moziztech.com/faq) — 0 words
- [https://moziztech.com/services](https://moziztech.com/services) — 0 words

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

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

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

#### Missing <h1>

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

- [https://moziztech.com/](https://moziztech.com/)
- [https://moziztech.com/about](https://moziztech.com/about)
- [https://moziztech.com/contact](https://moziztech.com/contact)
- [https://moziztech.com/faq](https://moziztech.com/faq)
- [https://moziztech.com/services](https://moziztech.com/services)

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

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

- [https://moziztech.com/](https://moziztech.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://moziztech.com/about](https://moziztech.com/about) — 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://moziztech.com/contact](https://moziztech.com/contact) — 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://moziztech.com/faq](https://moziztech.com/faq) — 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://moziztech.com/services](https://moziztech.com/services) — 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".

#### Orphan page (no internal inlinks)

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

- [https://moziztech.com/about](https://moziztech.com/about) — no internal links point here
- [https://moziztech.com/contact](https://moziztech.com/contact) — no internal links point here
- [https://moziztech.com/faq](https://moziztech.com/faq) — no internal links point here
- [https://moziztech.com/services](https://moziztech.com/services) — no internal links point here

#### Content only rendered by JavaScript (invisible to non-JS crawlers & AI)

- Rule: `rendering.js_shell` · Category: Rendering · Occurrences: 5

- [https://moziztech.com/](https://moziztech.com/) — Raw HTML has 0 words and 0 links — this page is built by JavaScript in the browser. Googlebot renders JS but delays it, and most crawlers and AI assistants (ChatGPT, Perplexity, Claude) don't run JavaScript at all, so to them the page looks empty. Server-render or pre-render your main content and navigation.
- [https://moziztech.com/about](https://moziztech.com/about) — Raw HTML has 0 words and 0 links — this page is built by JavaScript in the browser. Googlebot renders JS but delays it, and most crawlers and AI assistants (ChatGPT, Perplexity, Claude) don't run JavaScript at all, so to them the page looks empty. Server-render or pre-render your main content and navigation.
- [https://moziztech.com/contact](https://moziztech.com/contact) — Raw HTML has 0 words and 0 links — this page is built by JavaScript in the browser. Googlebot renders JS but delays it, and most crawlers and AI assistants (ChatGPT, Perplexity, Claude) don't run JavaScript at all, so to them the page looks empty. Server-render or pre-render your main content and navigation.
- [https://moziztech.com/faq](https://moziztech.com/faq) — Raw HTML has 0 words and 0 links — this page is built by JavaScript in the browser. Googlebot renders JS but delays it, and most crawlers and AI assistants (ChatGPT, Perplexity, Claude) don't run JavaScript at all, so to them the page looks empty. Server-render or pre-render your main content and navigation.
- [https://moziztech.com/services](https://moziztech.com/services) — Raw HTML has 0 words and 0 links — this page is built by JavaScript in the browser. Googlebot renders JS but delays it, and most crawlers and AI assistants (ChatGPT, Perplexity, Claude) don't run JavaScript at all, so to them the page looks empty. Server-render or pre-render your main content and navigation.

### Notices (20)

#### Canonical target reachable only via a canonical tag (no inlinks)

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

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

#### Canonical points to a different URL

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

- [https://moziztech.com/about](https://moziztech.com/about) — canonical=https://moziztech.com/
- [https://moziztech.com/contact](https://moziztech.com/contact) — canonical=https://moziztech.com/
- [https://moziztech.com/faq](https://moziztech.com/faq) — canonical=https://moziztech.com/
- [https://moziztech.com/services](https://moziztech.com/services) — canonical=https://moziztech.com/

#### Legacy <meta name=keywords> tag present (Google ignores it)

- Rule: `meta.keywords_present` · Category: Content · Occurrences: 5

- [https://moziztech.com/](https://moziztech.com/) — a <meta name="keywords"> tag is present — Google has ignored it since 2009; remove it to cut template debt
- [https://moziztech.com/about](https://moziztech.com/about) — a <meta name="keywords"> tag is present — Google has ignored it since 2009; remove it to cut template debt
- [https://moziztech.com/contact](https://moziztech.com/contact) — a <meta name="keywords"> tag is present — Google has ignored it since 2009; remove it to cut template debt
- [https://moziztech.com/faq](https://moziztech.com/faq) — a <meta name="keywords"> tag is present — Google has ignored it since 2009; remove it to cut template debt
- [https://moziztech.com/services](https://moziztech.com/services) — a <meta name="keywords"> tag is present — Google has ignored it since 2009; remove it to cut template debt

#### No structured data detected

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

- [https://moziztech.com/](https://moziztech.com/)
- [https://moziztech.com/about](https://moziztech.com/about)
- [https://moziztech.com/contact](https://moziztech.com/contact)
- [https://moziztech.com/faq](https://moziztech.com/faq)
- [https://moziztech.com/services](https://moziztech.com/services)

#### Missing recommended security headers

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

- [https://moziztech.com/](https://moziztech.com/) — HSTS, CSP, X-Content-Type-Options
- [https://moziztech.com/about](https://moziztech.com/about) — HSTS, CSP, X-Content-Type-Options
- [https://moziztech.com/contact](https://moziztech.com/contact) — X-Content-Type-Options, HSTS, CSP
- [https://moziztech.com/faq](https://moziztech.com/faq) — HSTS, CSP, X-Content-Type-Options
- [https://moziztech.com/services](https://moziztech.com/services) — HSTS, CSP, X-Content-Type-Options

## Checks & coverage

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

- ✓ Agent Readiness — clean
- ✓ AI Content — clean
- ✓ Amp — clean
- ✓ Budget — clean
- ✓ Cache — clean
- ✗ Canonical — 4 warning(s), 5 notice(s)
- ✗ Content — 5 warning(s), 5 notice(s)
- ✓ Crawlability — clean
- ✗ Duplicate — 1 warning(s)
- ✓ Geo — clean
- ✗ Headings — 5 warning(s)
- ✓ Hreflang — clean
- ✓ Images — clean
- ✓ Indexability — clean
- ✗ Links — 4 warning(s)
- ✓ Meta Description — clean
- ✓ Mobile — clean
- ✓ Performance — clean
- ✗ Rendering — 5 warning(s)
- ✓ Robots — clean
- ✗ Security — 5 warning(s), 5 notice(s)
- ✓ Sitemap — clean
- ✓ Social — clean
- ✗ 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/moziztech.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
