Scanned sites / www.glamorgandental.ca / 2026-09-20-0042
www.glamorgandental.ca scan from 9/20/2026, 12:42:49 AM
Scan 2026-09-20-0042
Scanned 9/20/2026, 12:42:49 AM, finished 9/20/2026, 12:49:57 AM. 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 20, 2026 the Site Spider crawled 118 pages and 315 assets of www.glamorgandental.ca, starting from https://www.glamorgandental.ca/. It scored 89 out of 100, a good result. 8 of 14 checks found something to fix, led by meta descriptions (27), heavy assets (27), title tags (17); 6 checks passed. 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
- 118
- Assets fetched
- 315
- Status
- Completed
- Checks with issues
- 8 of 14
- Title tags17 issues17 of 96 pages have title issues. 13 noindex or canonicalized pages excluded.
- Meta descriptions27 issues27 of 96 pages have meta description issues. 13 noindex or canonicalized pages excluded.
- Headings9 issues9 of 96 pages have heading issues. 13 noindex or canonicalized pages excluded.
- Broken linksOK0 internal links point at 0 broken URLs.
- Redirects9 issues9 redirecting URLs, 2 of them chained.
- Non-200 responsesOK9 URLs did not return a 2xx response.
- Rate limitedOKThe site did not rate limit the crawler.
- Indexability3 issues3 of 99 indexable pages have indexability warnings. 10 pages noindex by design.
- Image alt textOK0 of 391 image references have no alt attribute. 66 use an empty alt (decorative), which is fine.
- Heavy assets27 issues27 assets larger than 500 KB among the 100 heaviest.
- Orphan pages4 issues4 pages have no internal links pointing at them.
- Sitemap coverage4 issues1 sitemap listing 96 URLs: 0 crawled pages missing, 0 listed URLs broken or redirecting, 4 reachable only via the sitemap.
- Thin contentOK0 of 96 pages have fewer than 200 words. 13 noindex or canonicalized pages excluded.
- Duplicate contentOK0 groups of pages with identical HTML.
Where this scan sits among all scanned sites
1115 sites, median 82%, average 80%
www.glamorgandental.ca scores 89%, higher than 80% of the 1115 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 findingsYour website has a few critical technical SEO issues that need fixing, particularly with redirects, status codes, title tags, and headings. Addressing these will improve user experience and search engine visibility.
- 1
Fix Redirect Chains
Why: Chained redirects can slow down access and affect SEO.
How: Redirect the original URL directly to the final destination to eliminate the chain.
Checks: redirects
- 2
Resolve Non-200 Status Codes
Why: Non-200 responses can lead to user frustration and decreased rankings.
How: Update or remove URLs that return errors. Ensure all URLs deliver a 200 status successfully.
Checks: status-codes
- 3
Optimize Title Tags
Why: Title tags influence click-through rate and SEO ranking.
How: Ensure all title tags are under 60 characters and accurately describe each page's content.
Checks: titles
- 4
Improve Meta Descriptions
Why: High-quality meta descriptions can boost click-through rates.
How: Rewrite meta descriptions to be catchy, persuasive, and under 160 characters.
Checks: meta-descriptions
- 5
Address Heading Issues
Why: Properly structured headings improve readability and SEO.
How: Ensure each page has one H1 tag and that it reflects the main topic.
Checks: headings
- 6
Link to Orphan Pages
Why: Orphan pages are not indexed well without internal links.
How: Add internal links to these pages from relevant existing content.
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 lacks several important security headers, which could expose it to various risks, including data interception and clickjacking. Additionally, a Google API key is exposed in the page code, which needs to be secured to prevent misuse. Immediate action is necessary to enhance the site's security posture.
- 0 high
- 5 medium
- 3 low
- 1 info
- 1
Missing HTTP Strict Transport SecurityMedium
Why it matters: Without HSTS, visitors can be intercepted on initial requests.
Fix: Add 'Strict-Transport-Security: max-age=31536000; includeSubDomains; preload' to all responses.
Evidence: HTTP Strict Transport Security
- 2
Missing Content Security PolicyMedium
Why it matters: Lack of CSP allows scripts, styles, and frames to be loaded from any source, increasing risk of XSS.
Fix: Add 'Content-Security-Policy: default-src 'self';' to all HTML pages.
Evidence: Content Security Policy
- 3
Missing X-Frame-OptionsMedium
Why it matters: Pages can be embedded in frames, risking clickjacking attacks.
Fix: Add 'X-Frame-Options: DENY' to all responses.
Evidence: Clickjacking protection
- 4
Missing HttpOnly and SameSite Cookie FlagsMedium
Why it matters: This allows scripts to read important session cookies, increasing risk of XSS attacks.
Fix: Set cookie flags: 'HttpOnly; Secure; SameSite=Strict' for 'tpg_post_views' cookie.
Evidence: Cookie flags
- 5
Exposed Google API KeyMedium
Why it matters: The API key can be misused, leading to potentially unauthorized access to services.
Fix: Restrict the API key in the Google Cloud console to specific HTTP referrers.
Evidence: Keys and secrets in page code
- 6
Missing X-Content-Type-OptionsLow
Why it matters: Absence of this option may lead browsers to incorrectly handle file types.
Fix: Add 'X-Content-Type-Options: nosniff' to all responses.
Evidence: MIME sniffing protection
- 7
Missing Referrer PolicyLow
Why it matters: Lack of this policy exposes sensitive URL data when users navigate away from the site.
Fix: Add 'Referrer-Policy: strict-origin' to all responses.
Evidence: Referrer policy
- 8
Server Version DisclosureLow
Why it matters: Revealing version information can help attackers exploit known vulnerabilities.
Fix: Remove 'X-Powered-By' header and configure server to hide version information.
Evidence: Software version disclosure
- 9
No Permissions PolicyInfo
Why it matters: Without this, unused browser features can be exploited by injected scripts.
Fix: Add 'Permissions-Policy: geolocation=(self), microphone=()' to all responses.
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 (433 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/adult-sleep-apnea-treatment/) 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.manchesterdental.ca89/100 · rank 187 · 128 pages
- www.gcoc.ca89/100 · rank 187 · 160 pages
- www.bellerivedental.ca89/100 · rank 187 · 142 pages
- newgatefarms.com89/100 · rank 187 · 1 page
- bownessvet.ca89/100 · rank 187 · 104 pages
- motionsciencephysio.com89/100 · rank 187 · 70 pages
This report was produced by the DIY SEO Hub Site Spider crawling www.glamorgandental.ca from its public pages. Anyone can run a scan of any site they own or are authorised to check. Is this your site? Claim it to manage the listing, or ask for removal through the support form.