---
tool: Crawlinx SEO audit
source: https://crawlinx.com
domain: trelline.com
report_url: "https://crawlinx.com/audit/trelline.com"
crawl_id: 20260724T165515-005718c3
health_score: 65
generated_at: 2026-07-29T00:38:08Z
total_pages: 26
html_pages: 26
indexable_pages: 26
errors: 0
warnings: 197
notices: 218
---

# SEO audit: trelline.com

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

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

## Overview

| Metric | Value |
| --- | --- |
| Pages crawled | 26 |
| HTML pages | 26 |
| Indexable | 26 |
| Non-indexable | 0 |
| Orphan pages | 7 |
| Broken internal links | 0 |
| Avg response time | 986 ms |
| Errors / Warnings / Notices | 0 / 197 / 218 |
| Status codes | 26×200 |

## Categories

| Category | Score | Errors | Warnings | Notices |
| --- | ---: | ---: | ---: | ---: |
| Links | 0 | 0 | 121 | 11 |
| Hreflang | 70 | 0 | 26 | 0 |
| Security | 70 | 0 | 26 | 1 |
| Canonical | 86 | 0 | 12 | 19 |
| Content | 93 | 0 | 6 | 38 |
| Video | 97 | 0 | 3 | 0 |
| Structured Data | 98 | 0 | 2 | 47 |
| Duplicate | 99 | 0 | 1 | 0 |
| Agent Readiness | 100 | 0 | 0 | 32 |
| Cache | 100 | 0 | 0 | 26 |
| Crawlability | 100 | 0 | 0 | 24 |
| Images | 100 | 0 | 0 | 9 |
| Meta Description | 100 | 0 | 0 | 8 |
| Performance | 100 | 0 | 0 | 3 |

## Issues

### Warnings (197)

#### Interior page canonicalizes to the homepage

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

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

#### Canonical target redirects to another URL

- Rule: `canonical.to_redirect` · Category: Canonical · Occurrences: 11

