---
tool: Crawlinx SEO audit
source: https://crawlinx.com
domain: radioaccent.be
report_url: "https://crawlinx.com/audit/radioaccent.be"
crawl_id: 20260802T004305-188b3f09
health_score: 65
generated_at: 2026-08-26T03:54:49Z
total_pages: 10
html_pages: 10
indexable_pages: 9
errors: 0
warnings: 26
notices: 44
---

# SEO audit: radioaccent.be

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

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

## Overview

| Metric | Value |
| --- | --- |
| Pages crawled | 10 |
| HTML pages | 10 |
| Indexable | 9 |
| Non-indexable | 1 |
| Orphan pages | 0 |
| Broken internal links | 0 |
| Avg response time | 992 ms |
| Errors / Warnings / Notices | 0 / 26 / 44 |
| Status codes | 10×200 |

## Categories

| Category | Score | Errors | Warnings | Notices |
| --- | ---: | ---: | ---: | ---: |
| Security | 70 | 0 | 10 | 10 |
| Content | 73 | 0 | 9 | 0 |
| Performance | 94 | 0 | 2 | 2 |
| Budget | 97 | 0 | 1 | 0 |
| Canonical | 97 | 0 | 1 | 2 |
| Crawlability | 97 | 0 | 1 | 0 |
| Duplicate | 97 | 0 | 1 | 0 |
| Indexability | 97 | 0 | 1 | 0 |
| Agent Readiness | 100 | 0 | 0 | 5 |
| Cache | 100 | 0 | 0 | 10 |
| Images | 100 | 0 | 0 | 2 |
| Links | 100 | 0 | 0 | 3 |
| Robots | 100 | 0 | 0 | 1 |
| Structured Data | 100 | 0 | 0 | 9 |

## Issues

### Warnings (26)

#### Noindex page receives internal links (crawl-budget waste)

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

