Scanned sites / www.brightondentalstudio.com / 2026-09-27-0518
www.brightondentalstudio.com scan from 9/27/2026, 5:18:33 AM
Scan 2026-09-27-0518
Scanned 9/27/2026, 5:18:33 AM, finished 9/27/2026, 5:05:00 PM. Found with openstreetmap overpass
Site: https://www.brightondentalstudio.com/
Download SQLite databaseEvery page and asset from this scan, with the crawl events, in one file.
On September 27, 2026 the Site Spider crawled 110 pages and 1000 assets of www.brightondentalstudio.com, starting from https://www.brightondentalstudio.com/. It scored 83 out of 100, a good result. 4 of 16 checks found something to fix, led by title tags (64), sitemap coverage (103), meta descriptions (73); 9 checks passed. Most of the points went to title tags (−5.8), sitemap coverage (−5.6), meta descriptions (−5.3). 3 checks found something the score does not count, listed as noted. The list below shows each check's result, the fix plan, when present, explains what to do first, and the security review at the end of the page covers headers, transport, libraries and exposed files.
Security review: Medium3 medium, 4 low and 1 info findings. See the security findings ↓
- Pages crawled
- 110
- Assets fetched
- 1000
- Status
- Completed
- Checks with issues
- 4 of 16
1,110 of 1,110 discovered URLs were fetched, 3,966 left out by the 5,000-page and 1,000-asset budget. The job finished, but the crawl did not reach everything it found. HTML only: nothing here ran JavaScript. 28 link destinations on other sites were checked.
- Title tags64 issues64 of 103 pages have title issues. 7 noindex or canonicalized pages excluded.−5.8 points
- Meta descriptions73 issues73 of 103 pages have meta description issues. 7 noindex or canonicalized pages excluded.−5.3 points
- HeadingsOK0 of 103 pages have heading issues. 7 noindex or canonicalized pages excluded.
- Broken linksOK0 internal links point at 0 broken URLs.
- Links to other sites8 issues8 destinations answered with an error, 4 could not be determined (timeouts, rate limits or refusals), of 28 destinations checked.−2.9 points
- Redirects1 noted1 redirecting URL, 0 of them chained.
- Non-200 responses1 noted1 URL did not return a 2xx response. 0 of them are pages, 0 with an error status; the rest are assets or redirects.
- Rate limitedOKThe site did not rate limit the crawler.
- IndexabilityOK0 of 110 indexable pages have indexability warnings.
- Image alt textOK0 of 958 image references have no alt attribute. 143 use an empty alt (decorative), which is fine.
- Heavy assetsOK0 assets larger than 500 KB among 1000 fetched assets.
- Orphan pagesOK0 pages have no internal links pointing at them.
- Sitemap coverage103 issues1 sitemap listing 0 URLs: 103 crawled pages missing, 0 listed URLs broken or redirecting, 0 reachable only via the sitemap.−5.6 points
- Internal link countsOKInternal link counts for 110 pages.
- Thin contentOK0 of 103 pages have fewer than 200 words. 7 noindex or canonicalized pages excluded.
- Duplicate contentOK0 groups of pages with identical HTML.
Where this scan sits among all scanned sites
1315 sites, median 80%, average 79%
www.brightondentalstudio.com scores 83%, higher than 62% of the 1315 scanned sites. See the full ranking.
Green 90% and up (Excellent), lime 75 to 89 (Good), amber 50 to 74 (Needs work), red below 50 (Poor).
Internal link map
Loading the link map...
Fix plan
Written by gpt-4o-mini from the scan findingsThe site has a good health score but needs to address title and meta description issues, a redirect, and sitemap coverage. These improvements will enhance SEO performance significantly.
- 1
Fix Redirect
Why: The redirect may confuse search engines and users.
How: Update the sitemap to point directly to the correct URL for better accessibility.
Checks: redirects
- 2
Resolve Non-200 Response
Why: Ensure all URLs respond with a 2xx status for optimal indexing.
How: Check the redirected URL and verify it returns a proper page response.
Checks: status-codes
- 3
Update Title Tags
Why: Many titles are too long, which can impact SEO.
How: Shorten titles to under 60 characters while retaining keywords.
Checks: titles
- 4
Improve Meta Descriptions
Why: Descriptive and concise meta descriptions can improve CTR.
How: Revise meta descriptions to be under 160 characters and include primary keywords.
Checks: meta-descriptions
- 5
Add to Sitemap
Why: Missing URLs in the sitemap can hinder indexing.
How: Update your sitemap to include all crawled and indexable pages.
Checks: sitemap-coverage
Generated automatically; verify each change against your own site before relying on it.
Security review
Written by gpt-4o-mini from 16 checks over the crawlThe website lacks important security headers, making it vulnerable to attacks such as clickjacking and man-in-the-middle. Additionally, mixed content issues were found, which compromise the integrity of secure connections. Implementing the recommended headers and resolving mixed content will greatly enhance security.
- 0 high
- 3 medium
- 4 low
- 1 info
- 1
Missing HTTP Strict Transport Security (HSTS)Medium
Why it matters: Without HSTS, connections can be intercepted when users initially access the site over HTTP.
Fix: Add the header: Strict-Transport-Security: max-age=31536000; includeSubDomains
Evidence: HTTP Strict Transport Security
- 2
Missing Content Security Policy (CSP)Medium
Why it matters: A lack of a CSP allows scripts and resources to be loaded from potentially harmful sources.
Fix: Add the header: Content-Security-Policy: default-src 'self';
Evidence: Content Security Policy
- 3
Missing X-Frame-OptionsMedium
Why it matters: The absence of this header allows the site to be framed, risking clickjacking attacks.
Fix: Add the header: X-Frame-Options: DENY or SAMEORIGIN
Evidence: Clickjacking protection
- 4
Missing X-Content-Type-OptionsLow
Why it matters: Without this header, browsers may incorrectly interpret files leading to script execution vulnerabilities.
Fix: Add the header: X-Content-Type-Options: nosniff
Evidence: MIME sniffing protection
- 5
Missing Referrer PolicyLow
Why it matters: No referrer policy means sensitive URL information could be exposed when navigating to other sites.
Fix: Add the header: Referrer-Policy: no-referrer
Evidence: Referrer policy
- 6
Mixed Content IssuesLow
Why it matters: Loading resources over HTTP on secure pages compromises security and trust.
Fix: Update resource URLs to use HTTPS instead of HTTP.
Evidence: Mixed content
- 7
Use of Third-Party Scripts Without Subresource Integrity (SRI)Low
Why it matters: Third-party scripts can be compromised, affecting site integrity.
Fix: Consider implementing a Content Security Policy that restricts trusted sources or using Subresource Integrity.
Evidence: Third-party scripts
- 8
Missing Permissions PolicyInfo
Why it matters: The absence of a permissions policy may allow unused web features to be exploited.
Fix: Add the header: Permissions-Policy: camera=(), microphone=(), geolocation=()
Evidence: Permissions policy
What the checks found
- FoundHTTP Strict Transport SecurityMedium
No HTML page sends strict-transport-security. Without it a visitor who types the address without https:// can be intercepted on the first request.
- https://www.brightondentalstudio.com/ → no strict-transport-security
- https://www.brightondentalstudio.com/service/ → no strict-transport-security
- https://www.brightondentalstudio.com/service/dental-braces/ → no strict-transport-security
- https://www.brightondentalstudio.com/service/dentures/ → no strict-transport-security
- https://www.brightondentalstudio.com/service/dental-bridges/ → no strict-transport-security
- https://www.brightondentalstudio.com/service/dental-crowns/ → no strict-transport-security
- https://www.brightondentalstudio.com/service/dental-sealants/ → no strict-transport-security
- https://www.brightondentalstudio.com/service/dental-implants/ → no strict-transport-security
- https://www.brightondentalstudio.com/service/dental-emergencies/ → no strict-transport-security
- https://www.brightondentalstudio.com/service/dental-cleanings-and-exams/ → no strict-transport-security
- https://www.brightondentalstudio.com/service/root-canal-therapy/ → no strict-transport-security
- https://www.brightondentalstudio.com/service/invisalign/ → no strict-transport-security
- FoundContent Security PolicyMedium
None of the 110 HTML pages send a Content-Security-Policy header or meta tag, so the browser has no restriction on where scripts, styles and frames may load from.
- https://www.brightondentalstudio.com/ → no content-security-policy
- https://www.brightondentalstudio.com/service/ → no content-security-policy
- https://www.brightondentalstudio.com/service/dental-braces/ → no content-security-policy
- https://www.brightondentalstudio.com/service/dentures/ → no content-security-policy
- https://www.brightondentalstudio.com/service/dental-bridges/ → no content-security-policy
- https://www.brightondentalstudio.com/service/dental-crowns/ → no content-security-policy
- https://www.brightondentalstudio.com/service/dental-sealants/ → no content-security-policy
- https://www.brightondentalstudio.com/service/dental-implants/ → no content-security-policy
- https://www.brightondentalstudio.com/service/dental-emergencies/ → no content-security-policy
- https://www.brightondentalstudio.com/service/dental-cleanings-and-exams/ → no content-security-policy
- https://www.brightondentalstudio.com/service/root-canal-therapy/ → no content-security-policy
- https://www.brightondentalstudio.com/service/invisalign/ → no content-security-policy
- FoundClickjacking protectionMedium
No HTML page sends x-frame-options. Without X-Frame-Options (or a CSP frame-ancestors directive) the pages can be embedded in a frame on another site and overlaid with invisible controls.
- https://www.brightondentalstudio.com/ → no x-frame-options
- https://www.brightondentalstudio.com/service/ → no x-frame-options
- https://www.brightondentalstudio.com/service/dental-braces/ → no x-frame-options
- https://www.brightondentalstudio.com/service/dentures/ → no x-frame-options
- https://www.brightondentalstudio.com/service/dental-bridges/ → no x-frame-options
- https://www.brightondentalstudio.com/service/dental-crowns/ → no x-frame-options
- https://www.brightondentalstudio.com/service/dental-sealants/ → no x-frame-options
- https://www.brightondentalstudio.com/service/dental-implants/ → no x-frame-options
- https://www.brightondentalstudio.com/service/dental-emergencies/ → no x-frame-options
- https://www.brightondentalstudio.com/service/dental-cleanings-and-exams/ → no x-frame-options
- https://www.brightondentalstudio.com/service/root-canal-therapy/ → no x-frame-options
- https://www.brightondentalstudio.com/service/invisalign/ → no x-frame-options
- FoundMIME sniffing protectionLow
No HTML page sends x-content-type-options. Without X-Content-Type-Options: nosniff a browser may run a file as a script because of its contents rather than its declared type.
- https://www.brightondentalstudio.com/ → no x-content-type-options
- https://www.brightondentalstudio.com/service/ → no x-content-type-options
- https://www.brightondentalstudio.com/service/dental-braces/ → no x-content-type-options
- https://www.brightondentalstudio.com/service/dentures/ → no x-content-type-options
- https://www.brightondentalstudio.com/service/dental-bridges/ → no x-content-type-options
- https://www.brightondentalstudio.com/service/dental-crowns/ → no x-content-type-options
- https://www.brightondentalstudio.com/service/dental-sealants/ → no x-content-type-options
- https://www.brightondentalstudio.com/service/dental-implants/ → no x-content-type-options
- https://www.brightondentalstudio.com/service/dental-emergencies/ → no x-content-type-options
- https://www.brightondentalstudio.com/service/dental-cleanings-and-exams/ → no x-content-type-options
- https://www.brightondentalstudio.com/service/root-canal-therapy/ → no x-content-type-options
- https://www.brightondentalstudio.com/service/invisalign/ → no x-content-type-options
- FoundReferrer policyLow
No HTML page sends referrer-policy. Without a Referrer-Policy the full page address, including any query string, is sent to every site a visitor clicks through to.
- https://www.brightondentalstudio.com/ → no referrer-policy
- https://www.brightondentalstudio.com/service/ → no referrer-policy
- https://www.brightondentalstudio.com/service/dental-braces/ → no referrer-policy
- https://www.brightondentalstudio.com/service/dentures/ → no referrer-policy
- https://www.brightondentalstudio.com/service/dental-bridges/ → no referrer-policy
- https://www.brightondentalstudio.com/service/dental-crowns/ → no referrer-policy
- https://www.brightondentalstudio.com/service/dental-sealants/ → no referrer-policy
- https://www.brightondentalstudio.com/service/dental-implants/ → no referrer-policy
- https://www.brightondentalstudio.com/service/dental-emergencies/ → no referrer-policy
- https://www.brightondentalstudio.com/service/dental-cleanings-and-exams/ → no referrer-policy
- https://www.brightondentalstudio.com/service/root-canal-therapy/ → no referrer-policy
- https://www.brightondentalstudio.com/service/invisalign/ → no referrer-policy
- FoundPermissions policyInfo
No HTML page sends permissions-policy. A Permissions-Policy header turns off browser features the site does not use (camera, microphone, geolocation), limiting what an injected script could do.
- https://www.brightondentalstudio.com/ → no permissions-policy
- https://www.brightondentalstudio.com/service/ → no permissions-policy
- https://www.brightondentalstudio.com/service/dental-braces/ → no permissions-policy
- https://www.brightondentalstudio.com/service/dentures/ → no permissions-policy
- https://www.brightondentalstudio.com/service/dental-bridges/ → no permissions-policy
- https://www.brightondentalstudio.com/service/dental-crowns/ → no permissions-policy
- https://www.brightondentalstudio.com/service/dental-sealants/ → no permissions-policy
- https://www.brightondentalstudio.com/service/dental-implants/ → no permissions-policy
- https://www.brightondentalstudio.com/service/dental-emergencies/ → no permissions-policy
- https://www.brightondentalstudio.com/service/dental-cleanings-and-exams/ → no permissions-policy
- https://www.brightondentalstudio.com/service/root-canal-therapy/ → no permissions-policy
- https://www.brightondentalstudio.com/service/invisalign/ → no permissions-policy
- FoundMixed contentLow
2 resources on HTTPS pages are loaded over plain HTTP.
- https://www.brightondentalstudio.com/should-you-fly-after-having-a-to… loads image http://brightondentalstudio.com/wp-content/uploads/2023/01/should-you-fly-after-having-a-…
- https://www.brightondentalstudio.com/should-you-fly-after-having-a-to… loads image http://brightondentalstudio.com/wp-content/uploads/2023/01/should-you-fly-after-having-a-…
- NoteThird-party scripts
Scripts run from 2 other domains without Subresource Integrity, so a compromise of any of them changes what runs on this site. (Tag managers and analytics rarely support SRI; a Content-Security-Policy that names these hosts is the usual control.)
- www.google.com (40 script tags)
- cdn.trustindex.io (1 script tag)
7 checks passed, 1 not applicable
- OKHTTPS
All 110 crawled pages were served over HTTPS.
- OKSoftware version disclosure
The Server header names a product without a version, and there is no X-Powered-By header.
- OKForms over HTTPS
52 forms found, all on HTTPS pages posting to HTTPS addresses.
- OKVulnerable JavaScript libraries
2 library versions recognised, none with known vulnerabilities.
- OKKeys and secrets in page code
No API keys, tokens or private keys were found in the sampled HTML and scripts.
- OKExposed files and listings
None of the crawled URLs is a configuration file, backup, dump, repository folder or directory listing.
- OKSensitive paths in robots.txt
robots.txt does not point at admin, backup or private paths.
- Not applicableCookie flags
The crawl set no cookies, so there are no cookie flags to check.
A passive review of what the crawl recorded: response headers, page and script contents and the URLs it found. It does not probe the site, test TLS settings or look for files that were not linked. Generated automatically; verify each finding against your own site before acting on it.
Sites scoring near www.brightondentalstudio.com
Their neighbours in the SEO rank table, which orders every scanned site by health score.
- www.advocateslaw.com83/100 · rank 446 · 496 pages
- sleepwakeclinic.com83/100 · rank 446 · 103 pages
- www.theaffordableway.com83/100 · rank 446 · 655 pages
- www.beddingtondentalclinic.com83/100 · rank 446 · 158 pages
- www.accountingfirms.co.uk83/100 · rank 446 · 4,913 pages
- majestic.com83/100 · rank 446 · 1,026 pages
This report was produced by the DIY SEO Hub Site Spider crawling www.brightondentalstudio.com from its pages as published, the way a search engine does. It shows summary figures only.
Own www.brightondentalstudio.com?
- Claim this site to manage the listing, hide it from the public lists, or keep it.
- Want it gone instead? Ask through the support form or e-mail support@diyseohub.com, naming www.brightondentalstudio.com. Removal needs no account and no proof of purchase.