Overall Digital Authority91/100 AComposite of every measured category — including popularity, domain age and trust signals.
SEO 96/100 (up); AIO 95/100 (up). Recommended changes detected: 0 of 6. Re-check again after making changes.
SEO: meets the strong-ranking profile.
AIO: meets the strong-ranking profile.
The 85-point benchmark is the score a site meeting the practices that consistently strong-ranking sites follow would earn on these same checks — a measured yardstick, not live competitor rankings.
Score breakdown
Each score is built from weighted categories; the contribution column shows exactly how many points each category adds to the total (weights renormalize over what was measurable). Categories reuse the same underlying checks — nothing is double-crawled.
AIO AI-optimization categories
Category
Score
Weight
Contribution
Crawlability & indexability
80
15%
13.0 pts
Content quality & originality
100
15%
16.3 pts
Answerability & page structure
100
15%
16.3 pts
Authority & trust
96
12%
12.5 pts
Entity clarity
100
10%
10.9 pts
Structured data
100
8%
8.7 pts
Citation worthiness
—
8%
n/a
Topical coverage & internal linking
100
7%
7.6 pts
Freshness & factual maintenance
100
5%
5.4 pts
User experience & performance
80
5%
4.3 pts
AIO total
95/100
SEO SEO categories
Category
Score
Weight
Contribution
Search visibility
100
18%
19.6 pts
Titles, content & keywords
100
16%
17.4 pts
Technical SEO
100
12%
13.0 pts
Speed & performance
67
10%
7.3 pts
Mobile usability
100
8%
8.7 pts
Structured data & social
100
8%
8.7 pts
Local search
—
8%
n/a
Authority & trust
96
14%
14.6 pts
Accessibility
100
6%
6.5 pts
SEO total
96/100
Recommendations
Each item is tagged with the score it improves (SEO, AIO, or both) and carries a status: To do = on your current plan · ✓ Done = the change was detected on a re-check of your site · Still open = re-checked but not detected yet · Awaiting external data = a crawl of your site alone cannot confirm it.
Used in the copy-paste fix prompts below — hand them to ChatGPT, Claude, or whatever tool edits your site.
1
Unblock AI crawlers in robots.txt to restore answer-engine visibility
AIOStill open — not detected yet
The robots.txt file explicitly blocks GPTBot, ClaudeBot, anthropic-ai, PerplexityBot, Google-Extended, and CCBot — every major AI assistant crawler. This means none of those systems can read the site's content, so it cannot be cited or surfaced in AI-generated answers, which directly accounts for the low AIO score. Review each blocked agent intentionally and remove or relax the disallow rules for any AI crawlers you are comfortable allowing to index your content; this typically helps AI answer engines discover and reference the site.
Last verification (Aug 07, 2026): Still showing on the latest crawl: robots.txt fully blocks: GPTBot, ClaudeBot, anthropic-ai, PerplexityBot, Google-Extended, CCBot — those assistants cannot read the site to cite it.
I need help fixing an issue on my website bbc.co.uk.
My site is built with: [YOUR PLATFORM].
Issue found by an automated review: Unblock AI crawlers in robots.txt to restore answer-engine visibility
Details and evidence from the crawl: The robots.txt file explicitly blocks GPTBot, ClaudeBot, anthropic-ai, PerplexityBot, Google-Extended, and CCBot — every major AI assistant crawler. This means none of those systems can read the site's content, so it cannot be cited or surfaced in AI-generated answers, which directly accounts for the low AIO score. Review each blocked agent intentionally and remove or relax the disallow rules for any AI crawlers you are comfortable allowing to index your content; this typically helps AI answer engines discover and reference the site.
Area: AI & answer engines — improves my AIO score.
Please: 1) briefly explain what needs to change for my specific platform, 2) give me the exact code or settings changes to make, 3) tell me exactly where to put them, and 4) list what I should double-check after publishing. Keep the changes minimal and safe, and don't touch unrelated code.
Paste into your AI tool; after publishing the fix, re-check below to turn this item green.
2
Expand the homepage title to describe what the site actually offers
SEO + AIOAwaiting external data
The current page title is only 10 characters — "BBC - Home" — which gives search engines and AI systems almost no context about the site's content or value. A descriptive title typically helps both click-through rates in search results and the likelihood of AI engines understanding and citing the page correctly. Consider a rewrite such as: "BBC – Breaking News, UK & World News, Sport, Business, and Entertainment".
Last verification (Aug 07, 2026): Not measurable on this crawl: Not scored: this domain ranks #226 globally (Tranco). At this prominence, discovery aids do not limit visibility, and top platforms are JavaScript applications whose no-JS fallback shell is what a static crawl sees. Measured on that shell anyway: Title (10 chars): “BBC - Home”
I need help fixing an issue on my website bbc.co.uk.
My site is built with: [YOUR PLATFORM].
Issue found by an automated review: Expand the homepage title to describe what the site actually offers
Details and evidence from the crawl: The current page title is only 10 characters — "BBC - Home" — which gives search engines and AI systems almost no context about the site's content or value. A descriptive title typically helps both click-through rates in search results and the likelihood of AI engines understanding and citing the page correctly. Consider a rewrite such as: "BBC – Breaking News, UK & World News, Sport, Business, and Entertainment".
Area: Titles, content & keywords — improves my SEO + AIO score.
Please: 1) briefly explain what needs to change for my specific platform, 2) give me the exact code or settings changes to make, 3) tell me exactly where to put them, and 4) list what I should double-check after publishing. Keep the changes minimal and safe, and don't touch unrelated code.
Paste into your AI tool; after publishing the fix, re-check below to turn this item green.
3
Reduce homepage HTML size from 697 KB to improve load performance
SEO + AIOStill open — not detected yet
The homepage HTML document alone weighs 697 KB before any images or scripts are loaded, which is well above the recommended threshold of roughly 100–150 KB for a healthy page. Oversized HTML slows time-to-first-byte and increases parse time, particularly on mobile and slower connections, and can cause crawlers to truncate or partially index the page. Audit the HTML for inline data, redundant markup, or server-side rendered content that could be lazy-loaded or moved to separate requests to bring the document size down.
Last verification (Aug 07, 2026): Still showing on the latest crawl: Homepage HTML is 676 KB (before images/scripts).
I need help fixing an issue on my website bbc.co.uk.
My site is built with: [YOUR PLATFORM].
Issue found by an automated review: Reduce homepage HTML size from 697 KB to improve load performance
Details and evidence from the crawl: The homepage HTML document alone weighs 697 KB before any images or scripts are loaded, which is well above the recommended threshold of roughly 100–150 KB for a healthy page. Oversized HTML slows time-to-first-byte and increases parse time, particularly on mobile and slower connections, and can cause crawlers to truncate or partially index the page. Audit the HTML for inline data, redundant markup, or server-side rendered content that could be lazy-loaded or moved to separate requests to bring the document size down.
Area: Speed & performance — improves my SEO + AIO score.
Please: 1) briefly explain what needs to change for my specific platform, 2) give me the exact code or settings changes to make, 3) tell me exactly where to put them, and 4) list what I should double-check after publishing. Keep the changes minimal and safe, and don't touch unrelated code.
Paste into your AI tool; after publishing the fix, re-check below to turn this item green.
4
Audit and reduce the 54 scripts loading on the homepage
SEO + AIOStill open — not detected yet
The homepage references 54 separate scripts alongside 97 images within the HTML, contributing to a heavy resource load that correlates with the Speed & performance category score of 67. Each additional script is a potential render-blocking request, increasing total page load time and degrading user experience. Consolidate or defer non-critical scripts, remove any that are unused on the homepage, and ensure images have explicit dimensions and lazy-loading attributes to reduce the initial payload.
Last verification (Aug 07, 2026): Still showing on the latest crawl: 54 scripts, 0 stylesheets, 90 images referenced in the HTML.
I need help fixing an issue on my website bbc.co.uk.
My site is built with: [YOUR PLATFORM].
Issue found by an automated review: Audit and reduce the 54 scripts loading on the homepage
Details and evidence from the crawl: The homepage references 54 separate scripts alongside 97 images within the HTML, contributing to a heavy resource load that correlates with the Speed & performance category score of 67. Each additional script is a potential render-blocking request, increasing total page load time and degrading user experience. Consolidate or defer non-critical scripts, remove any that are unused on the homepage, and ensure images have explicit dimensions and lazy-loading attributes to reduce the initial payload.
Area: Speed & performance — improves my SEO + AIO score.
Please: 1) briefly explain what needs to change for my specific platform, 2) give me the exact code or settings changes to make, 3) tell me exactly where to put them, and 4) list what I should double-check after publishing. Keep the changes minimal and safe, and don't touch unrelated code.
Paste into your AI tool; after publishing the fix, re-check below to turn this item green.
5
Answer-engine optimization review
AIOAwaiting external data
Specialists now offer AEO reviews covering AI-crawler access, structured answers and citation tracking across assistants.
Optional third-party service — listed for completeness; we have no affiliation and receive nothing if you buy.
Last verification (Aug 07, 2026): Optional service — not machine-verifiable from a crawl.
6
Content delivery network (CDN) / managed hosting
SEO + AIOAwaiting external data
A CDN (e.g. Cloudflare, Fastly, bunny.net) or faster managed hosting is the usual paid fix when server response time and asset delivery hold a site back.
Optional third-party service — listed for completeness; we have no affiliation and receive nothing if you buy.
Last verification (Aug 07, 2026): Optional service — not machine-verifiable from a crawl.
I need help fixing 4 issues on my website bbc.co.uk, found by an automated review. My site is built with: [YOUR PLATFORM].
1. Unblock AI crawlers in robots.txt to restore answer-engine visibility
Evidence: The robots.txt file explicitly blocks GPTBot, ClaudeBot, anthropic-ai, PerplexityBot, Google-Extended, and CCBot — every major AI assistant crawler. This means none of those systems can read the site's content, so it cannot be cited or surfaced in AI-generated answers, which directly accounts for the low AIO score. Review each blocked agent intentionally and remove or relax the disallow rules for any AI crawlers you are comfortable allowing to index your content; this typically helps AI answer engines discover and reference the site.
Area: AI & answer engines — improves AIO.
2. Expand the homepage title to describe what the site actually offers
Evidence: The current page title is only 10 characters — "BBC - Home" — which gives search engines and AI systems almost no context about the site's content or value. A descriptive title typically helps both click-through rates in search results and the likelihood of AI engines understanding and citing the page correctly. Consider a rewrite such as: "BBC – Breaking News, UK & World News, Sport, Business, and Entertainment".
Area: Titles, content & keywords — improves SEO + AIO.
3. Reduce homepage HTML size from 697 KB to improve load performance
Evidence: The homepage HTML document alone weighs 697 KB before any images or scripts are loaded, which is well above the recommended threshold of roughly 100–150 KB for a healthy page. Oversized HTML slows time-to-first-byte and increases parse time, particularly on mobile and slower connections, and can cause crawlers to truncate or partially index the page. Audit the HTML for inline data, redundant markup, or server-side rendered content that could be lazy-loaded or moved to separate requests to bring the document size down.
Area: Speed & performance — improves SEO + AIO.
4. Audit and reduce the 54 scripts loading on the homepage
Evidence: The homepage references 54 separate scripts alongside 97 images within the HTML, contributing to a heavy resource load that correlates with the Speed & performance category score of 67. Each additional script is a potential render-blocking request, increasing total page load time and degrading user experience. Consolidate or defer non-critical scripts, remove any that are unused on the homepage, and ensure images have explicit dimensions and lazy-loading attributes to reduce the initial payload.
Area: Speed & performance — improves SEO + AIO.
Work through them one at a time, in order. For each: Please: 1) briefly explain what needs to change for my specific platform, 2) give me the exact code or settings changes to make, 3) tell me exactly where to put them, and 4) list what I should double-check after publishing. Keep the changes minimal and safe, and don't touch unrelated code.
One combined prompt covering every open recommendation, in priority order.
Review history
Date
Type
SEO
AIO
Aug 07, 2026 20:42 UTC
Follow-up #3
A 96/100
A 95/100
Aug 06, 2026 18:15 UTC
Follow-up #2
A 94/100
A 92/100
Aug 06, 2026 00:45 UTC
Initial
A 92/100
B 81/100
Re-checks verify your recommendations against a fresh crawl. Results in search engines and external data typically take longer to move than on-site fixes.