Catalog / trilane.co
65

SEO audit for trilane.co

TriLane | Carrier Intelligence & Route Architect

otherNext.js

Health 65/100 (fair) · 7 pages crawled · generated 2026-07-29

Download Markdown report (feed to ChatGPT / Claude / Cursor)

Stop gambling on load boards. TriLane provides advanced broker vetting, risk profiles, and unique tri-lane route architecture for owner-operators.

Screenshot of trilane.co
7
pages crawled
7
indexable pages
0
errors
26
warnings
48
notices
0
orphan pages
0
broken links
Category breakdown
CategoryScoreErrorsWarningsNotices
Canonical 70 0 7 0
Duplicate 74 0 6 6
Agent Readiness 79 0 5 5
Content 87 0 3 10
Headings 91 0 2 0
Rendering 91 0 2 0
Performance 96 0 1 9
Cache 100 0 0 2
Images 100 0 0 1
Robots 100 0 0 1
Security 100 0 0 7
Structured Data 100 0 0 7
Findings

Warnings (7 rules)

warning Control has no accessible name

Rule agent.control_no_name · Agent Readiness · 5 occurrence(s)

warning Thin content (low word count)

Rule content.thin · Content · 3 occurrence(s)

warning Duplicate <title> across pages

Rule duplicate.title · Duplicate · 6 occurrence(s)

  • https://www.trilane.co/ — title shared by 6 pages: https://www.trilane.co/contact, https://www.trilane.co/sign-in, https://www.trilane.co/sign-up
  • https://www.trilane.co/contact — title shared by 6 pages: https://www.trilane.co/, https://www.trilane.co/sign-in, https://www.trilane.co/sign-up
  • https://www.trilane.co/privacy — title shared by 6 pages: https://www.trilane.co/, https://www.trilane.co/contact, https://www.trilane.co/sign-in
  • https://www.trilane.co/sign-in — title shared by 6 pages: https://www.trilane.co/, https://www.trilane.co/contact, https://www.trilane.co/sign-up
  • https://www.trilane.co/sign-up — title shared by 6 pages: https://www.trilane.co/, https://www.trilane.co/contact, https://www.trilane.co/sign-in
  • https://www.trilane.co/terms — title shared by 6 pages: https://www.trilane.co/, https://www.trilane.co/contact, https://www.trilane.co/sign-in

warning Missing <h1>

Rule h1.missing · Headings · 2 occurrence(s)

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

Rule images.no_lazy_lcp_candidate · Performance · 1 occurrence(s)

  • https://www.trilane.co/ — the likely hero/LCP image (image) 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.

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

Rule rendering.js_shell · Rendering · 2 occurrence(s)

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

Notices (13 rules)

notice No llms.txt for AI agents

Rule agent.llms_txt_missing · Agent Readiness · 1 occurrence(s)

  • https://www.trilane.co/ — no llms.txt found at the site root — add one so AI agents get a curated site summary

notice No main landmark for AI agents

Rule agent.no_main_landmark · Agent Readiness · 4 occurrence(s)

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

Rule cache.not_cacheable · Cache · 2 occurrence(s)

notice Low text-to-HTML ratio

Rule content.low_ratio · Content · 2 occurrence(s)

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

Rule content.readability_poor · Content · 1 occurrence(s)

  • https://www.trilane.co/new-trucking-program — 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.

notice Duplicate meta description across pages

Rule duplicate.meta_desc · Duplicate · 6 occurrence(s)

  • https://www.trilane.co/ — meta description shared by 6 pages: https://www.trilane.co/contact, https://www.trilane.co/sign-in, https://www.trilane.co/sign-up
  • https://www.trilane.co/contact — meta description shared by 6 pages: https://www.trilane.co/, https://www.trilane.co/sign-in, https://www.trilane.co/sign-up
  • https://www.trilane.co/privacy — meta description shared by 6 pages: https://www.trilane.co/, https://www.trilane.co/contact, https://www.trilane.co/sign-in
  • https://www.trilane.co/sign-in — meta description shared by 6 pages: https://www.trilane.co/, https://www.trilane.co/contact, https://www.trilane.co/sign-up
  • https://www.trilane.co/sign-up — meta description shared by 6 pages: https://www.trilane.co/, https://www.trilane.co/contact, https://www.trilane.co/sign-in
  • https://www.trilane.co/terms — meta description shared by 6 pages: https://www.trilane.co/, https://www.trilane.co/contact, https://www.trilane.co/sign-in

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

