Catalog / britainhasspirit.com
36

SEO audit for britainhasspirit.com

Britain Has Spirit

other

Health 36/100 (poor) · 19 pages crawled · generated 2026-08-26

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

You’ve been nominating your local heroes in your hundreds and, now our panel of judges has arrived at a shortlist of entries in each region, it’s nearly time for you to start voting. Public voting op…

Screenshot of britainhasspirit.com
19
pages crawled
5
indexable pages
57
errors
39
warnings
68
notices
0
orphan pages
42
broken links
Category breakdown
CategoryScoreErrorsWarningsNotices
Links 0 42 0 3
Crawlability 26 14 0 0
Security 87 1 5 5
Duplicate 79 0 13 5
Canonical 92 0 5 0
Headings 92 0 5 0
Agent Readiness 95 0 3 9
Images 95 0 3 3
Performance 95 0 3 6
Mobile 97 0 2 2
Content 100 0 0 15
Meta Description 100 0 0 3
Robots 100 0 0 1
Social 100 0 0 10
Structured Data 100 0 0 2
URL 100 0 0 4
Findings

Errors (3 rules)

error Broken internal link (target 4xx/5xx)

Rule links.broken_internal · Links · 42 occurrence(s)

error Mixed content on HTTPS page

Rule security.mixed_content · Security · 1 occurrence(s)

Warnings (10 rules)

warning Control has no accessible name

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

warning Duplicate page content

Rule duplicate.content · Duplicate · 5 occurrence(s)

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

Rule duplicate.protocol_host · Duplicate · 3 occurrence(s)

  • https://britainhasspirit.com/ — http://britainhasspirit.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.
  • https://britainhasspirit.com/ — http://www.britainhasspirit.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.
  • https://britainhasspirit.com/ — https://www.britainhasspirit.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.

warning Duplicate <title> across pages

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

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

Rule headers.content_type_mismatch · Security · 5 occurrence(s)

  • http://britainhasspirit.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://britainhasspirit.com/?tmpl=component&print=1&page= — 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://britainhasspirit.com/hkofficerental.html — 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://britainhasspirit.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://britainhasspirit.com/hkofficerental.html — 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".

warning Images missing alt text

Rule images.missing_alt · Images · 3 occurrence(s)

warning Missing viewport meta tag

Rule mobile.viewport_missing · Mobile · 2 occurrence(s)

warning Render-blocking script in <head> (no defer/async)

Rule perf.render_blocking · Performance · 3 occurrence(s)

Notices (22 rules)

notice Heading levels skip a level

Rule agent.heading_skip · Agent Readiness · 3 occurrence(s)

notice No llms.txt for AI agents

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

notice No main landmark for AI agents

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

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

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

  • http://britainhasspirit.com/ — this page reads as difficult (Flesch Reading Ease 47, 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://britainhasspirit.com/?tmpl=component&print=1&page= — this page reads as difficult (Flesch Reading Ease 47, 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://britainhasspirit.com/hkofficerental.html — this page reads as very difficult (Flesch Reading Ease -71, 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://britainhasspirit.com/ — this page reads as difficult (Flesch Reading Ease 47, 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://britainhasspirit.com/hkofficerental.html — this page reads as very difficult (Flesch Reading Ease -71, 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 · 5 occurrence(s)

notice Missing <!DOCTYPE html> (quirks-mode rendering risk)

Rule encoding.doctype_missing · Content · 5 occurrence(s)

notice Missing html lang attribute

Rule i18n.lang_missing · Mobile · 2 occurrence(s)

notice Likely hero image lacks fetchpriority=high

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

  • http://britainhasspirit.com/ — the likely hero/LCP image (tc.png) 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.
  • http://britainhasspirit.com/?tmpl=component&print=1&page= — the likely hero/LCP image (tc.png) 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://britainhasspirit.com/ — the likely hero/LCP image (tc.png) 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 · 3 occurrence(s)

notice Internal link has no anchor text / accessible name

