Catalog / sidebyside-on-fashion.com
65

SEO audit for sidebyside-on-fashion.com

ファッションは好きだけど、アパレル業界は嫌い

other

Health 65/100 (fair) · 10 pages crawled · generated 2026-07-12

Download Markdown report (feed to ChatGPT / Claude / Cursor)
Screenshot of sidebyside-on-fashion.com
10
pages crawled
7
indexable pages
0
errors
26
warnings
63
notices
0
orphan pages
0
broken links
Category breakdown
CategoryScoreErrorsWarningsNotices
Content 79 0 7 7
Meta Description 79 0 7 0
Canonical 85 0 5 0
Budget 94 0 2 0
Performance 94 0 2 21
Structured Data 94 0 2 2
Indexability 97 0 1 0
Agent Readiness 100 0 0 1
Crawlability 100 0 0 1
Images 100 0 0 5
Links 100 0 0 1
Security 100 0 0 10
Social 100 0 0 14
Titles 100 0 0 1
Findings

Warnings (8 rules)

warning robots.txt-disallowed URL receives internal links (crawl-budget leak)

Rule budget.disallow_linked · Budget · 1 occurrence(s)

  • http://sidebyside-on-fashion.com/wp-admin/ — internal links point to http://sidebyside-on-fashion.com/wp-admin/, which robots.txt disallows for Googlebot — Googlebot discovers the URL, checks robots, then rejects it without indexing, wasting crawl budget and losing the link equity. Remove the internal links, or use noindex instead of Disallow if the page should be fetchable. Linked from: https://sidebyside-on-fashion.com/sample-page/.

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

Rule budget.noindex_linked · Budget · 1 occurrence(s)

  • https://sidebyside-on-fashion.com/2025/05/18/hello-world/?replytocom=1 — this noindex page has 2 internal inlink(s) — Googlebot follows them, fetches the page, then drops it unindexed, spending crawl budget for no indexing benefit (and the links leak equity). Remove/redirect the links, or drop the noindex if the page should be indexed. Linked from: https://sidebyside-on-fashion.com/2025/05/18/hello-world/, https://sidebyside-on-fashion.com/2025/05/18/hello-world/?replytocom=1.

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

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

  • https://sidebyside-on-fashion.com/2025/05/18/hello-world/ — the likely hero/LCP image (04f94ac6de618bf1d2d05457fa685145c765393b7890b2d6cdca478f0acce847) has loading="lazy" — Google explicitly warns against lazy-loading the LCP image, because it delays the fetch until layout completes. Remove loading="lazy" from the first significant image and add fetchpriority="high" instead.
  • https://sidebyside-on-fashion.com/2025/05/18/hello-world/?replytocom=1 — the likely hero/LCP image (04f94ac6de618bf1d2d05457fa685145c765393b7890b2d6cdca478f0acce847) 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 Page is noindex

Rule index.noindex · Indexability · 1 occurrence(s)

warning BreadcrumbList present but structurally incomplete

Rule schema.breadcrumb_incomplete · Structured Data · 2 occurrence(s)

  • https://sidebyside-on-fashion.com/2025/05/ — 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://sidebyside-on-fashion.com/2025/05/18/hello-world/ — 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.

Notices (14 rules)

notice No llms.txt for AI agents

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

notice Likely hero image lacks fetchpriority=high

Rule images.hero_no_fetchpriority · Performance · 5 occurrence(s)

  • https://sidebyside-on-fashion.com/ — the likely hero/LCP image (1200) has no fetchpriority="high" — adding it tells the browser to fetch the hero earlier in the waterfall, reducing Largest Contentful Paint. This is a low-severity nudge; verify the flagged image is actually your LCP element.
  • https://sidebyside-on-fashion.com/2025/ — the likely hero/LCP image (gif;base64,r0lgodlhaqabaaaaach5baekaaealaaaaaabaaeaaaictaeaow==) has no fetchpriority="high" — adding it tells the browser to fetch the hero earlier in the waterfall, reducing Largest Contentful Paint. This is a low-severity nudge; verify the flagged image is actually your LCP element.
  • https://sidebyside-on-fashion.com/2025/05/ — the likely hero/LCP image (gif;base64,r0lgodlhaqabaaaaach5baekaaealaaaaaabaaeaaaictaeaow==) has no fetchpriority="high" — adding it tells the browser to fetch the hero earlier in the waterfall, reducing Largest Contentful Paint. This is a low-severity nudge; verify the flagged image is actually your LCP element.
  • https://sidebyside-on-fashion.com/author/ivory/ — the likely hero/LCP image (04f94ac6de618bf1d2d05457fa685145c765393b7890b2d6cdca478f0acce847) has no fetchpriority="high" — adding it tells the browser to fetch the hero earlier in the waterfall, reducing Largest Contentful Paint. This is a low-severity nudge; verify the flagged image is actually your LCP element.
  • https://sidebyside-on-fashion.com/category/uncategorized/ — the likely hero/LCP image (gif;base64,r0lgodlhaqabaaaaach5baekaaealaaaaaabaaeaaaictaeaow==) has no fetchpriority="high" — adding it tells the browser to fetch the hero earlier in the waterfall, reducing Largest Contentful Paint. This is a low-severity nudge; verify the flagged image is actually your LCP element.

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

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

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

