SEO audit for standalone.ro
Site Title
Health 65/100 (fair) · 7 pages crawled · generated 2026-08-26
Download Markdown report (feed to ChatGPT / Claude / Cursor)| Category | Score | Errors | Warnings | Notices |
|---|---|---|---|---|
| Content | 79 | 0 | 5 | 5 |
| Meta Description | 79 | 0 | 5 | 0 |
| Canonical | 87 | 0 | 3 | 0 |
| Budget | 91 | 0 | 2 | 0 |
| Indexability | 91 | 0 | 2 | 1 |
| Links | 96 | 0 | 1 | 0 |
| Cache | 100 | 0 | 0 | 7 |
| Crawlability | 100 | 0 | 0 | 1 |
| Headings | 100 | 0 | 0 | 1 |
| Performance | 100 | 0 | 0 | 16 |
| Security | 100 | 0 | 0 | 7 |
| Social | 100 | 0 | 0 | 10 |
| Structured Data | 100 | 0 | 0 | 5 |
| Titles | 100 | 0 | 0 | 1 |
Warnings (6 rules)
warning Noindex page receives internal links (crawl-budget waste)
Rule budget.noindex_linked · Budget · 2 occurrence(s)
- https://standalone.ro/?p=1&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://standalone.ro/?p=1, https://standalone.ro/?p=1&replytocom=1.
- https://standalone.ro/wp-admin/ — this noindex page has 1 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://standalone.ro/?page_id=2.
warning Missing canonical tag
Rule canonical.missing · Canonical · 3 occurrence(s)
warning Thin content (low word count)
Rule content.thin · Content · 5 occurrence(s)
- https://standalone.ro/ — 43 words
- https://standalone.ro/?author=1 — 44 words
- https://standalone.ro/?cat=1 — 44 words
- https://standalone.ro/?p=1 — 131 words
- https://standalone.ro/?page_id=2 — 179 words
warning Page is noindex
Rule index.noindex · Indexability · 2 occurrence(s)
- https://standalone.ro/?p=1&replytocom=1 — meta/X-Robots: meta=max-image-preview:large, noindex, follow
- https://standalone.ro/wp-admin/ — meta/X-Robots: meta=max-image-preview:large, noindex, noarchive
warning Internal link points to a redirect
Rule links.redirect_target · Links · 1 occurrence(s)
- https://standalone.ro/?page_id=2 — https://standalone.ro/wp-admin/ → https://standalone.ro/wp-login.php?redirect_to=https%3A%2F%2Fstandalone.ro%2Fwp-admin%2F&reauth=1
warning Missing meta description
Rule meta_desc.missing · Meta Description · 5 occurrence(s)
Notices (13 rules)
notice Page served uncached (no-store/private or CDN bypass)
Rule cache.not_cacheable · Cache · 7 occurrence(s)
- https://standalone.ro/ — Cache-Control: (none) · cloudflare: DYNAMIC
- https://standalone.ro/?author=1 — Cache-Control: (none) · cloudflare: DYNAMIC
- https://standalone.ro/?cat=1 — Cache-Control: (none) · cloudflare: DYNAMIC
- https://standalone.ro/?p=1 — Cache-Control: (none) · cloudflare: DYNAMIC
- https://standalone.ro/?p=1&replytocom=1 — Cache-Control: (none) · cloudflare: DYNAMIC
- https://standalone.ro/?page_id=2 — Cache-Control: (none) · cloudflare: DYNAMIC
- https://standalone.ro/wp-admin/ — Cache-Control: no-cache, must-revalidate, max-age=0, no-store, private · cloudflare: DYNAMIC
notice Low text-to-HTML ratio
Rule content.low_ratio · Content · 5 occurrence(s)
- https://standalone.ro/ — 1.0%
- https://standalone.ro/?author=1 — 1.1%
- https://standalone.ro/?cat=1 — 1.1%
- https://standalone.ro/?p=1 — 2.1%
- https://standalone.ro/?page_id=2 — 2.1%
notice noarchive directive (blocks cached copy)
Rule directives.noarchive · Indexability · 1 occurrence(s)
- https://standalone.ro/wp-admin/ — a noarchive directive is present — it blocks a cached copy of the page. Google retired cached links in 2024 so the impact is small, but confirm it's intentional.
notice Multiple <h1> elements
Rule h1.multiple · Headings · 1 occurrence(s)
- https://standalone.ro/wp-admin/ — 2 <h1> elements
notice Likely hero image lacks fetchpriority=high
Rule images.hero_no_fetchpriority · Performance · 2 occurrence(s)
- https://standalone.ro/?p=1 — the likely hero/LCP image (8e1606e6fba450a9362af43874c1b2dfad34c782e33d0a51e1b46c18a2a567dd) 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://standalone.ro/?p=1&replytocom=1 — the likely hero/LCP image (8e1606e6fba450a9362af43874c1b2dfad34c782e33d0a51e1b46c18a2a567dd) 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 Missing Open Graph tags
Rule og.missing · Social · 5 occurrence(s)
- https://standalone.ro/ — og:title, og:description, og:image
- https://standalone.ro/?author=1 — og:title, og:description, og:image
- https://standalone.ro/?cat=1 — og:title, og:description, og:image
- https://standalone.ro/?p=1 — og:title, og:description, og:image
- https://standalone.ro/?page_id=2 — og:title, og:description, og:image
notice No ETag header (no conditional GET for unchanged pages)
Rule perf.no_etag · Performance · 7 occurrence(s)
- https://standalone.ro/ — 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://standalone.ro/?author=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://standalone.ro/?cat=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://standalone.ro/?p=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://standalone.ro/?p=1&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://standalone.ro/?page_id=2 — 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://standalone.ro/wp-admin/ — 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://standalone.ro/ — 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://standalone.ro/?author=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://standalone.ro/?cat=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://standalone.ro/?p=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://standalone.ro/?p=1&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://standalone.ro/?page_id=2 — 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://standalone.ro/wp-admin/ — 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 · 1 occurrence(s)
- https://standalone.ro/wp-admin/ — redirects to https://standalone.ro/wp-login.php?redirect_to=https%3A%2F%2Fstandalone.ro%2Fwp-admin%2F&reauth=1
notice No structured data detected
Rule schema.none · Structured Data · 5 occurrence(s)
notice Missing recommended security headers
Rule security.missing_headers · Security · 7 occurrence(s)
- https://standalone.ro/ — HSTS, CSP
- https://standalone.ro/?author=1 — CSP, HSTS
- https://standalone.ro/?cat=1 — HSTS, CSP
- https://standalone.ro/?p=1 — HSTS, CSP
- https://standalone.ro/?p=1&replytocom=1 — HSTS, CSP
- https://standalone.ro/?page_id=2 — HSTS, CSP
- https://standalone.ro/wp-admin/ — HSTS
notice Title is very short
Rule title.too_short · Titles · 1 occurrence(s)
- https://standalone.ro/ — 10 chars
notice Missing Twitter Card tag
Rule twitter.missing · Social · 5 occurrence(s)
| URL | Status | Indexable | Words | In-links |
|---|---|---|---|---|
| https://standalone.ro/ Site Title |
200 | yes | 43 | 7 |
| https://standalone.ro/?page_id=2 Sample Page – Site Title |
200 | yes | 179 | 6 |
| https://standalone.ro/?p=1 Hello world! – Site Title |
200 | yes | 131 | 5 |
| https://standalone.ro/wp-admin/ Log In ‹ Site Title — WordPress |
200 | no | 20 | 1 |
| https://standalone.ro/?author=1 dop8876 – Site Title |
200 | yes | 44 | 2 |
| https://standalone.ro/?cat=1 Uncategorized – Site Title |
200 | yes | 44 | 2 |
| https://standalone.ro/?p=1&replytocom=1 Hello world! – Site Title |
200 | no | 135 | 2 |
Audit your own site — free
157 checks, internal PageRank, render-diff. No signup, results in ~30s.