- [http://trelline.com/blog](http://trelline.com/blog) — canonical → https://trelline.com/blog which redirects to http://trelline.com/blog/
- [http://trelline.com/contact](http://trelline.com/contact) — canonical → https://trelline.com/contact which redirects to http://trelline.com/contact/
- [http://trelline.com/features/buyer-journey-replay](http://trelline.com/features/buyer-journey-replay) — canonical → https://trelline.com/features/buyer-journey-replay which redirects to http://trelline.com/features/buyer-journey-replay/
- [http://trelline.com/features/monthly-scripts](http://trelline.com/features/monthly-scripts) — canonical → https://trelline.com/features/monthly-scripts which redirects to http://trelline.com/features/monthly-scripts/
- [http://trelline.com/features/opportunity-feed](http://trelline.com/features/opportunity-feed) — canonical → https://trelline.com/features/opportunity-feed which redirects to http://trelline.com/features/opportunity-feed/
- [http://trelline.com/features/revenue-rank](http://trelline.com/features/revenue-rank) — canonical → https://trelline.com/features/revenue-rank which redirects to http://trelline.com/features/revenue-rank/
- [http://trelline.com/features/strategy-steal](http://trelline.com/features/strategy-steal) — canonical → https://trelline.com/features/strategy-steal which redirects to http://trelline.com/features/strategy-steal/
- [http://trelline.com/privacy-policy](http://trelline.com/privacy-policy) — canonical → https://trelline.com/privacy-policy which redirects to http://trelline.com/privacy-policy/
- [http://trelline.com/refund-policy](http://trelline.com/refund-policy) — canonical → https://trelline.com/refund-policy which redirects to http://trelline.com/refund-policy/
- [http://trelline.com/terms-of-service](http://trelline.com/terms-of-service) — canonical → https://trelline.com/terms-of-service which redirects to http://trelline.com/terms-of-service/
- [http://trelline.com/waitlist](http://trelline.com/waitlist) — canonical → https://trelline.com/waitlist which redirects to http://trelline.com/waitlist/

#### Thin content (low word count)

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

- [http://trelline.com/blog](http://trelline.com/blog) — 47 words
- [http://trelline.com/contact](http://trelline.com/contact) — 112 words
- [http://trelline.com/waitlist](http://trelline.com/waitlist) — 78 words
- [https://trelline.com/blog](https://trelline.com/blog) — 47 words
- [https://trelline.com/contact](https://trelline.com/contact) — 112 words
- [https://trelline.com/waitlist](https://trelline.com/waitlist) — 78 words

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

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

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

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

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

- [http://trelline.com/](http://trelline.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".
- [http://trelline.com/blog](http://trelline.com/blog) — 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".
- [http://trelline.com/contact](http://trelline.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".
- [http://trelline.com/features/buyer-journey-replay](http://trelline.com/features/buyer-journey-replay) — 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".
- [http://trelline.com/features/monthly-scripts](http://trelline.com/features/monthly-scripts) — 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".
- [http://trelline.com/features/opportunity-feed](http://trelline.com/features/opportunity-feed) — 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".
- [http://trelline.com/features/revenue-rank](http://trelline.com/features/revenue-rank) — 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".
- [http://trelline.com/features/strategy-steal](http://trelline.com/features/strategy-steal) — 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".
- [http://trelline.com/privacy-policy](http://trelline.com/privacy-policy) — 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".
- [http://trelline.com/refund-policy](http://trelline.com/refund-policy) — 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".
- [http://trelline.com/terms-of-service](http://trelline.com/terms-of-service) — 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".
- [http://trelline.com/waitlist](http://trelline.com/waitlist) — 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://trelline.com/](https://trelline.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://trelline.com/blog](https://trelline.com/blog) — 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://trelline.com/contact](https://trelline.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://trelline.com/features](https://trelline.com/features) — 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://trelline.com/features/buyer-journey-replay](https://trelline.com/features/buyer-journey-replay) — 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://trelline.com/features/monthly-scripts](https://trelline.com/features/monthly-scripts) — 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://trelline.com/features/opportunity-feed](https://trelline.com/features/opportunity-feed) — 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://trelline.com/features/revenue-rank](https://trelline.com/features/revenue-rank) — 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://trelline.com/features/strategy-steal](https://trelline.com/features/strategy-steal) — 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://trelline.com/pricing](https://trelline.com/pricing) — 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://trelline.com/privacy-policy](https://trelline.com/privacy-policy) — 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://trelline.com/refund-policy](https://trelline.com/refund-policy) — 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://trelline.com/terms-of-service](https://trelline.com/terms-of-service) — 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://trelline.com/waitlist](https://trelline.com/waitlist) — 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".

#### hreflang set has no self-reference

- Rule: `hreflang.missing_self` · Category: Hreflang · Occurrences: 13

- [http://trelline.com/](http://trelline.com/) — no hreflang entry points to this URL
- [http://trelline.com/blog](http://trelline.com/blog) — no hreflang entry points to this URL
- [http://trelline.com/contact](http://trelline.com/contact) — no hreflang entry points to this URL
- [http://trelline.com/features/buyer-journey-replay](http://trelline.com/features/buyer-journey-replay) — no hreflang entry points to this URL
- [http://trelline.com/features/monthly-scripts](http://trelline.com/features/monthly-scripts) — no hreflang entry points to this URL
- [http://trelline.com/features/opportunity-feed](http://trelline.com/features/opportunity-feed) — no hreflang entry points to this URL
- [http://trelline.com/features/revenue-rank](http://trelline.com/features/revenue-rank) — no hreflang entry points to this URL
- [http://trelline.com/features/strategy-steal](http://trelline.com/features/strategy-steal) — no hreflang entry points to this URL
- [http://trelline.com/privacy-policy](http://trelline.com/privacy-policy) — no hreflang entry points to this URL
- [http://trelline.com/refund-policy](http://trelline.com/refund-policy) — no hreflang entry points to this URL
- [http://trelline.com/terms-of-service](http://trelline.com/terms-of-service) — no hreflang entry points to this URL
- [http://trelline.com/waitlist](http://trelline.com/waitlist) — no hreflang entry points to this URL
- [https://trelline.com/pricing](https://trelline.com/pricing) — no hreflang entry points to this URL

#### hreflang has no return link (not reciprocal)

- Rule: `hreflang.no_return` · Category: Hreflang · Occurrences: 13

- [http://trelline.com/](http://trelline.com/) — https://trelline.com/ (en) does not link back
- [http://trelline.com/blog](http://trelline.com/blog) — https://trelline.com/blog (en) does not link back
- [http://trelline.com/contact](http://trelline.com/contact) — https://trelline.com/contact (en) does not link back
- [http://trelline.com/features/buyer-journey-replay](http://trelline.com/features/buyer-journey-replay) — https://trelline.com/features/buyer-journey-replay (en) does not link back
- [http://trelline.com/features/monthly-scripts](http://trelline.com/features/monthly-scripts) — https://trelline.com/features/monthly-scripts (en) does not link back
- [http://trelline.com/features/opportunity-feed](http://trelline.com/features/opportunity-feed) — https://trelline.com/features/opportunity-feed (en) does not link back
- [http://trelline.com/features/revenue-rank](http://trelline.com/features/revenue-rank) — https://trelline.com/features/revenue-rank (en) does not link back
- [http://trelline.com/features/strategy-steal](http://trelline.com/features/strategy-steal) — https://trelline.com/features/strategy-steal (en) does not link back
- [http://trelline.com/privacy-policy](http://trelline.com/privacy-policy) — https://trelline.com/privacy-policy (en) does not link back
- [http://trelline.com/refund-policy](http://trelline.com/refund-policy) — https://trelline.com/refund-policy (en) does not link back
- [http://trelline.com/terms-of-service](http://trelline.com/terms-of-service) — https://trelline.com/terms-of-service (en) does not link back
- [http://trelline.com/waitlist](http://trelline.com/waitlist) — https://trelline.com/waitlist (en) does not link back
- [https://trelline.com/pricing](https://trelline.com/pricing) — https://trelline.com/ (en) does not link back

#### Orphan page (no internal inlinks)

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

- [https://trelline.com/features](https://trelline.com/features) — no internal links point here
- [https://trelline.com/pricing](https://trelline.com/pricing) — no internal links point here

#### Internal link points to a redirect

- Rule: `links.redirect_target` · Category: Links · Occurrences: 119

- [http://trelline.com/](http://trelline.com/) — http://trelline.com/blog → http://trelline.com/blog/
- [http://trelline.com/](http://trelline.com/) — http://trelline.com/contact → http://trelline.com/contact/
- [http://trelline.com/](http://trelline.com/) — http://trelline.com/privacy-policy → http://trelline.com/privacy-policy/
- [http://trelline.com/](http://trelline.com/) — http://trelline.com/refund-policy → http://trelline.com/refund-policy/
- [http://trelline.com/](http://trelline.com/) — http://trelline.com/terms-of-service → http://trelline.com/terms-of-service/
- [http://trelline.com/](http://trelline.com/) — http://trelline.com/waitlist → http://trelline.com/waitlist/
- [http://trelline.com/contact](http://trelline.com/contact) — http://trelline.com/blog → http://trelline.com/blog/
- [http://trelline.com/contact](http://trelline.com/contact) — http://trelline.com/contact → http://trelline.com/contact/
- [http://trelline.com/contact](http://trelline.com/contact) — http://trelline.com/privacy-policy → http://trelline.com/privacy-policy/
- [http://trelline.com/contact](http://trelline.com/contact) — http://trelline.com/refund-policy → http://trelline.com/refund-policy/
- [http://trelline.com/contact](http://trelline.com/contact) — http://trelline.com/terms-of-service → http://trelline.com/terms-of-service/
- [http://trelline.com/contact](http://trelline.com/contact) — http://trelline.com/waitlist → http://trelline.com/waitlist/
- [http://trelline.com/features/buyer-journey-replay](http://trelline.com/features/buyer-journey-replay) — http://trelline.com/blog → http://trelline.com/blog/
- [http://trelline.com/features/buyer-journey-replay](http://trelline.com/features/buyer-journey-replay) — http://trelline.com/contact → http://trelline.com/contact/
- [http://trelline.com/features/buyer-journey-replay](http://trelline.com/features/buyer-journey-replay) — http://trelline.com/privacy-policy → http://trelline.com/privacy-policy/
- [http://trelline.com/features/buyer-journey-replay](http://trelline.com/features/buyer-journey-replay) — http://trelline.com/refund-policy → http://trelline.com/refund-policy/
- [http://trelline.com/features/buyer-journey-replay](http://trelline.com/features/buyer-journey-replay) — http://trelline.com/terms-of-service → http://trelline.com/terms-of-service/
- [http://trelline.com/features/buyer-journey-replay](http://trelline.com/features/buyer-journey-replay) — http://trelline.com/waitlist → http://trelline.com/waitlist/
- [http://trelline.com/features/monthly-scripts](http://trelline.com/features/monthly-scripts) — http://trelline.com/blog → http://trelline.com/blog/
- [http://trelline.com/features/monthly-scripts](http://trelline.com/features/monthly-scripts) — http://trelline.com/contact → http://trelline.com/contact/
- [http://trelline.com/features/monthly-scripts](http://trelline.com/features/monthly-scripts) — http://trelline.com/privacy-policy → http://trelline.com/privacy-policy/
- [http://trelline.com/features/monthly-scripts](http://trelline.com/features/monthly-scripts) — http://trelline.com/refund-policy → http://trelline.com/refund-policy/
- [http://trelline.com/features/monthly-scripts](http://trelline.com/features/monthly-scripts) — http://trelline.com/terms-of-service → http://trelline.com/terms-of-service/
- [http://trelline.com/features/monthly-scripts](http://trelline.com/features/monthly-scripts) — http://trelline.com/waitlist → http://trelline.com/waitlist/
- [http://trelline.com/features/opportunity-feed](http://trelline.com/features/opportunity-feed) — http://trelline.com/blog → http://trelline.com/blog/
- [http://trelline.com/features/opportunity-feed](http://trelline.com/features/opportunity-feed) — http://trelline.com/contact → http://trelline.com/contact/
- [http://trelline.com/features/opportunity-feed](http://trelline.com/features/opportunity-feed) — http://trelline.com/privacy-policy → http://trelline.com/privacy-policy/
- [http://trelline.com/features/opportunity-feed](http://trelline.com/features/opportunity-feed) — http://trelline.com/refund-policy → http://trelline.com/refund-policy/
- [http://trelline.com/features/opportunity-feed](http://trelline.com/features/opportunity-feed) — http://trelline.com/terms-of-service → http://trelline.com/terms-of-service/
- [http://trelline.com/features/opportunity-feed](http://trelline.com/features/opportunity-feed) — http://trelline.com/waitlist → http://trelline.com/waitlist/
- [http://trelline.com/features/revenue-rank](http://trelline.com/features/revenue-rank) — http://trelline.com/blog → http://trelline.com/blog/
- [http://trelline.com/features/revenue-rank](http://trelline.com/features/revenue-rank) — http://trelline.com/contact → http://trelline.com/contact/
- [http://trelline.com/features/revenue-rank](http://trelline.com/features/revenue-rank) — http://trelline.com/privacy-policy → http://trelline.com/privacy-policy/
- [http://trelline.com/features/revenue-rank](http://trelline.com/features/revenue-rank) — http://trelline.com/refund-policy → http://trelline.com/refund-policy/
- [http://trelline.com/features/revenue-rank](http://trelline.com/features/revenue-rank) — http://trelline.com/terms-of-service → http://trelline.com/terms-of-service/
- [http://trelline.com/features/revenue-rank](http://trelline.com/features/revenue-rank) — http://trelline.com/waitlist → http://trelline.com/waitlist/
- [http://trelline.com/features/strategy-steal](http://trelline.com/features/strategy-steal) — http://trelline.com/blog → http://trelline.com/blog/
- [http://trelline.com/features/strategy-steal](http://trelline.com/features/strategy-steal) — http://trelline.com/contact → http://trelline.com/contact/
- [http://trelline.com/features/strategy-steal](http://trelline.com/features/strategy-steal) — http://trelline.com/privacy-policy → http://trelline.com/privacy-policy/
- [http://trelline.com/features/strategy-steal](http://trelline.com/features/strategy-steal) — http://trelline.com/refund-policy → http://trelline.com/refund-policy/
- [http://trelline.com/features/strategy-steal](http://trelline.com/features/strategy-steal) — http://trelline.com/terms-of-service → http://trelline.com/terms-of-service/
- [http://trelline.com/features/strategy-steal](http://trelline.com/features/strategy-steal) — http://trelline.com/waitlist → http://trelline.com/waitlist/
- [http://trelline.com/privacy-policy](http://trelline.com/privacy-policy) — http://trelline.com/privacy-policy → http://trelline.com/privacy-policy/
- [http://trelline.com/privacy-policy](http://trelline.com/privacy-policy) — http://trelline.com/refund-policy → http://trelline.com/refund-policy/
- [http://trelline.com/privacy-policy](http://trelline.com/privacy-policy) — http://trelline.com/terms-of-service → http://trelline.com/terms-of-service/
- [http://trelline.com/refund-policy](http://trelline.com/refund-policy) — http://trelline.com/privacy-policy → http://trelline.com/privacy-policy/
- [http://trelline.com/refund-policy](http://trelline.com/refund-policy) — http://trelline.com/refund-policy → http://trelline.com/refund-policy/
- [http://trelline.com/refund-policy](http://trelline.com/refund-policy) — http://trelline.com/terms-of-service → http://trelline.com/terms-of-service/
- [http://trelline.com/terms-of-service](http://trelline.com/terms-of-service) — http://trelline.com/privacy-policy → http://trelline.com/privacy-policy/
- [http://trelline.com/terms-of-service](http://trelline.com/terms-of-service) — http://trelline.com/refund-policy → http://trelline.com/refund-policy/
- [http://trelline.com/terms-of-service](http://trelline.com/terms-of-service) — http://trelline.com/terms-of-service → http://trelline.com/terms-of-service/
- [https://trelline.com/](https://trelline.com/) — https://trelline.com/blog → http://trelline.com/blog/
- [https://trelline.com/](https://trelline.com/) — https://trelline.com/contact → http://trelline.com/contact/
- [https://trelline.com/](https://trelline.com/) — https://trelline.com/privacy-policy → http://trelline.com/privacy-policy/
- [https://trelline.com/](https://trelline.com/) — https://trelline.com/refund-policy → http://trelline.com/refund-policy/
- [https://trelline.com/](https://trelline.com/) — https://trelline.com/terms-of-service → http://trelline.com/terms-of-service/
- [https://trelline.com/](https://trelline.com/) — https://trelline.com/waitlist → http://trelline.com/waitlist/
- [https://trelline.com/contact](https://trelline.com/contact) — http://trelline.com/blog → http://trelline.com/blog/
- [https://trelline.com/contact](https://trelline.com/contact) — http://trelline.com/contact → http://trelline.com/contact/
- [https://trelline.com/contact](https://trelline.com/contact) — http://trelline.com/privacy-policy → http://trelline.com/privacy-policy/
- [https://trelline.com/contact](https://trelline.com/contact) — http://trelline.com/refund-policy → http://trelline.com/refund-policy/
- [https://trelline.com/contact](https://trelline.com/contact) — http://trelline.com/terms-of-service → http://trelline.com/terms-of-service/
- [https://trelline.com/contact](https://trelline.com/contact) — http://trelline.com/waitlist → http://trelline.com/waitlist/
- [https://trelline.com/features](https://trelline.com/features) — http://trelline.com/blog → http://trelline.com/blog/
- [https://trelline.com/features](https://trelline.com/features) — http://trelline.com/contact → http://trelline.com/contact/
- [https://trelline.com/features](https://trelline.com/features) — http://trelline.com/features/buyer-journey-replay → http://trelline.com/features/buyer-journey-replay/
- [https://trelline.com/features](https://trelline.com/features) — http://trelline.com/features/monthly-scripts → http://trelline.com/features/monthly-scripts/
- [https://trelline.com/features](https://trelline.com/features) — http://trelline.com/features/opportunity-feed → http://trelline.com/features/opportunity-feed/
- [https://trelline.com/features](https://trelline.com/features) — http://trelline.com/features/revenue-rank → http://trelline.com/features/revenue-rank/
- [https://trelline.com/features](https://trelline.com/features) — http://trelline.com/features/strategy-steal → http://trelline.com/features/strategy-steal/
- [https://trelline.com/features](https://trelline.com/features) — http://trelline.com/privacy-policy → http://trelline.com/privacy-policy/
- [https://trelline.com/features](https://trelline.com/features) — http://trelline.com/refund-policy → http://trelline.com/refund-policy/
- [https://trelline.com/features](https://trelline.com/features) — http://trelline.com/terms-of-service → http://trelline.com/terms-of-service/
- [https://trelline.com/features](https://trelline.com/features) — http://trelline.com/waitlist → http://trelline.com/waitlist/
- [https://trelline.com/features/buyer-journey-replay](https://trelline.com/features/buyer-journey-replay) — http://trelline.com/blog → http://trelline.com/blog/
- [https://trelline.com/features/buyer-journey-replay](https://trelline.com/features/buyer-journey-replay) — http://trelline.com/contact → http://trelline.com/contact/
- [https://trelline.com/features/buyer-journey-replay](https://trelline.com/features/buyer-journey-replay) — http://trelline.com/privacy-policy → http://trelline.com/privacy-policy/
- [https://trelline.com/features/buyer-journey-replay](https://trelline.com/features/buyer-journey-replay) — http://trelline.com/refund-policy → http://trelline.com/refund-policy/
- [https://trelline.com/features/buyer-journey-replay](https://trelline.com/features/buyer-journey-replay) — http://trelline.com/terms-of-service → http://trelline.com/terms-of-service/
- [https://trelline.com/features/buyer-journey-replay](https://trelline.com/features/buyer-journey-replay) — http://trelline.com/waitlist → http://trelline.com/waitlist/
- [https://trelline.com/features/monthly-scripts](https://trelline.com/features/monthly-scripts) — http://trelline.com/blog → http://trelline.com/blog/
- [https://trelline.com/features/monthly-scripts](https://trelline.com/features/monthly-scripts) — http://trelline.com/contact → http://trelline.com/contact/
- [https://trelline.com/features/monthly-scripts](https://trelline.com/features/monthly-scripts) — http://trelline.com/privacy-policy → http://trelline.com/privacy-policy/
- [https://trelline.com/features/monthly-scripts](https://trelline.com/features/monthly-scripts) — http://trelline.com/refund-policy → http://trelline.com/refund-policy/
- [https://trelline.com/features/monthly-scripts](https://trelline.com/features/monthly-scripts) — http://trelline.com/terms-of-service → http://trelline.com/terms-of-service/
- [https://trelline.com/features/monthly-scripts](https://trelline.com/features/monthly-scripts) — http://trelline.com/waitlist → http://trelline.com/waitlist/
- [https://trelline.com/features/opportunity-feed](https://trelline.com/features/opportunity-feed) — http://trelline.com/blog → http://trelline.com/blog/
- [https://trelline.com/features/opportunity-feed](https://trelline.com/features/opportunity-feed) — http://trelline.com/contact → http://trelline.com/contact/
- [https://trelline.com/features/opportunity-feed](https://trelline.com/features/opportunity-feed) — http://trelline.com/privacy-policy → http://trelline.com/privacy-policy/
- [https://trelline.com/features/opportunity-feed](https://trelline.com/features/opportunity-feed) — http://trelline.com/refund-policy → http://trelline.com/refund-policy/
- [https://trelline.com/features/opportunity-feed](https://trelline.com/features/opportunity-feed) — http://trelline.com/terms-of-service → http://trelline.com/terms-of-service/
- [https://trelline.com/features/opportunity-feed](https://trelline.com/features/opportunity-feed) — http://trelline.com/waitlist → http://trelline.com/waitlist/
- [https://trelline.com/features/revenue-rank](https://trelline.com/features/revenue-rank) — http://trelline.com/blog → http://trelline.com/blog/
- [https://trelline.com/features/revenue-rank](https://trelline.com/features/revenue-rank) — http://trelline.com/contact → http://trelline.com/contact/
- [https://trelline.com/features/revenue-rank](https://trelline.com/features/revenue-rank) — http://trelline.com/privacy-policy → http://trelline.com/privacy-policy/
- [https://trelline.com/features/revenue-rank](https://trelline.com/features/revenue-rank) — http://trelline.com/refund-policy → http://trelline.com/refund-policy/
- [https://trelline.com/features/revenue-rank](https://trelline.com/features/revenue-rank) — http://trelline.com/terms-of-service → http://trelline.com/terms-of-service/
- [https://trelline.com/features/revenue-rank](https://trelline.com/features/revenue-rank) — http://trelline.com/waitlist → http://trelline.com/waitlist/
- [https://trelline.com/features/strategy-steal](https://trelline.com/features/strategy-steal) — http://trelline.com/blog → http://trelline.com/blog/
- [https://trelline.com/features/strategy-steal](https://trelline.com/features/strategy-steal) — http://trelline.com/contact → http://trelline.com/contact/
- [https://trelline.com/features/strategy-steal](https://trelline.com/features/strategy-steal) — http://trelline.com/privacy-policy → http://trelline.com/privacy-policy/
- [https://trelline.com/features/strategy-steal](https://trelline.com/features/strategy-steal) — http://trelline.com/refund-policy → http://trelline.com/refund-policy/
- [https://trelline.com/features/strategy-steal](https://trelline.com/features/strategy-steal) — http://trelline.com/terms-of-service → http://trelline.com/terms-of-service/
- [https://trelline.com/features/strategy-steal](https://trelline.com/features/strategy-steal) — http://trelline.com/waitlist → http://trelline.com/waitlist/
- [https://trelline.com/pricing](https://trelline.com/pricing) — http://trelline.com/blog → http://trelline.com/blog/
- [https://trelline.com/pricing](https://trelline.com/pricing) — http://trelline.com/contact → http://trelline.com/contact/
- [https://trelline.com/pricing](https://trelline.com/pricing) — http://trelline.com/privacy-policy → http://trelline.com/privacy-policy/
- [https://trelline.com/pricing](https://trelline.com/pricing) — http://trelline.com/refund-policy → http://trelline.com/refund-policy/
- [https://trelline.com/pricing](https://trelline.com/pricing) — http://trelline.com/terms-of-service → http://trelline.com/terms-of-service/
- [https://trelline.com/pricing](https://trelline.com/pricing) — http://trelline.com/waitlist → http://trelline.com/waitlist/
- [https://trelline.com/privacy-policy](https://trelline.com/privacy-policy) — http://trelline.com/privacy-policy → http://trelline.com/privacy-policy/
- [https://trelline.com/privacy-policy](https://trelline.com/privacy-policy) — http://trelline.com/refund-policy → http://trelline.com/refund-policy/
- [https://trelline.com/privacy-policy](https://trelline.com/privacy-policy) — http://trelline.com/terms-of-service → http://trelline.com/terms-of-service/
- [https://trelline.com/refund-policy](https://trelline.com/refund-policy) — http://trelline.com/privacy-policy → http://trelline.com/privacy-policy/
- [https://trelline.com/refund-policy](https://trelline.com/refund-policy) — http://trelline.com/refund-policy → http://trelline.com/refund-policy/
- [https://trelline.com/refund-policy](https://trelline.com/refund-policy) — http://trelline.com/terms-of-service → http://trelline.com/terms-of-service/
- [https://trelline.com/terms-of-service](https://trelline.com/terms-of-service) — http://trelline.com/privacy-policy → http://trelline.com/privacy-policy/
- [https://trelline.com/terms-of-service](https://trelline.com/terms-of-service) — http://trelline.com/refund-policy → http://trelline.com/refund-policy/
- [https://trelline.com/terms-of-service](https://trelline.com/terms-of-service) — http://trelline.com/terms-of-service → http://trelline.com/terms-of-service/

#### BreadcrumbList present but structurally incomplete

- Rule: `schema.breadcrumb_incomplete` · Category: Structured Data · Occurrences: 2

- [http://trelline.com/blog](http://trelline.com/blog) — a BreadcrumbList is present but structurally incomplete — missing required itemListElement. Give itemListElement at least 2 ListItems, each with a sequential integer position and a name, and an item URL on every entry except the last.
- [https://trelline.com/blog](https://trelline.com/blog) — a BreadcrumbList is present but structurally incomplete — missing required itemListElement. Give itemListElement at least 2 ListItems, each with a sequential integer position and a name, and an item URL on every entry except the last.

#### Video element present but hidden/zero-size (prominence)

- Rule: `video.hidden` · Category: Video · Occurrences: 3

- [http://trelline.com/](http://trelline.com/) — 1 <video> element(s), all hidden/zero-size
- [https://trelline.com/](https://trelline.com/) — 1 <video> element(s), all hidden/zero-size
- [https://trelline.com/pricing](https://trelline.com/pricing) — 1 <video> element(s), all hidden/zero-size

### Notices (218)

#### Heading levels skip a level

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

- [http://trelline.com/](http://trelline.com/) — h6 follows h2 — skips h3
- [http://trelline.com/contact](http://trelline.com/contact) — h6 follows h2 — skips h3
- [http://trelline.com/features/buyer-journey-replay](http://trelline.com/features/buyer-journey-replay) — h6 follows h2 — skips h3
- [http://trelline.com/features/monthly-scripts](http://trelline.com/features/monthly-scripts) — h6 follows h2 — skips h3
- [http://trelline.com/features/opportunity-feed](http://trelline.com/features/opportunity-feed) — h6 follows h2 — skips h3
- [http://trelline.com/features/revenue-rank](http://trelline.com/features/revenue-rank) — h6 follows h2 — skips h3
- [http://trelline.com/features/strategy-steal](http://trelline.com/features/strategy-steal) — h6 follows h2 — skips h3
- [https://trelline.com/](https://trelline.com/) — h6 follows h2 — skips h3
- [https://trelline.com/contact](https://trelline.com/contact) — h6 follows h2 — skips h3
- [https://trelline.com/features](https://trelline.com/features) — h6 follows h2 — skips h3
- [https://trelline.com/features/buyer-journey-replay](https://trelline.com/features/buyer-journey-replay) — h6 follows h2 — skips h3
- [https://trelline.com/features/monthly-scripts](https://trelline.com/features/monthly-scripts) — h6 follows h2 — skips h3
- [https://trelline.com/features/opportunity-feed](https://trelline.com/features/opportunity-feed) — h6 follows h2 — skips h3
- [https://trelline.com/features/revenue-rank](https://trelline.com/features/revenue-rank) — h6 follows h2 — skips h3
- [https://trelline.com/features/strategy-steal](https://trelline.com/features/strategy-steal) — h6 follows h2 — skips h3
- [https://trelline.com/pricing](https://trelline.com/pricing) — h6 follows h2 — skips h3

#### No main landmark for AI agents

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

- [http://trelline.com/](http://trelline.com/) — add a <main> element (or role=main) around the primary content
- [http://trelline.com/features/buyer-journey-replay](http://trelline.com/features/buyer-journey-replay) — add a <main> element (or role=main) around the primary content
- [http://trelline.com/features/monthly-scripts](http://trelline.com/features/monthly-scripts) — add a <main> element (or role=main) around the primary content
- [http://trelline.com/features/opportunity-feed](http://trelline.com/features/opportunity-feed) — add a <main> element (or role=main) around the primary content
- [http://trelline.com/features/revenue-rank](http://trelline.com/features/revenue-rank) — add a <main> element (or role=main) around the primary content
- [http://trelline.com/features/strategy-steal](http://trelline.com/features/strategy-steal) — add a <main> element (or role=main) around the primary content
- [http://trelline.com/refund-policy](http://trelline.com/refund-policy) — add a <main> element (or role=main) around the primary content
- [https://trelline.com/](https://trelline.com/) — add a <main> element (or role=main) around the primary content
- [https://trelline.com/features](https://trelline.com/features) — add a <main> element (or role=main) around the primary content
- [https://trelline.com/features/buyer-journey-replay](https://trelline.com/features/buyer-journey-replay) — add a <main> element (or role=main) around the primary content
- [https://trelline.com/features/monthly-scripts](https://trelline.com/features/monthly-scripts) — add a <main> element (or role=main) around the primary content
- [https://trelline.com/features/opportunity-feed](https://trelline.com/features/opportunity-feed) — add a <main> element (or role=main) around the primary content
- [https://trelline.com/features/revenue-rank](https://trelline.com/features/revenue-rank) — add a <main> element (or role=main) around the primary content
- [https://trelline.com/features/strategy-steal](https://trelline.com/features/strategy-steal) — add a <main> element (or role=main) around the primary content
- [https://trelline.com/pricing](https://trelline.com/pricing) — add a <main> element (or role=main) around the primary content
- [https://trelline.com/refund-policy](https://trelline.com/refund-policy) — add a <main> element (or role=main) around the primary content

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

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

- [http://trelline.com/](http://trelline.com/) — Cache-Control: no-cache, must-revalidate
- [http://trelline.com/blog](http://trelline.com/blog) — Cache-Control: no-cache, must-revalidate
- [http://trelline.com/contact](http://trelline.com/contact) — Cache-Control: no-cache, must-revalidate
- [http://trelline.com/features/buyer-journey-replay](http://trelline.com/features/buyer-journey-replay) — Cache-Control: no-cache, must-revalidate
- [http://trelline.com/features/monthly-scripts](http://trelline.com/features/monthly-scripts) — Cache-Control: no-cache, must-revalidate
- [http://trelline.com/features/opportunity-feed](http://trelline.com/features/opportunity-feed) — Cache-Control: no-cache, must-revalidate
- [http://trelline.com/features/revenue-rank](http://trelline.com/features/revenue-rank) — Cache-Control: no-cache, must-revalidate
- [http://trelline.com/features/strategy-steal](http://trelline.com/features/strategy-steal) — Cache-Control: no-cache, must-revalidate
- [http://trelline.com/privacy-policy](http://trelline.com/privacy-policy) — Cache-Control: no-cache, must-revalidate
- [http://trelline.com/refund-policy](http://trelline.com/refund-policy) — Cache-Control: no-cache, must-revalidate
- [http://trelline.com/terms-of-service](http://trelline.com/terms-of-service) — Cache-Control: no-cache, must-revalidate
- [http://trelline.com/waitlist](http://trelline.com/waitlist) — Cache-Control: no-cache, must-revalidate
- [https://trelline.com/](https://trelline.com/) — Cache-Control: no-cache, must-revalidate
- [https://trelline.com/blog](https://trelline.com/blog) — Cache-Control: no-cache, must-revalidate
- [https://trelline.com/contact](https://trelline.com/contact) — Cache-Control: no-cache, must-revalidate
- [https://trelline.com/features](https://trelline.com/features) — Cache-Control: no-cache, must-revalidate
- [https://trelline.com/features/buyer-journey-replay](https://trelline.com/features/buyer-journey-replay) — Cache-Control: no-cache, must-revalidate
- [https://trelline.com/features/monthly-scripts](https://trelline.com/features/monthly-scripts) — Cache-Control: no-cache, must-revalidate
- [https://trelline.com/features/opportunity-feed](https://trelline.com/features/opportunity-feed) — Cache-Control: no-cache, must-revalidate
- [https://trelline.com/features/revenue-rank](https://trelline.com/features/revenue-rank) — Cache-Control: no-cache, must-revalidate
- [https://trelline.com/features/strategy-steal](https://trelline.com/features/strategy-steal) — Cache-Control: no-cache, must-revalidate
- [https://trelline.com/pricing](https://trelline.com/pricing) — Cache-Control: no-cache, must-revalidate
- [https://trelline.com/privacy-policy](https://trelline.com/privacy-policy) — Cache-Control: no-cache, must-revalidate
- [https://trelline.com/refund-policy](https://trelline.com/refund-policy) — Cache-Control: no-cache, must-revalidate
- [https://trelline.com/terms-of-service](https://trelline.com/terms-of-service) — Cache-Control: no-cache, must-revalidate
- [https://trelline.com/waitlist](https://trelline.com/waitlist) — Cache-Control: no-cache, must-revalidate

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

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

- [https://trelline.com/](https://trelline.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).
- [https://trelline.com/features/buyer-journey-replay](https://trelline.com/features/buyer-journey-replay) — 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).
- [https://trelline.com/features/monthly-scripts](https://trelline.com/features/monthly-scripts) — 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).
- [https://trelline.com/features/opportunity-feed](https://trelline.com/features/opportunity-feed) — 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).
- [https://trelline.com/features/revenue-rank](https://trelline.com/features/revenue-rank) — 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).
- [https://trelline.com/features/strategy-steal](https://trelline.com/features/strategy-steal) — 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: 13

- [http://trelline.com/](http://trelline.com/) — canonical=https://trelline.com/
- [http://trelline.com/blog](http://trelline.com/blog) — canonical=https://trelline.com/blog
- [http://trelline.com/contact](http://trelline.com/contact) — canonical=https://trelline.com/contact
- [http://trelline.com/features/buyer-journey-replay](http://trelline.com/features/buyer-journey-replay) — canonical=https://trelline.com/features/buyer-journey-replay
- [http://trelline.com/features/monthly-scripts](http://trelline.com/features/monthly-scripts) — canonical=https://trelline.com/features/monthly-scripts
- [http://trelline.com/features/opportunity-feed](http://trelline.com/features/opportunity-feed) — canonical=https://trelline.com/features/opportunity-feed
- [http://trelline.com/features/revenue-rank](http://trelline.com/features/revenue-rank) — canonical=https://trelline.com/features/revenue-rank
- [http://trelline.com/features/strategy-steal](http://trelline.com/features/strategy-steal) — canonical=https://trelline.com/features/strategy-steal
- [http://trelline.com/privacy-policy](http://trelline.com/privacy-policy) — canonical=https://trelline.com/privacy-policy
- [http://trelline.com/refund-policy](http://trelline.com/refund-policy) — canonical=https://trelline.com/refund-policy
- [http://trelline.com/terms-of-service](http://trelline.com/terms-of-service) — canonical=https://trelline.com/terms-of-service
- [http://trelline.com/waitlist](http://trelline.com/waitlist) — canonical=https://trelline.com/waitlist
- [https://trelline.com/pricing](https://trelline.com/pricing) — canonical=https://trelline.com/

#### Low text-to-HTML ratio

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

- [http://trelline.com/](http://trelline.com/) — 5.0%
- [http://trelline.com/blog](http://trelline.com/blog) — 0.6%
- [http://trelline.com/contact](http://trelline.com/contact) — 1.3%
- [http://trelline.com/features/buyer-journey-replay](http://trelline.com/features/buyer-journey-replay) — 4.8%
- [http://trelline.com/features/monthly-scripts](http://trelline.com/features/monthly-scripts) — 4.5%
- [http://trelline.com/features/opportunity-feed](http://trelline.com/features/opportunity-feed) — 4.4%
- [http://trelline.com/features/revenue-rank](http://trelline.com/features/revenue-rank) — 4.5%
- [http://trelline.com/features/strategy-steal](http://trelline.com/features/strategy-steal) — 4.7%
- [http://trelline.com/waitlist](http://trelline.com/waitlist) — 0.9%
- [https://trelline.com/](https://trelline.com/) — 5.0%
- [https://trelline.com/blog](https://trelline.com/blog) — 0.6%
- [https://trelline.com/contact](https://trelline.com/contact) — 1.3%
- [https://trelline.com/features](https://trelline.com/features) — 2.6%
- [https://trelline.com/features/buyer-journey-replay](https://trelline.com/features/buyer-journey-replay) — 4.8%
- [https://trelline.com/features/monthly-scripts](https://trelline.com/features/monthly-scripts) — 4.5%
- [https://trelline.com/features/opportunity-feed](https://trelline.com/features/opportunity-feed) — 4.4%
- [https://trelline.com/features/revenue-rank](https://trelline.com/features/revenue-rank) — 4.5%
- [https://trelline.com/features/strategy-steal](https://trelline.com/features/strategy-steal) — 4.7%
- [https://trelline.com/pricing](https://trelline.com/pricing) — 4.2%
- [https://trelline.com/waitlist](https://trelline.com/waitlist) — 0.9%

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

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

- [http://trelline.com/features/strategy-steal](http://trelline.com/features/strategy-steal) — 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.
- [http://trelline.com/refund-policy](http://trelline.com/refund-policy) — this page reads as difficult (Flesch Reading Ease 45, 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://trelline.com/features/strategy-steal](https://trelline.com/features/strategy-steal) — 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://trelline.com/refund-policy](https://trelline.com/refund-policy) — this page reads as difficult (Flesch Reading Ease 45, 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.

#### Image alt text is keyword-stuffed (repetition / low variety)

- Rule: `images.alt_stuffed` · Category: Images · Occurrences: 3

- [http://trelline.com/](http://trelline.com/) — 1 image(s) have keyword-stuffed alt text — the same word repeated several times, or a long low-variety keyword list. Google's image guidance asks for short, descriptive alt text, not keyword lists; rewrite it to describe the image.
- [https://trelline.com/](https://trelline.com/) — 1 image(s) have keyword-stuffed alt text — the same word repeated several times, or a long low-variety keyword list. Google's image guidance asks for short, descriptive alt text, not keyword lists; rewrite it to describe the image.
- [https://trelline.com/pricing](https://trelline.com/pricing) — 1 image(s) have keyword-stuffed alt text — the same word repeated several times, or a long low-variety keyword list. Google's image guidance asks for short, descriptive alt text, not keyword lists; rewrite it to describe the image.

#### Image alt text is very long (possible keyword stuffing)

- Rule: `images.alt_too_long` · Category: Images · Occurrences: 3

- [http://trelline.com/](http://trelline.com/) — 4 image(s) with alt text over 100 chars — shorten it to a concise description
- [https://trelline.com/](https://trelline.com/) — 4 image(s) with alt text over 100 chars — shorten it to a concise description
- [https://trelline.com/pricing](https://trelline.com/pricing) — 4 image(s) with alt text over 100 chars — shorten it to a concise description

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

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

- [http://trelline.com/](http://trelline.com/) — 5 of 10 images without width/height
- [https://trelline.com/](https://trelline.com/) — 5 of 10 images without width/height
- [https://trelline.com/pricing](https://trelline.com/pricing) — 5 of 10 images without width/height

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

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

- [http://trelline.com/features/buyer-journey-replay](http://trelline.com/features/buyer-journey-replay) — 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.
- [http://trelline.com/features/monthly-scripts](http://trelline.com/features/monthly-scripts) — 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.
- [http://trelline.com/features/opportunity-feed](http://trelline.com/features/opportunity-feed) — 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.
- [http://trelline.com/features/revenue-rank](http://trelline.com/features/revenue-rank) — 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.
- [http://trelline.com/features/strategy-steal](http://trelline.com/features/strategy-steal) — 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.
- [https://trelline.com/blog](https://trelline.com/blog) — 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.
- [https://trelline.com/contact](https://trelline.com/contact) — 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.
- [https://trelline.com/privacy-policy](https://trelline.com/privacy-policy) — 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.
- [https://trelline.com/refund-policy](https://trelline.com/refund-policy) — 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.
- [https://trelline.com/terms-of-service](https://trelline.com/terms-of-service) — 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.
- [https://trelline.com/waitlist](https://trelline.com/waitlist) — 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.

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

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

- [http://trelline.com/](http://trelline.com/) — a <meta name="keywords"> tag is present — Google has ignored it since 2009; remove it to cut template debt
- [http://trelline.com/features/buyer-journey-replay](http://trelline.com/features/buyer-journey-replay) — a <meta name="keywords"> tag is present — Google has ignored it since 2009; remove it to cut template debt
- [http://trelline.com/features/monthly-scripts](http://trelline.com/features/monthly-scripts) — a <meta name="keywords"> tag is present — Google has ignored it since 2009; remove it to cut template debt
- [http://trelline.com/features/opportunity-feed](http://trelline.com/features/opportunity-feed) — a <meta name="keywords"> tag is present — Google has ignored it since 2009; remove it to cut template debt
- [http://trelline.com/features/revenue-rank](http://trelline.com/features/revenue-rank) — a <meta name="keywords"> tag is present — Google has ignored it since 2009; remove it to cut template debt
- [http://trelline.com/features/strategy-steal](http://trelline.com/features/strategy-steal) — a <meta name="keywords"> tag is present — Google has ignored it since 2009; remove it to cut template debt
- [https://trelline.com/](https://trelline.com/) — a <meta name="keywords"> tag is present — Google has ignored it since 2009; remove it to cut template debt
- [https://trelline.com/features](https://trelline.com/features) — a <meta name="keywords"> tag is present — Google has ignored it since 2009; remove it to cut template debt
- [https://trelline.com/features/buyer-journey-replay](https://trelline.com/features/buyer-journey-replay) — a <meta name="keywords"> tag is present — Google has ignored it since 2009; remove it to cut template debt
- [https://trelline.com/features/monthly-scripts](https://trelline.com/features/monthly-scripts) — a <meta name="keywords"> tag is present — Google has ignored it since 2009; remove it to cut template debt
- [https://trelline.com/features/opportunity-feed](https://trelline.com/features/opportunity-feed) — a <meta name="keywords"> tag is present — Google has ignored it since 2009; remove it to cut template debt
- [https://trelline.com/features/revenue-rank](https://trelline.com/features/revenue-rank) — a <meta name="keywords"> tag is present — Google has ignored it since 2009; remove it to cut template debt
- [https://trelline.com/features/strategy-steal](https://trelline.com/features/strategy-steal) — a <meta name="keywords"> tag is present — Google has ignored it since 2009; remove it to cut template debt
- [https://trelline.com/pricing](https://trelline.com/pricing) — a <meta name="keywords"> tag is present — Google has ignored it since 2009; remove it to cut template debt

#### Meta description too long

- Rule: `meta_desc.too_long` · Category: Meta Description · Occurrences: 2

- [http://trelline.com/waitlist](http://trelline.com/waitlist) — 167 chars
- [https://trelline.com/waitlist](https://trelline.com/waitlist) — 167 chars

#### Meta description too short

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

- [http://trelline.com/privacy-policy](http://trelline.com/privacy-policy) — 27 chars
- [http://trelline.com/refund-policy](http://trelline.com/refund-policy) — 22 chars
- [http://trelline.com/terms-of-service](http://trelline.com/terms-of-service) — 29 chars
- [https://trelline.com/privacy-policy](https://trelline.com/privacy-policy) — 27 chars
- [https://trelline.com/refund-policy](https://trelline.com/refund-policy) — 22 chars
- [https://trelline.com/terms-of-service](https://trelline.com/terms-of-service) — 29 chars

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

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

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

#### URL redirects to another URL

- Rule: `redirect.single` · Category: Crawlability · Occurrences: 24

- [http://trelline.com/blog](http://trelline.com/blog) — redirects to http://trelline.com/blog/
- [http://trelline.com/contact](http://trelline.com/contact) — redirects to http://trelline.com/contact/
- [http://trelline.com/features/buyer-journey-replay](http://trelline.com/features/buyer-journey-replay) — redirects to http://trelline.com/features/buyer-journey-replay/
- [http://trelline.com/features/monthly-scripts](http://trelline.com/features/monthly-scripts) — redirects to http://trelline.com/features/monthly-scripts/
- [http://trelline.com/features/opportunity-feed](http://trelline.com/features/opportunity-feed) — redirects to http://trelline.com/features/opportunity-feed/
- [http://trelline.com/features/revenue-rank](http://trelline.com/features/revenue-rank) — redirects to http://trelline.com/features/revenue-rank/
- [http://trelline.com/features/strategy-steal](http://trelline.com/features/strategy-steal) — redirects to http://trelline.com/features/strategy-steal/
- [http://trelline.com/privacy-policy](http://trelline.com/privacy-policy) — redirects to http://trelline.com/privacy-policy/
- [http://trelline.com/refund-policy](http://trelline.com/refund-policy) — redirects to http://trelline.com/refund-policy/
- [http://trelline.com/terms-of-service](http://trelline.com/terms-of-service) — redirects to http://trelline.com/terms-of-service/
- [http://trelline.com/waitlist](http://trelline.com/waitlist) — redirects to http://trelline.com/waitlist/
- [https://trelline.com/blog](https://trelline.com/blog) — redirects to http://trelline.com/blog/
- [https://trelline.com/contact](https://trelline.com/contact) — redirects to http://trelline.com/contact/
- [https://trelline.com/features](https://trelline.com/features) — redirects to http://trelline.com/features/
- [https://trelline.com/features/buyer-journey-replay](https://trelline.com/features/buyer-journey-replay) — redirects to http://trelline.com/features/buyer-journey-replay/
- [https://trelline.com/features/monthly-scripts](https://trelline.com/features/monthly-scripts) — redirects to http://trelline.com/features/monthly-scripts/
- [https://trelline.com/features/opportunity-feed](https://trelline.com/features/opportunity-feed) — redirects to http://trelline.com/features/opportunity-feed/
- [https://trelline.com/features/revenue-rank](https://trelline.com/features/revenue-rank) — redirects to http://trelline.com/features/revenue-rank/
- [https://trelline.com/features/strategy-steal](https://trelline.com/features/strategy-steal) — redirects to http://trelline.com/features/strategy-steal/
- [https://trelline.com/pricing](https://trelline.com/pricing) — redirects to http://trelline.com/pricing/
- [https://trelline.com/privacy-policy](https://trelline.com/privacy-policy) — redirects to http://trelline.com/privacy-policy/
- [https://trelline.com/refund-policy](https://trelline.com/refund-policy) — redirects to http://trelline.com/refund-policy/
- [https://trelline.com/terms-of-service](https://trelline.com/terms-of-service) — redirects to http://trelline.com/terms-of-service/
- [https://trelline.com/waitlist](https://trelline.com/waitlist) — redirects to http://trelline.com/waitlist/

#### Deep page has no BreadcrumbList structured data

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

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

#### Deprecated schema type with no Google rich result

- Rule: `schema.deprecated_type` · Category: Structured Data · Occurrences: 13

- [http://trelline.com/](http://trelline.com/) — deprecated rich-result type(s) present: Sitelinks Searchbox. The markup is valid schema.org but Google no longer generates a rich result for it — remove or repurpose the block.
- [http://trelline.com/features/buyer-journey-replay](http://trelline.com/features/buyer-journey-replay) — deprecated rich-result type(s) present: HowTo. The markup is valid schema.org but Google no longer generates a rich result for it — remove or repurpose the block.
- [http://trelline.com/features/monthly-scripts](http://trelline.com/features/monthly-scripts) — deprecated rich-result type(s) present: HowTo. The markup is valid schema.org but Google no longer generates a rich result for it — remove or repurpose the block.
- [http://trelline.com/features/opportunity-feed](http://trelline.com/features/opportunity-feed) — deprecated rich-result type(s) present: HowTo. The markup is valid schema.org but Google no longer generates a rich result for it — remove or repurpose the block.
- [http://trelline.com/features/revenue-rank](http://trelline.com/features/revenue-rank) — deprecated rich-result type(s) present: HowTo. The markup is valid schema.org but Google no longer generates a rich result for it — remove or repurpose the block.
- [http://trelline.com/features/strategy-steal](http://trelline.com/features/strategy-steal) — deprecated rich-result type(s) present: HowTo. The markup is valid schema.org but Google no longer generates a rich result for it — remove or repurpose the block.
- [https://trelline.com/](https://trelline.com/) — deprecated rich-result type(s) present: Sitelinks Searchbox. The markup is valid schema.org but Google no longer generates a rich result for it — remove or repurpose the block.
- [https://trelline.com/features/buyer-journey-replay](https://trelline.com/features/buyer-journey-replay) — deprecated rich-result type(s) present: HowTo. The markup is valid schema.org but Google no longer generates a rich result for it — remove or repurpose the block.
- [https://trelline.com/features/monthly-scripts](https://trelline.com/features/monthly-scripts) — deprecated rich-result type(s) present: HowTo. The markup is valid schema.org but Google no longer generates a rich result for it — remove or repurpose the block.
- [https://trelline.com/features/opportunity-feed](https://trelline.com/features/opportunity-feed) — deprecated rich-result type(s) present: HowTo. The markup is valid schema.org but Google no longer generates a rich result for it — remove or repurpose the block.
- [https://trelline.com/features/revenue-rank](https://trelline.com/features/revenue-rank) — deprecated rich-result type(s) present: HowTo. The markup is valid schema.org but Google no longer generates a rich result for it — remove or repurpose the block.
- [https://trelline.com/features/strategy-steal](https://trelline.com/features/strategy-steal) — deprecated rich-result type(s) present: HowTo. The markup is valid schema.org but Google no longer generates a rich result for it — remove or repurpose the block.
- [https://trelline.com/pricing](https://trelline.com/pricing) — deprecated rich-result type(s) present: Sitelinks Searchbox. The markup is valid schema.org but Google no longer generates a rich result for it — remove or repurpose the block.

#### FAQPage structured data (rich result removed May 2026)

- Rule: `schema.faq_deprecated` · Category: Structured Data · Occurrences: 13

- [http://trelline.com/](http://trelline.com/) — FAQPage structured data is present — Google removed FAQ rich results on 7 May 2026 (except for authoritative government/health sites). The markup is harmless but earns no SERP enhancement; remove it during template maintenance.
- [http://trelline.com/features/buyer-journey-replay](http://trelline.com/features/buyer-journey-replay) — FAQPage structured data is present — Google removed FAQ rich results on 7 May 2026 (except for authoritative government/health sites). The markup is harmless but earns no SERP enhancement; remove it during template maintenance.
- [http://trelline.com/features/monthly-scripts](http://trelline.com/features/monthly-scripts) — FAQPage structured data is present — Google removed FAQ rich results on 7 May 2026 (except for authoritative government/health sites). The markup is harmless but earns no SERP enhancement; remove it during template maintenance.
- [http://trelline.com/features/opportunity-feed](http://trelline.com/features/opportunity-feed) — FAQPage structured data is present — Google removed FAQ rich results on 7 May 2026 (except for authoritative government/health sites). The markup is harmless but earns no SERP enhancement; remove it during template maintenance.
- [http://trelline.com/features/revenue-rank](http://trelline.com/features/revenue-rank) — FAQPage structured data is present — Google removed FAQ rich results on 7 May 2026 (except for authoritative government/health sites). The markup is harmless but earns no SERP enhancement; remove it during template maintenance.
- [http://trelline.com/features/strategy-steal](http://trelline.com/features/strategy-steal) — FAQPage structured data is present — Google removed FAQ rich results on 7 May 2026 (except for authoritative government/health sites). The markup is harmless but earns no SERP enhancement; remove it during template maintenance.
- [https://trelline.com/](https://trelline.com/) — FAQPage structured data is present — Google removed FAQ rich results on 7 May 2026 (except for authoritative government/health sites). The markup is harmless but earns no SERP enhancement; remove it during template maintenance.
- [https://trelline.com/features/buyer-journey-replay](https://trelline.com/features/buyer-journey-replay) — FAQPage structured data is present — Google removed FAQ rich results on 7 May 2026 (except for authoritative government/health sites). The markup is harmless but earns no SERP enhancement; remove it during template maintenance.
- [https://trelline.com/features/monthly-scripts](https://trelline.com/features/monthly-scripts) — FAQPage structured data is present — Google removed FAQ rich results on 7 May 2026 (except for authoritative government/health sites). The markup is harmless but earns no SERP enhancement; remove it during template maintenance.
- [https://trelline.com/features/opportunity-feed](https://trelline.com/features/opportunity-feed) — FAQPage structured data is present — Google removed FAQ rich results on 7 May 2026 (except for authoritative government/health sites). The markup is harmless but earns no SERP enhancement; remove it during template maintenance.
- [https://trelline.com/features/revenue-rank](https://trelline.com/features/revenue-rank) — FAQPage structured data is present — Google removed FAQ rich results on 7 May 2026 (except for authoritative government/health sites). The markup is harmless but earns no SERP enhancement; remove it during template maintenance.
- [https://trelline.com/features/strategy-steal](https://trelline.com/features/strategy-steal) — FAQPage structured data is present — Google removed FAQ rich results on 7 May 2026 (except for authoritative government/health sites). The markup is harmless but earns no SERP enhancement; remove it during template maintenance.
- [https://trelline.com/pricing](https://trelline.com/pricing) — FAQPage structured data is present — Google removed FAQ rich results on 7 May 2026 (except for authoritative government/health sites). The markup is harmless but earns no SERP enhancement; remove it during template maintenance.

#### No structured data detected

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

- [http://trelline.com/contact](http://trelline.com/contact)
- [http://trelline.com/privacy-policy](http://trelline.com/privacy-policy)
- [http://trelline.com/refund-policy](http://trelline.com/refund-policy)
- [http://trelline.com/terms-of-service](http://trelline.com/terms-of-service)
- [http://trelline.com/waitlist](http://trelline.com/waitlist)
- [https://trelline.com/contact](https://trelline.com/contact)
- [https://trelline.com/privacy-policy](https://trelline.com/privacy-policy)
- [https://trelline.com/refund-policy](https://trelline.com/refund-policy)
- [https://trelline.com/terms-of-service](https://trelline.com/terms-of-service)
- [https://trelline.com/waitlist](https://trelline.com/waitlist)

#### SoftwareApplication schema incomplete (name/offers-or-rating/recommended)

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

- [http://trelline.com/features/buyer-journey-replay](http://trelline.com/features/buyer-journey-replay) — SoftwareApplication structured data is missing required property (offers\|aggregateRating\|review) — complete it to be eligible for the rich result (validate with the Rich Results Test).
- [http://trelline.com/features/monthly-scripts](http://trelline.com/features/monthly-scripts) — SoftwareApplication structured data is missing required property (offers\|aggregateRating\|review) — complete it to be eligible for the rich result (validate with the Rich Results Test).
- [http://trelline.com/features/opportunity-feed](http://trelline.com/features/opportunity-feed) — SoftwareApplication structured data is missing required property (offers\|aggregateRating\|review) — complete it to be eligible for the rich result (validate with the Rich Results Test).
- [http://trelline.com/features/revenue-rank](http://trelline.com/features/revenue-rank) — SoftwareApplication structured data is missing required property (offers\|aggregateRating\|review) — complete it to be eligible for the rich result (validate with the Rich Results Test).
- [http://trelline.com/features/strategy-steal](http://trelline.com/features/strategy-steal) — SoftwareApplication structured data is missing required property (offers\|aggregateRating\|review) — complete it to be eligible for the rich result (validate with the Rich Results Test).
- [https://trelline.com/features/buyer-journey-replay](https://trelline.com/features/buyer-journey-replay) — SoftwareApplication structured data is missing required property (offers\|aggregateRating\|review) — complete it to be eligible for the rich result (validate with the Rich Results Test).
- [https://trelline.com/features/monthly-scripts](https://trelline.com/features/monthly-scripts) — SoftwareApplication structured data is missing required property (offers\|aggregateRating\|review) — complete it to be eligible for the rich result (validate with the Rich Results Test).
- [https://trelline.com/features/opportunity-feed](https://trelline.com/features/opportunity-feed) — SoftwareApplication structured data is missing required property (offers\|aggregateRating\|review) — complete it to be eligible for the rich result (validate with the Rich Results Test).
- [https://trelline.com/features/revenue-rank](https://trelline.com/features/revenue-rank) — SoftwareApplication structured data is missing required property (offers\|aggregateRating\|review) — complete it to be eligible for the rich result (validate with the Rich Results Test).
- [https://trelline.com/features/strategy-steal](https://trelline.com/features/strategy-steal) — SoftwareApplication structured data is missing required property (offers\|aggregateRating\|review) — complete it to be eligible for the rich result (validate with the Rich Results Test).

#### Missing recommended security headers

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

- [https://trelline.com/](https://trelline.com/) — X-Content-Type-Options, HSTS, CSP

## Checks & coverage

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

- ✗ Agent Readiness — 32 notice(s)
- ✓ AI Content — clean
- ✓ Amp — clean
- ✓ Budget — clean
- ✗ Cache — 26 notice(s)
- ✗ Canonical — 12 warning(s), 19 notice(s)
- ✗ Content — 6 warning(s), 38 notice(s)
- ✗ Crawlability — 24 notice(s)
- ✗ Duplicate — 1 warning(s)
- ✓ Geo — clean
- ✓ Headings — clean
- ✗ Hreflang — 26 warning(s)
- ✗ Images — 9 notice(s)
- ✓ Indexability — clean
- ✗ Links — 121 warning(s), 11 notice(s)
- ✗ Meta Description — 8 notice(s)
- ✓ Mobile — clean
- ✗ Performance — 3 notice(s)
- ✓ Rendering — clean
- ✓ Robots — clean
- ✗ Security — 26 warning(s), 1 notice(s)
- ✓ Sitemap — clean
- ✓ Social — clean
- ✗ Structured Data — 2 warning(s), 47 notice(s)
- ✓ Titles — clean
- ✓ URL — clean
- ✗ Video — 3 warning(s)

---
*Generated by [Crawlinx](https://crawlinx.com) · free technical-SEO audits · https://crawlinx.com/audit/trelline.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
