---
tool: Crawlinx SEO audit
source: https://crawlinx.com
domain: codesample.co.il
report_url: "https://crawlinx.com/audit/codesample.co.il"
crawl_id: 20260718T104044-5a640fd8
health_score: 65
generated_at: 2026-08-26T17:28:05Z
total_pages: 9
html_pages: 9
indexable_pages: 9
errors: 0
warnings: 13
notices: 61
---

# SEO audit: codesample.co.il

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

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

## Overview

| Metric | Value |
| --- | --- |
| Pages crawled | 9 |
| HTML pages | 9 |
| Indexable | 9 |
| Non-indexable | 0 |
| Orphan pages | 0 |
| Broken internal links | 0 |
| Avg response time | 2442 ms |
| Errors / Warnings / Notices | 0 / 13 / 61 |
| Status codes | 9×200 |

## Categories

| Category | Score | Errors | Warnings | Notices |
| --- | ---: | ---: | ---: | ---: |
| Security | 70 | 0 | 9 | 9 |
| Duplicate | 93 | 0 | 2 | 0 |
| Canonical | 97 | 0 | 1 | 2 |
| Images | 97 | 0 | 1 | 9 |
| Agent Readiness | 100 | 0 | 0 | 19 |
| Performance | 100 | 0 | 0 | 15 |
| Structured Data | 100 | 0 | 0 | 7 |

## Issues

### Warnings (13)

#### Interior page canonicalizes to the homepage

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