- [https://radioaccent.be/nieuws.html](https://radioaccent.be/nieuws.html) — 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://radioaccent.be/, https://radioaccent.be/index.html.

#### Interior page canonicalizes to the homepage

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

- [https://radioaccent.be/index.html](https://radioaccent.be/index.html) — this interior page canonicalizes to the homepage (https://radioaccent.be/) — 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

- [https://radioaccent.be/](https://radioaccent.be/) — 199 words
- [https://radioaccent.be/adverteren.html](https://radioaccent.be/adverteren.html) — 96 words
- [https://radioaccent.be/contact.html](https://radioaccent.be/contact.html) — 62 words
- [https://radioaccent.be/index.html](https://radioaccent.be/index.html) — 199 words
- [https://radioaccent.be/luisteren.html](https://radioaccent.be/luisteren.html) — 96 words
- [https://radioaccent.be/mixen.html](https://radioaccent.be/mixen.html) — 41 words
- [https://radioaccent.be/playlist.html](https://radioaccent.be/playlist.html) — 82 words
- [https://radioaccent.be/privacy.html](https://radioaccent.be/privacy.html) — 83 words
- [https://radioaccent.be/programmas.html](https://radioaccent.be/programmas.html) — 99 words

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

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

- [https://radioaccent.be/](https://radioaccent.be/) — https://www.radioaccent.be/ 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: 10

- [https://radioaccent.be/](https://radioaccent.be/) — 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://radioaccent.be/adverteren.html](https://radioaccent.be/adverteren.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://radioaccent.be/contact.html](https://radioaccent.be/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://radioaccent.be/index.html](https://radioaccent.be/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://radioaccent.be/luisteren.html](https://radioaccent.be/luisteren.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://radioaccent.be/mixen.html](https://radioaccent.be/mixen.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://radioaccent.be/nieuws.html](https://radioaccent.be/nieuws.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://radioaccent.be/playlist.html](https://radioaccent.be/playlist.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://radioaccent.be/privacy.html](https://radioaccent.be/privacy.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://radioaccent.be/programmas.html](https://radioaccent.be/programmas.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".

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

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

- [https://radioaccent.be/](https://radioaccent.be/) — the likely hero/LCP image (logo_dab.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://radioaccent.be/index.html](https://radioaccent.be/index.html) — the likely hero/LCP image (logo_dab.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.

#### noindex + nofollow (blocks link equity flow)

- Rule: `index.noindex_nofollow` · Category: Indexability · Occurrences: 1

- [https://radioaccent.be/nieuws.html](https://radioaccent.be/nieuws.html) — meta/X-Robots: meta=noindex,nofollow

#### Meta-refresh redirect (use an HTTP 301 instead)

- Rule: `meta.refresh_redirect` · Category: Crawlability · Occurrences: 1

- [https://radioaccent.be/nieuws.html](https://radioaccent.be/nieuws.html) — meta-refresh redirect (content="0; url=index.html") — replace it with a server-side HTTP 301

### Notices (44)

#### Heading levels skip a level

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

- [https://radioaccent.be/adverteren.html](https://radioaccent.be/adverteren.html) — h3 follows h1 — skips h2
- [https://radioaccent.be/contact.html](https://radioaccent.be/contact.html) — h3 follows h1 — skips h2
- [https://radioaccent.be/luisteren.html](https://radioaccent.be/luisteren.html) — h3 follows h1 — skips h2
- [https://radioaccent.be/privacy.html](https://radioaccent.be/privacy.html) — h3 follows h1 — skips h2

#### No llms.txt for AI agents

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

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

#### Page served uncached (no-store/private or CDN bypass)

- Rule: `cache.not_cacheable` · Category: Cache · Occurrences: 10

- [https://radioaccent.be/](https://radioaccent.be/) — Cache-Control: no-cache, no-store, must-revalidate, max-age=0
- [https://radioaccent.be/adverteren.html](https://radioaccent.be/adverteren.html) — Cache-Control: no-cache, no-store, must-revalidate, max-age=0
- [https://radioaccent.be/contact.html](https://radioaccent.be/contact.html) — Cache-Control: no-cache, no-store, must-revalidate, max-age=0
- [https://radioaccent.be/index.html](https://radioaccent.be/index.html) — Cache-Control: no-cache, no-store, must-revalidate, max-age=0
- [https://radioaccent.be/luisteren.html](https://radioaccent.be/luisteren.html) — Cache-Control: no-cache, no-store, must-revalidate, max-age=0
- [https://radioaccent.be/mixen.html](https://radioaccent.be/mixen.html) — Cache-Control: no-cache, no-store, must-revalidate, max-age=0
- [https://radioaccent.be/nieuws.html](https://radioaccent.be/nieuws.html) — Cache-Control: no-cache, no-store, must-revalidate, max-age=0
- [https://radioaccent.be/playlist.html](https://radioaccent.be/playlist.html) — Cache-Control: no-cache, no-store, must-revalidate, max-age=0
- [https://radioaccent.be/privacy.html](https://radioaccent.be/privacy.html) — Cache-Control: no-cache, no-store, must-revalidate, max-age=0
- [https://radioaccent.be/programmas.html](https://radioaccent.be/programmas.html) — Cache-Control: no-cache, no-store, must-revalidate, max-age=0

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

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

- [https://radioaccent.be/](https://radioaccent.be/) — 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://radioaccent.be/index.html](https://radioaccent.be/index.html) — canonical=https://radioaccent.be/

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

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

- [https://radioaccent.be/](https://radioaccent.be/) — 4 of 4 images without width/height
- [https://radioaccent.be/index.html](https://radioaccent.be/index.html) — 4 of 4 images without width/height

#### Page has only one internal inlink (fragile crawl path)

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

- [https://radioaccent.be/contact.html](https://radioaccent.be/contact.html) — only one internal link points here — if that source changes, this page becomes an orphan. Add more contextual internal links to strengthen the crawl path.

#### Internal link points to a noindex page

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

- [https://radioaccent.be/](https://radioaccent.be/) — https://radioaccent.be/nieuws.html
- [https://radioaccent.be/index.html](https://radioaccent.be/index.html) — https://radioaccent.be/nieuws.html

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

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

- [https://radioaccent.be/](https://radioaccent.be/) — 3 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://radioaccent.be/index.html](https://radioaccent.be/index.html) — 3 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.

#### robots.txt missing (root returns 404/none)

- Rule: `robots.txt_missing` · Category: Robots · Occurrences: 1

- [https://radioaccent.be/](https://radioaccent.be/) — robots.txt did not return a 200 at the site root — a healthy site should serve one (declare your sitemap and confirm the host serves root files)

#### No structured data detected

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

- [https://radioaccent.be/](https://radioaccent.be/)
- [https://radioaccent.be/adverteren.html](https://radioaccent.be/adverteren.html)
- [https://radioaccent.be/contact.html](https://radioaccent.be/contact.html)
- [https://radioaccent.be/index.html](https://radioaccent.be/index.html)
- [https://radioaccent.be/luisteren.html](https://radioaccent.be/luisteren.html)
- [https://radioaccent.be/mixen.html](https://radioaccent.be/mixen.html)
- [https://radioaccent.be/playlist.html](https://radioaccent.be/playlist.html)
- [https://radioaccent.be/privacy.html](https://radioaccent.be/privacy.html)
- [https://radioaccent.be/programmas.html](https://radioaccent.be/programmas.html)

#### Missing recommended security headers

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

- [https://radioaccent.be/](https://radioaccent.be/) — CSP
- [https://radioaccent.be/adverteren.html](https://radioaccent.be/adverteren.html) — CSP
- [https://radioaccent.be/contact.html](https://radioaccent.be/contact.html) — CSP
- [https://radioaccent.be/index.html](https://radioaccent.be/index.html) — CSP
- [https://radioaccent.be/luisteren.html](https://radioaccent.be/luisteren.html) — CSP
- [https://radioaccent.be/mixen.html](https://radioaccent.be/mixen.html) — CSP
- [https://radioaccent.be/nieuws.html](https://radioaccent.be/nieuws.html) — CSP
- [https://radioaccent.be/playlist.html](https://radioaccent.be/playlist.html) — CSP
- [https://radioaccent.be/privacy.html](https://radioaccent.be/privacy.html) — CSP
- [https://radioaccent.be/programmas.html](https://radioaccent.be/programmas.html) — CSP

## Checks & coverage

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

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

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

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