Rule links.no_anchor_text · Links · 3 occurrence(s)

  • http://britainhasspirit.com/ — 2 internal link(s) have no anchor text, aria-label, or image alt — they pass no keyword signal and are unusable to screen readers. Add descriptive text or an aria-label.
  • http://britainhasspirit.com/?tmpl=component&print=1&page= — 2 internal link(s) have no anchor text, aria-label, or image alt — they pass no keyword signal and are unusable to screen readers. Add descriptive text or an aria-label.
  • https://britainhasspirit.com/ — 2 internal link(s) have no anchor text, aria-label, or image alt — they pass no keyword signal and are unusable to screen readers. Add descriptive text or an aria-label.

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

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

notice Meta description too long

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

notice Missing Open Graph tags

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

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

Rule perf.images_legacy_format · Performance · 3 occurrence(s)

  • http://britainhasspirit.com/ — 10 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.
  • http://britainhasspirit.com/?tmpl=component&print=1&page= — 10 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://britainhasspirit.com/ — 10 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.

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

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

  • https://britainhasspirit.com/ — 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 No structured data detected

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

notice Missing recommended security headers

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

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

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

  • http://britainhasspirit.com/ — 17 external link(s) use target="_blank" without rel="noopener" — the opened page can hijack your tab (reverse tab-napping). Add rel="noopener noreferrer".
  • http://britainhasspirit.com/?tmpl=component&print=1&page= — 17 external link(s) use target="_blank" without rel="noopener" — the opened page can hijack your tab (reverse tab-napping). Add rel="noopener noreferrer".
  • https://britainhasspirit.com/ — 17 external link(s) use target="_blank" without rel="noopener" — the opened page can hijack your tab (reverse tab-napping). Add rel="noopener noreferrer".

notice URL is very long

Rule url.too_long · URL · 1 occurrence(s)

notice Underscores in URL path (prefer hyphens)

Rule url.underscores · URL · 1 occurrence(s)

Pages (showing 19 of 19)
URLStatusIndexableWordsIn-links
http://britainhasspirit.com/
Britain Has Spirit
200 yes 824 4
http://britainhasspirit.com/hkofficerental.html
香港寫字樓出租 HK Office Rental
200 yes 264 3
http://britainhasspirit.com/?tmpl=component&print=1&page=
Britain Has Spirit
200 yes 824 3
https://britainhasspirit.com/hkofficerental.html
香港寫字樓出租 HK Office Rental
200 yes 264 2
https://britainhasspirit.com/
Britain Has Spirit
200 yes 824 1
http://britainhasspirit.com/8-tes
404 - File or directory not found.
404 no 27 3
http://britainhasspirit.com/8-tes/103-bhs-closing
404 - File or directory not found.
404 no 27 3
http://britainhasspirit.com/better-together
404 - File or directory not found.
404 no 27 3
http://britainhasspirit.com/cb-forgot-login/lostpassword
404 - File or directory not found.
404 no 27 3
http://britainhasspirit.com/cb-registration/registers
404 - File or directory not found.
404 no 27 3
http://britainhasspirit.com/component/mailto/?tmpl=component&template=frontend&link=c947b05767d8437458124cdda9a349303d7988b4
404 - File or directory not found.
404 no 27 3
http://britainhasspirit.com/contactus
404 - File or directory not found.
404 no 27 3
http://britainhasspirit.com/gabby-logan
404 - File or directory not found.
404 no 27 3
http://britainhasspirit.com/images/BritainHasSpirit_Regional_Voting_Launch_Release.pdf
404 - File or directory not found.
404 no 27 3
http://britainhasspirit.com/images/LaunchRelease.pdf
404 - File or directory not found.
404 no 27 3
http://britainhasspirit.com/images/final.pdf
404 - File or directory not found.
404 no 27 3
http://britainhasspirit.com/tc.html
404 - File or directory not found.
404 no 27 3
http://britainhasspirit.com/termsandconditions
404 - File or directory not found.
404 no 27 3
http://britainhasspirit.com/who-is-together-mutual-insurance
404 - File or directory not found.
404 no 27 3

Audit your own site — free

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

Scan your site →