- [https://codesample.co.il/index.html](https://codesample.co.il/index.html) — this interior page canonicalizes to the homepage (https://codesample.co.il/) — Google will treat the homepage as authoritative and drop this page from search. Point the canonical at the page's own URL.

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

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

- [https://codesample.co.il/](https://codesample.co.il/) — http://codesample.co.il/ 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://codesample.co.il/](https://codesample.co.il/) — http://www.codesample.co.il/ 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.

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

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

- [https://codesample.co.il/](https://codesample.co.il/) — 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://codesample.co.il/about.html](https://codesample.co.il/about.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://codesample.co.il/accessibility-statement.html](https://codesample.co.il/accessibility-statement.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://codesample.co.il/contact.html](https://codesample.co.il/contact.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://codesample.co.il/cookie-policy.html](https://codesample.co.il/cookie-policy.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://codesample.co.il/index.html](https://codesample.co.il/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://codesample.co.il/portfolio.html](https://codesample.co.il/portfolio.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://codesample.co.il/privacy-policy.html](https://codesample.co.il/privacy-policy.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://codesample.co.il/website-building.html](https://codesample.co.il/website-building.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: 1

- [https://codesample.co.il/portfolio.html](https://codesample.co.il/portfolio.html) — 1 of 25 images missing alt

### Notices (61)

#### Heading levels skip a level

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

- [https://codesample.co.il/](https://codesample.co.il/) — h3 follows h1 — skips h2
- [https://codesample.co.il/about.html](https://codesample.co.il/about.html) — h4 follows h2 — skips h3
- [https://codesample.co.il/accessibility-statement.html](https://codesample.co.il/accessibility-statement.html) — h4 follows h2 — skips h3
- [https://codesample.co.il/contact.html](https://codesample.co.il/contact.html) — h4 follows h2 — skips h3
- [https://codesample.co.il/cookie-policy.html](https://codesample.co.il/cookie-policy.html) — h4 follows h2 — skips h3
- [https://codesample.co.il/index.html](https://codesample.co.il/index.html) — h3 follows h1 — skips h2
- [https://codesample.co.il/portfolio.html](https://codesample.co.il/portfolio.html) — h3 follows h1 — skips h2
- [https://codesample.co.il/privacy-policy.html](https://codesample.co.il/privacy-policy.html) — h4 follows h2 — skips h3
- [https://codesample.co.il/website-building.html](https://codesample.co.il/website-building.html) — h4 follows h2 — skips h3

#### No llms.txt for AI agents

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

- [https://codesample.co.il/](https://codesample.co.il/) — 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: 9

- [https://codesample.co.il/](https://codesample.co.il/) — add a <main> element (or role=main) around the primary content
- [https://codesample.co.il/about.html](https://codesample.co.il/about.html) — add a <main> element (or role=main) around the primary content
- [https://codesample.co.il/accessibility-statement.html](https://codesample.co.il/accessibility-statement.html) — add a <main> element (or role=main) around the primary content
- [https://codesample.co.il/contact.html](https://codesample.co.il/contact.html) — add a <main> element (or role=main) around the primary content
- [https://codesample.co.il/cookie-policy.html](https://codesample.co.il/cookie-policy.html) — add a <main> element (or role=main) around the primary content
- [https://codesample.co.il/index.html](https://codesample.co.il/index.html) — add a <main> element (or role=main) around the primary content
- [https://codesample.co.il/portfolio.html](https://codesample.co.il/portfolio.html) — add a <main> element (or role=main) around the primary content
- [https://codesample.co.il/privacy-policy.html](https://codesample.co.il/privacy-policy.html) — add a <main> element (or role=main) around the primary content
- [https://codesample.co.il/website-building.html](https://codesample.co.il/website-building.html) — add a <main> element (or role=main) around the primary content

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

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

- [https://codesample.co.il/](https://codesample.co.il/) — 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: 1

- [https://codesample.co.il/index.html](https://codesample.co.il/index.html) — canonical=https://codesample.co.il/

#### Likely hero image lacks fetchpriority=high

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

- [https://codesample.co.il/](https://codesample.co.il/) — the likely hero/LCP image (logo.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.
- [https://codesample.co.il/about.html](https://codesample.co.il/about.html) — the likely hero/LCP image (logo.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.
- [https://codesample.co.il/index.html](https://codesample.co.il/index.html) — the likely hero/LCP image (logo.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.
- [https://codesample.co.il/portfolio.html](https://codesample.co.il/portfolio.html) — the likely hero/LCP image (yomtov.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: 9

- [https://codesample.co.il/](https://codesample.co.il/) — 2 of 2 images without width/height
- [https://codesample.co.il/about.html](https://codesample.co.il/about.html) — 2 of 2 images without width/height
- [https://codesample.co.il/accessibility-statement.html](https://codesample.co.il/accessibility-statement.html) — 1 of 1 images without width/height
- [https://codesample.co.il/contact.html](https://codesample.co.il/contact.html) — 1 of 1 images without width/height
- [https://codesample.co.il/cookie-policy.html](https://codesample.co.il/cookie-policy.html) — 1 of 1 images without width/height
- [https://codesample.co.il/index.html](https://codesample.co.il/index.html) — 2 of 2 images without width/height
- [https://codesample.co.il/portfolio.html](https://codesample.co.il/portfolio.html) — 25 of 25 images without width/height
- [https://codesample.co.il/privacy-policy.html](https://codesample.co.il/privacy-policy.html) — 1 of 1 images without width/height
- [https://codesample.co.il/website-building.html](https://codesample.co.il/website-building.html) — 1 of 1 images without width/height

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

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

- [https://codesample.co.il/](https://codesample.co.il/) — 2 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://codesample.co.il/about.html](https://codesample.co.il/about.html) — 2 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://codesample.co.il/accessibility-statement.html](https://codesample.co.il/accessibility-statement.html) — 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://codesample.co.il/contact.html](https://codesample.co.il/contact.html) — 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://codesample.co.il/cookie-policy.html](https://codesample.co.il/cookie-policy.html) — 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://codesample.co.il/index.html](https://codesample.co.il/index.html) — 2 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://codesample.co.il/portfolio.html](https://codesample.co.il/portfolio.html) — 24 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://codesample.co.il/privacy-policy.html](https://codesample.co.il/privacy-policy.html) — 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://codesample.co.il/website-building.html](https://codesample.co.il/website-building.html) — 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.

#### Slow server response

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

- [https://codesample.co.il/about.html](https://codesample.co.il/about.html) — 5633 ms
- [https://codesample.co.il/portfolio.html](https://codesample.co.il/portfolio.html) — 11385 ms

#### No structured data detected

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

- [https://codesample.co.il/about.html](https://codesample.co.il/about.html)
- [https://codesample.co.il/accessibility-statement.html](https://codesample.co.il/accessibility-statement.html)
- [https://codesample.co.il/contact.html](https://codesample.co.il/contact.html)
- [https://codesample.co.il/cookie-policy.html](https://codesample.co.il/cookie-policy.html)
- [https://codesample.co.il/portfolio.html](https://codesample.co.il/portfolio.html)
- [https://codesample.co.il/privacy-policy.html](https://codesample.co.il/privacy-policy.html)
- [https://codesample.co.il/website-building.html](https://codesample.co.il/website-building.html)

#### Missing recommended security headers

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

- [https://codesample.co.il/](https://codesample.co.il/) — X-Content-Type-Options, HSTS
- [https://codesample.co.il/about.html](https://codesample.co.il/about.html) — HSTS, X-Content-Type-Options
- [https://codesample.co.il/accessibility-statement.html](https://codesample.co.il/accessibility-statement.html) — X-Content-Type-Options, HSTS
- [https://codesample.co.il/contact.html](https://codesample.co.il/contact.html) — HSTS, X-Content-Type-Options
- [https://codesample.co.il/cookie-policy.html](https://codesample.co.il/cookie-policy.html) — HSTS, X-Content-Type-Options
- [https://codesample.co.il/index.html](https://codesample.co.il/index.html) — HSTS, X-Content-Type-Options
- [https://codesample.co.il/portfolio.html](https://codesample.co.il/portfolio.html) — X-Content-Type-Options, HSTS
- [https://codesample.co.il/privacy-policy.html](https://codesample.co.il/privacy-policy.html) — HSTS, X-Content-Type-Options
- [https://codesample.co.il/website-building.html](https://codesample.co.il/website-building.html) — HSTS, X-Content-Type-Options

## Checks & coverage

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

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

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

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