Catalog / adrianoliver.dev
65

SEO audit for adrianoliver.dev

Adrian Oliver — Full-Stack Developer

saasNext.js

Health 65/100 (fair) · 10 pages crawled · generated 2026-08-26

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

Full-stack developer specializing in Next.js, TypeScript, and Supabase. I build production-ready e-commerce platforms and business web applications for clients. Remote, async-first.

10
pages crawled
10
indexable pages
0
errors
51
warnings
50
notices
9
orphan pages
0
broken links
Category breakdown
CategoryScoreErrorsWarningsNotices
Content 70 0 10 10
Headings 70 0 10 0
Rendering 70 0 10 0
Links 73 0 9 0
Canonical 79 0 7 0
Titles 91 0 3 0
Duplicate 94 0 2 2
Cache 100 0 0 2
Crawlability 100 0 0 9
Meta Description 100 0 0 4
Performance 100 0 0 12
Security 100 0 0 10
Sitemap 100 0 0 1
Findings

Warnings (7 rules)

warning Duplicate <title> across pages

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

warning Orphan page (no internal inlinks)

Rule links.orphan · Links · 9 occurrence(s)

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

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

  • https://adrianoliver.dev/ — 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://adrianoliver.dev/blog — 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://adrianoliver.dev/blog/ecommerce-checkout-ux — 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://adrianoliver.dev/blog/inventory-system-retail — 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://adrianoliver.dev/blog/nextjs-vs-shopify-apparel — 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://adrianoliver.dev/contact — Raw HTML has 0 words and 0 links — this page is built by JavaScript in the browser. Googlebot renders JS but delays it, and most crawlers and AI assistants (ChatGPT, Perplexity, Claude) don't run JavaScript at all, so to them the page looks empty. Server-render or pre-render your main content and navigation.
  • https://adrianoliver.dev/projects/lukess-home — 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://adrianoliver.dev/projects/lukess-inventory-system — 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://adrianoliver.dev/projects/solnr-studio — 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.adrianoliver.dev/ — 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.

warning Title likely truncated in SERP (too wide)

Rule title.too_long · Titles · 3 occurrence(s)

Notices (9 rules)

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

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

notice Duplicate meta description across pages

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

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

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

notice Meta description too long

Rule meta_desc.too_long · Meta Description · 4 occurrence(s)

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

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

  • https://adrianoliver.dev/projects/lukess-home — 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://adrianoliver.dev/projects/solnr-studio — 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 · 10 occurrence(s)

  • https://adrianoliver.dev/ — 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://adrianoliver.dev/blog — 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://adrianoliver.dev/blog/ecommerce-checkout-ux — 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://adrianoliver.dev/blog/inventory-system-retail — 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://adrianoliver.dev/blog/nextjs-vs-shopify-apparel — 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://adrianoliver.dev/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://adrianoliver.dev/projects/lukess-home — 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://adrianoliver.dev/projects/lukess-inventory-system — 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://adrianoliver.dev/projects/solnr-studio — 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.adrianoliver.dev/ — 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 URL redirects to another URL

Rule redirect.single · Crawlability · 9 occurrence(s)

notice Missing recommended security headers

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

notice Indexable page not listed in sitemap

Rule sitemap.orphan_not_listed · Sitemap · 1 occurrence(s)

Pages (showing 10 of 10)
URLStatusIndexableWordsIn-links
https://adrianoliver.dev/
Adrian Oliver — Full-Stack Developer
200 yes 0 0
https://adrianoliver.dev/blog
Blog | Adrian Oliver — Engineering Thought Leadership | Adrian Oliver
200 yes 0 0
https://adrianoliver.dev/blog/ecommerce-checkout-ux
5 Checkout UX Mistakes That Kill Apparel E-Commerce Conversions | Adrian Oliver | Adrian Oliver
200 yes 0 0
https://adrianoliver.dev/blog/inventory-system-retail
How We Replaced 3 Spreadsheets with a Real-Time Inventory System for a 4-Location Clothing Store | Adrian Oliver | Adrian Oliver
200 yes 0 0
https://adrianoliver.dev/blog/nextjs-vs-shopify-apparel
Next.js vs Shopify for Apparel Brands: An Honest Comparison | Adrian Oliver | Adrian Oliver
200 yes 0 0
https://adrianoliver.dev/contact
Contact | Adrian Oliver — Let's build your next project | Adrian Oliver
200 yes 0 0
https://adrianoliver.dev/projects/lukess-home
Lukess Home | Omnichannel E-commerce Case Study | Adrian Oliver
200 yes 0 0
https://adrianoliver.dev/projects/lukess-inventory-system
Lukess Inventory | Enterprise ERP Case Study | Adrian Oliver
200 yes 0 0
https://adrianoliver.dev/projects/solnr-studio
Solnr Studio | Luxury E-commerce Architecture | Adrian Oliver
200 yes 0 0
https://www.adrianoliver.dev/
Adrian Oliver — Full-Stack Developer
200 yes 0 0

Audit your own site — free

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

Scan your site →