Scanned sites / www.glamorgandental.ca / 2026-09-26-2127
www.glamorgandental.ca scan from 9/26/2026, 9:27:51 PM
Scan 2026-09-26-2127
Scanned 9/26/2026, 9:27:51 PM, finished 9/27/2026, 3:29:26 PM. Found with openstreetmap overpass
Site: https://www.glamorgandental.ca/
Download SQLite databaseEvery page and asset from this scan, with the crawl events, in one file.
On September 26, 2026 the Site Spider crawled 119 pages and 253 assets of www.glamorgandental.ca, starting from https://www.glamorgandental.ca/. It scored 86 out of 100, a good result. 12 of 16 checks found something to fix, led by heavy assets (24), links to other sites (16), meta descriptions (48); 3 checks passed. Most of the points went to heavy assets (−6), links to other sites (−4), meta descriptions (−3.5). 1 check 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: Medium5 medium, 3 low and 1 info findings. See the security findings ↓
- Pages crawled
- 119
- Assets fetched
- 253
- Status
- Completed
- Checks with issues
- 12 of 16
372 of 388 discovered URLs were fetched, 16 blocked by robots.txt. The crawl reached everything it found. HTML only: nothing here ran JavaScript. 49 link destinations on other sites were checked.
- Title tags19 issues19 of 96 pages have title issues. 13 noindex or canonicalized pages excluded.−1.7 points
- Meta descriptions48 issues48 of 96 pages have meta description issues. 13 noindex or canonicalized pages excluded.−3.5 points
- Headings9 issues9 of 96 pages have heading issues. 13 noindex or canonicalized pages excluded.−0.5 points
- Broken links3 issues6 internal links point at 3 broken URLs.−0.6 points
- Links to other sites16 issues16 destinations answered with an error, 17 could not be determined (timeouts, rate limits or refusals), of 49 destinations checked.−4 points
- Redirects7 issues7 redirecting URLs, 2 of them chained.−0.3 points
- Non-200 responses3 issues10 URLs did not return a 2xx response. 10 of them are pages, 3 with an error status; the rest are assets or redirects.−0.3 points
- Rate limitedOKThe site did not rate limit the crawler.
- Indexability3 issues3 of 99 indexable pages have indexability warnings. 10 pages noindex by design.−0.3 points
- Image alt textOK0 of 289 image references have no alt attribute. 76 use an empty alt (decorative), which is fine.
- Heavy assets24 issues24 assets larger than 500 KB among 253 fetched assets.−6 points
- Orphan pages4 issues4 pages have no internal links pointing at them.−0.1 points
- Sitemap coverage6 issues1 sitemap listing 98 URLs: 0 crawled pages missing, 2 listed URLs broken or redirecting, 4 reachable only via the sitemap.−0.3 points
- Internal link countsOKInternal link counts for 109 pages.
- Thin contentOK0 of 96 pages have fewer than 200 words. 13 noindex or canonicalized pages excluded.
- Duplicate content3 issues1 group of pages with identical HTML.−0.2 points
Where this scan sits among all scanned sites
1315 sites, median 80%, average 79%
www.glamorgandental.ca scores 86%, higher than 74% 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 crawl revealed several areas that need attention, including broken links, redirect issues, non-200 status responses, and optimizations for titles and meta descriptions. Addressing these will improve user experience and search visibility.
- 1
Fix Broken Links
Why: Broken links negatively impact user experience and site credibility.
How: Identify and update or remove the broken URLs linked from your pages.
Checks: broken-links
- 2
Resolve Redirect Issues
Why: Chained redirects can slow down page load times and reduce SEO effectiveness.
How: Simplify or remove chained redirects to ensure direct links.
Checks: redirects
- 3
Address Non-200 Responses
Why: Pages returning non-200 responses can harm rankings and user access.
How: Fix or remove URLs that provide errors, and ensure they return a 2xx response.
Checks: status-codes
- 4
Optimize Title Tags
Why: Issues in title tags can affect click-through rates from search results.
How: Revise titles to be within 50-60 characters and ensure they reflect page content.
Checks: titles
- 5
Improve Meta Descriptions
Why: Effective meta descriptions increase click-through rates from searches.
How: Craft descriptive meta descriptions up to 155 characters for all affected pages.
Checks: meta-descriptions
- 6
Fix Orphan Pages
Why: Orphan pages are not easily discoverable by search engines.
How: Create internal links to orphaned pages from relevant sections of the site.
Checks: orphan-pages
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 www.glamorgandental.ca lacks several crucial security headers and flags. This exposes users to various risks, including interception on initial connections, clickjacking, potential script injection, and exposure of sensitive data. Immediate action is needed to enhance security.
- 0 high
- 5 medium
- 3 low
- 1 info
- 1
Missing HTTP Strict Transport Security (HSTS)Medium
Why it matters: Without HSTS, visitors can be intercepted on the first request if they enter the URL without HTTPS.
Fix: Add the header: Strict-Transport-Security: max-age=63072000; includeSubDomains; Preload
Evidence: HTTP Strict Transport Security
- 2
No Content Security Policy (CSP)Medium
Why it matters: Lack of a CSP allows scripts from any source, increasing the risk of XSS attacks.
Fix: Add the header: Content-Security-Policy: default-src 'self'; script-src 'self';
Evidence: Content Security Policy
- 3
Missing X-Frame-Options HeaderMedium
Why it matters: Without this header, pages can be embedded in frames, making them vulnerable to clickjacking.
Fix: Add the header: X-Frame-Options: DENY
Evidence: Clickjacking protection
- 4
Cookies Lacking Security FlagsMedium
Why it matters: Missing flags leave cookies vulnerable to theft or misuse through scripts.
Fix: Set cookies to include HttpOnly, Secure, SameSite=Strict.
Evidence: Cookie flags
- 5
Leaked Google API KeyMedium
Why it matters: Exposing API keys can lead to unauthorized usage and service disruptions.
Fix: Restrict API key usage by HTTP referrer in the Google Cloud console.
Evidence: Keys and secrets in page code
- 6
Missing X-Content-Type-Options HeaderLow
Why it matters: Without this header, browsers may interpret files incorrectly, leading to potentially harmful executions.
Fix: Add the header: X-Content-Type-Options: nosniff
Evidence: MIME sniffing protection
- 7
No Referrer-Policy HeaderLow
Why it matters: Without this policy, full URLs are sent when users navigate away, exposing sensitive query strings.
Fix: Add the header: Referrer-Policy: no-referrer
Evidence: Referrer policy
- 8
Server Version DisclosureLow
Why it matters: Revealing server versions can help attackers target known vulnerabilities.
Fix: Remove or mask the 'Server' and 'X-Powered-By' headers.
Evidence: Software version disclosure
- 9
Missing Permissions-Policy HeaderInfo
Why it matters: This setting limits browser features for browser scripts, enhancing security against unauthorized access.
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.glamorgandental.ca/ → no strict-transport-security
- https://www.glamorgandental.ca/canadian-dental-care-plan/ → no strict-transport-security
- https://www.glamorgandental.ca/about/ → no strict-transport-security
- https://www.glamorgandental.ca/blog/ → no strict-transport-security
- https://www.glamorgandental.ca/privacy-policy/ → no strict-transport-security
- https://www.glamorgandental.ca/service/cosmetic-dentistry/ → no strict-transport-security
- https://www.glamorgandental.ca/service/dental-crowns/ → no strict-transport-security
- https://www.glamorgandental.ca/service/dental-veneers/ → no strict-transport-security
- https://www.glamorgandental.ca/service/dental-bonding/ → no strict-transport-security
- https://www.glamorgandental.ca/service/restorative-dentistry/ → no strict-transport-security
- https://www.glamorgandental.ca/service/dental-bridges/ → no strict-transport-security
- https://www.glamorgandental.ca/service/dental-filling/ → no strict-transport-security
- FoundContent Security PolicyMedium
None of the 109 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.glamorgandental.ca/ → no content-security-policy
- https://www.glamorgandental.ca/canadian-dental-care-plan/ → no content-security-policy
- https://www.glamorgandental.ca/about/ → no content-security-policy
- https://www.glamorgandental.ca/blog/ → no content-security-policy
- https://www.glamorgandental.ca/privacy-policy/ → no content-security-policy
- https://www.glamorgandental.ca/service/cosmetic-dentistry/ → no content-security-policy
- https://www.glamorgandental.ca/service/dental-crowns/ → no content-security-policy
- https://www.glamorgandental.ca/service/dental-veneers/ → no content-security-policy
- https://www.glamorgandental.ca/service/dental-bonding/ → no content-security-policy
- https://www.glamorgandental.ca/service/restorative-dentistry/ → no content-security-policy
- https://www.glamorgandental.ca/service/dental-bridges/ → no content-security-policy
- https://www.glamorgandental.ca/service/dental-filling/ → 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.glamorgandental.ca/ → no x-frame-options
- https://www.glamorgandental.ca/canadian-dental-care-plan/ → no x-frame-options
- https://www.glamorgandental.ca/about/ → no x-frame-options
- https://www.glamorgandental.ca/blog/ → no x-frame-options
- https://www.glamorgandental.ca/privacy-policy/ → no x-frame-options
- https://www.glamorgandental.ca/service/cosmetic-dentistry/ → no x-frame-options
- https://www.glamorgandental.ca/service/dental-crowns/ → no x-frame-options
- https://www.glamorgandental.ca/service/dental-veneers/ → no x-frame-options
- https://www.glamorgandental.ca/service/dental-bonding/ → no x-frame-options
- https://www.glamorgandental.ca/service/restorative-dentistry/ → no x-frame-options
- https://www.glamorgandental.ca/service/dental-bridges/ → no x-frame-options
- https://www.glamorgandental.ca/service/dental-filling/ → 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.glamorgandental.ca/ → no x-content-type-options
- https://www.glamorgandental.ca/canadian-dental-care-plan/ → no x-content-type-options
- https://www.glamorgandental.ca/about/ → no x-content-type-options
- https://www.glamorgandental.ca/blog/ → no x-content-type-options
- https://www.glamorgandental.ca/privacy-policy/ → no x-content-type-options
- https://www.glamorgandental.ca/service/cosmetic-dentistry/ → no x-content-type-options
- https://www.glamorgandental.ca/service/dental-crowns/ → no x-content-type-options
- https://www.glamorgandental.ca/service/dental-veneers/ → no x-content-type-options
- https://www.glamorgandental.ca/service/dental-bonding/ → no x-content-type-options
- https://www.glamorgandental.ca/service/restorative-dentistry/ → no x-content-type-options
- https://www.glamorgandental.ca/service/dental-bridges/ → no x-content-type-options
- https://www.glamorgandental.ca/service/dental-filling/ → 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.glamorgandental.ca/ → no referrer-policy
- https://www.glamorgandental.ca/canadian-dental-care-plan/ → no referrer-policy
- https://www.glamorgandental.ca/about/ → no referrer-policy
- https://www.glamorgandental.ca/blog/ → no referrer-policy
- https://www.glamorgandental.ca/privacy-policy/ → no referrer-policy
- https://www.glamorgandental.ca/service/cosmetic-dentistry/ → no referrer-policy
- https://www.glamorgandental.ca/service/dental-crowns/ → no referrer-policy
- https://www.glamorgandental.ca/service/dental-veneers/ → no referrer-policy
- https://www.glamorgandental.ca/service/dental-bonding/ → no referrer-policy
- https://www.glamorgandental.ca/service/restorative-dentistry/ → no referrer-policy
- https://www.glamorgandental.ca/service/dental-bridges/ → no referrer-policy
- https://www.glamorgandental.ca/service/dental-filling/ → 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.glamorgandental.ca/ → no permissions-policy
- https://www.glamorgandental.ca/canadian-dental-care-plan/ → no permissions-policy
- https://www.glamorgandental.ca/about/ → no permissions-policy
- https://www.glamorgandental.ca/blog/ → no permissions-policy
- https://www.glamorgandental.ca/privacy-policy/ → no permissions-policy
- https://www.glamorgandental.ca/service/cosmetic-dentistry/ → no permissions-policy
- https://www.glamorgandental.ca/service/dental-crowns/ → no permissions-policy
- https://www.glamorgandental.ca/service/dental-veneers/ → no permissions-policy
- https://www.glamorgandental.ca/service/dental-bonding/ → no permissions-policy
- https://www.glamorgandental.ca/service/restorative-dentistry/ → no permissions-policy
- https://www.glamorgandental.ca/service/dental-bridges/ → no permissions-policy
- https://www.glamorgandental.ca/service/dental-filling/ → no permissions-policy
- FoundSoftware version disclosureLow
Responses reveal the exact server or framework version, which lets an attacker look up known vulnerabilities for it without guessing.
- server: cloudflare (372 responses)
- x-powered-by: WP Rocket/3.23 (2 responses)
- FoundCookie flagsMedium
1 of 1 cookie are missing protective flags. Without HttpOnly a script can read the cookie; without Secure it travels over plain HTTP; without SameSite it is sent on cross-site requests.
- tpg_post_views (set by https://www.glamorgandental.ca/service/restorative-dentistry/) lacks HttpOnly, SameSite
- FoundKeys and secrets in page codeMedium
1 credential-like value found in code served to every visitor: Google API key.
- Google API key AIzaSy…uE (39 chars) in https://www.glamorgandental.ca/: browser keys are expected in pages, but must be restricted by HTTP referrer and API in the Google Cloud console
- NoteThird-party scripts
Scripts run from 5 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.)
- fd.cleantalk.org (40 script tags)
- maps.google.com (40 script tags)
- app.medianv.com (40 script tags)
- cdn.trustindex.io (3 script tags)
- cdn.callrail.com (3 script tags)
- NoteSensitive paths in robots.txt
robots.txt lists 1 path that look private. robots.txt is public and does not restrict access, so it doubles as a map for anyone probing the site; those paths need real access control.
- Disallow: /wp-admin/
5 checks passed
- OKHTTPS
All 109 crawled pages were served over HTTPS.
- OKMixed content
No HTTPS page loads a script, stylesheet, font or image over plain HTTP.
- OKForms over HTTPS
39 forms found, all on HTTPS pages posting to HTTPS addresses.
- OKVulnerable JavaScript libraries
2 library versions recognised, none with known vulnerabilities.
- OKExposed files and listings
None of the crawled URLs is a configuration file, backup, dump, repository folder or directory listing.
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.glamorgandental.ca
Their neighbours in the SEO rank table, which orders every scanned site by health score.
- www.oxydermlaserclinic.ca86/100 · rank 291 · 244 pages
- www.roastlocal.com86/100 · rank 291 · 4,997 pages
- www.themagicteam.com86/100 · rank 291 · 850 pages
- blackjackranchms.com86/100 · rank 291 · 30 pages
- dolcigroup.com86/100 · rank 291 · 3,054 pages
- millerrecycling.com86/100 · rank 291 · 495 pages
This report was produced by the DIY SEO Hub Site Spider crawling www.glamorgandental.ca from its pages as published, the way a search engine does. It shows summary figures only.
Own www.glamorgandental.ca?
- 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.glamorgandental.ca. Removal needs no account and no proof of purchase.