Rule links.single_inlink · Links · 1 occurrence(s)

  • https://sidebyside-on-fashion.com/2025/ — 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.

notice Missing Open Graph tags

Rule og.missing · Social · 7 occurrence(s)

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

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

  • https://sidebyside-on-fashion.com/ — 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://sidebyside-on-fashion.com/2025/ — 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://sidebyside-on-fashion.com/2025/05/ — 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://sidebyside-on-fashion.com/2025/05/18/hello-world/ — 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://sidebyside-on-fashion.com/2025/05/18/hello-world/?replytocom=1 — 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://sidebyside-on-fashion.com/author/ivory/ — 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://sidebyside-on-fashion.com/category/uncategorized/ — 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://sidebyside-on-fashion.com/sample-page/ — 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 · 8 occurrence(s)

  • https://sidebyside-on-fashion.com/ — 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://sidebyside-on-fashion.com/2025/ — 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://sidebyside-on-fashion.com/2025/05/ — 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://sidebyside-on-fashion.com/2025/05/18/hello-world/ — 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://sidebyside-on-fashion.com/2025/05/18/hello-world/?replytocom=1 — 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://sidebyside-on-fashion.com/author/ivory/ — 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://sidebyside-on-fashion.com/category/uncategorized/ — 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://sidebyside-on-fashion.com/sample-page/ — 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 Blocked by robots.txt

Rule robots.blocked · Crawlability · 1 occurrence(s)

notice Deep page has no BreadcrumbList structured data

Rule schema.breadcrumb_missing · Structured Data · 2 occurrence(s)

notice Missing recommended security headers

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

notice target=_blank link without rel=noopener (tab-napping)

Rule security.unsafe_cross_origin_links · Security · 2 occurrence(s)

notice Title tag is identical to the H1 (missed keyword variation)

Rule title.same_as_h1 · Titles · 1 occurrence(s)

Pages (showing 10 of 10)
URLStatusIndexableWordsIn-links
https://sidebyside-on-fashion.com/
ファッションは好きだけど、アパレル業界は嫌い
200 yes 35 8
https://sidebyside-on-fashion.com/2025/05/
2025年5月 – ファッションは好きだけど、アパレル業界は嫌い
200 yes 38 8
https://sidebyside-on-fashion.com/2025/05/18/hello-world/
Hello world! – ファッションは好きだけど、アパレル業界は嫌い
200 yes 71 8
https://sidebyside-on-fashion.com/category/uncategorized/
未分類 – ファッションは好きだけど、アパレル業界は嫌い
200 yes 37 8
https://sidebyside-on-fashion.com/sample-page/
サンプルページ – ファッションは好きだけど、アパレル業界は嫌い
200 yes 39 8
https://sidebyside-on-fashion.com/2025/05/18/hello-world/?replytocom=1
Hello world! – ファッションは好きだけど、アパレル業界は嫌い
200 no 73 2
https://sidebyside-on-fashion.com/author/ivory/
ivory – ファッションは好きだけど、アパレル業界は嫌い
200 yes 38 2
https://sidebyside-on-fashion.com/2025/
2025年 – ファッションは好きだけど、アパレル業界は嫌い
200 yes 37 1
http://sidebyside-on-fashion.com/wp-admin/ 0 no 0 1
https://sidebyside-on-fashion.com/feed/ 200 no 0 8

Audit your own site — free

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

Scan your site →