Rule images.missing_dimensions · Images · 1 occurrence(s)

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

Rule meta.keywords_present · Content · 7 occurrence(s)

notice No ETag header (no conditional GET for unchanged pages)

Rule perf.no_etag · Performance · 2 occurrence(s)

  • https://www.trilane.co/sign-in — the response carries no ETag header — without an ETag (or Last-Modified) there is no cache-revalidation mechanism, so crawlers re-download the full body every visit. Emit an ETag (a content hash) to enable conditional If-None-Match requests.
  • https://www.trilane.co/sign-up — the response carries no ETag header — without an ETag (or Last-Modified) there is no cache-revalidation mechanism, so crawlers re-download the full body every visit. Emit an ETag (a content hash) to enable conditional If-None-Match requests.

notice No Last-Modified header (no conditional GET for unchanged pages)

Rule perf.no_last_modified · Performance · 7 occurrence(s)

  • https://www.trilane.co/ — the response carries no Last-Modified header — Googlebot can't send an If-Modified-Since request, so it re-downloads the full page body on every crawl even when nothing changed. Emit Last-Modified (or an ETag) on stable pages to enable 304 Not Modified responses.
  • https://www.trilane.co/contact — the response carries no Last-Modified header — Googlebot can't send an If-Modified-Since request, so it re-downloads the full page body on every crawl even when nothing changed. Emit Last-Modified (or an ETag) on stable pages to enable 304 Not Modified responses.
  • https://www.trilane.co/new-trucking-program — the response carries no Last-Modified header — Googlebot can't send an If-Modified-Since request, so it re-downloads the full page body on every crawl even when nothing changed. Emit Last-Modified (or an ETag) on stable pages to enable 304 Not Modified responses.
  • https://www.trilane.co/privacy — the response carries no Last-Modified header — Googlebot can't send an If-Modified-Since request, so it re-downloads the full page body on every crawl even when nothing changed. Emit Last-Modified (or an ETag) on stable pages to enable 304 Not Modified responses.
  • https://www.trilane.co/sign-in — the response carries no Last-Modified header — Googlebot can't send an If-Modified-Since request, so it re-downloads the full page body on every crawl even when nothing changed. Emit Last-Modified (or an ETag) on stable pages to enable 304 Not Modified responses.
  • https://www.trilane.co/sign-up — the response carries no Last-Modified header — Googlebot can't send an If-Modified-Since request, so it re-downloads the full page body on every crawl even when nothing changed. Emit Last-Modified (or an ETag) on stable pages to enable 304 Not Modified responses.
  • https://www.trilane.co/terms — the response carries no Last-Modified header — Googlebot can't send an If-Modified-Since request, so it re-downloads the full page body on every crawl even when nothing changed. Emit Last-Modified (or an ETag) on stable pages to enable 304 Not Modified responses.

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

Rule robots.txt_missing · Robots · 1 occurrence(s)

  • https://www.trilane.co/ — 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)

notice Missing recommended security headers

Rule security.missing_headers · Security · 7 occurrence(s)

Pages (showing 7 of 7)
URLStatusIndexableWordsIn-links
https://www.trilane.co/
TriLane | Carrier Intelligence & Route Architect
200 yes 920 5
https://www.trilane.co/contact
TriLane | Carrier Intelligence & Route Architect
200 yes 61 5
https://www.trilane.co/new-trucking-program
New Trucking Program | TriLane
200 yes 243 5
https://www.trilane.co/privacy
TriLane | Carrier Intelligence & Route Architect
200 yes 1118 5
https://www.trilane.co/sign-in
TriLane | Carrier Intelligence & Route Architect
200 yes 0 5
https://www.trilane.co/sign-up
TriLane | Carrier Intelligence & Route Architect
200 yes 0 5
https://www.trilane.co/terms
TriLane | Carrier Intelligence & Route Architect
200 yes 1843 5

Audit your own site — free

157 checks, internal PageRank, render-diff. No signup, results in ~30s.

Scan your site →