Scanned sites / www.glamorgandental.ca / 2026-09-26-0013
www.glamorgandental.ca scan from 9/26/2026, 12:13:19 AM
Scan 2026-09-26-0013
Scanned 9/26/2026, 12:13:19 AM, finished 9/26/2026, 12:27:48 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 26, 2026 the Site Spider crawled 120 pages and 254 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 (29), heavy assets (24), title tags (18); 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
- 120
- Assets fetched
- 254
- Status
- Completed
- Checks with issues
- 8 of 14
- Title tags18 issues18 of 98 pages have title issues. 13 noindex or canonicalized pages excluded.
- Meta descriptions29 issues29 of 98 pages have meta description issues. 13 noindex or canonicalized pages excluded.
- Headings9 issues9 of 98 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 101 indexable pages have indexability warnings. 10 pages noindex by design.
- 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 the 100 heaviest.
- Orphan pages4 issues4 pages have no internal links pointing at them.
- Sitemap coverage4 issues1 sitemap listing 98 URLs: 0 crawled pages missing, 0 listed URLs broken or redirecting, 4 reachable only via the sitemap.
- Thin contentOK0 of 98 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
1268 sites, median 82%, average 80%
www.glamorgandental.ca scores 89%, higher than 78% of the 1268 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 several technical SEO issues that need addressing, primarily concerning redirects, non-200 responses, and title/meta description problems. Prioritize high-impact fixes for optimal performance.
- 1
Fix Redirects and Chained URLs
Why: Chained redirects can slow down user experience and dilute page authority.
How: Eliminate chained redirects by updating links to point directly to final URLs.
Checks: redirects
- 2
Resolve Non-200 Responses
Why: Non-200 statuses can harm user experience and SEO rankings.
How: Check URLs with non-200 responses and ensure they return 200 status, correcting or removing broken links.
Checks: status-codes
- 3
Update Title Tags
Why: Inconsistent title length impacts SEO and click-through rates.
How: Adjust title tags to be within 30-60 characters, ensuring relevant keywords are included.
Checks: titles
- 4
Revise Meta Descriptions
Why: Missing or overly long meta descriptions can affect search visibility.
How: Create unique, concise meta descriptions (155-160 characters) for pages without them.
Checks: meta-descriptions
- 5
Fix Heading Issues
Why: Proper heading structure is essential for SEO and content organization.
How: Ensure each page has one H1 and appropriate subheadings (H2, H3).
Checks: headings
- 6
Link Orphan Pages Internally
Why: Orphan pages can be difficult for users to find and impact indexability.
How: Add internal links to orphan pages from related content to improve visibility.
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 site lacks critical security headers, exposing it to various risks like interception and clickjacking. Sensitive information, such as a Google API key, is also exposed in the code. Implementing the recommended fixes will enhance the security posture significantly.
- 0 high
- 5 medium
- 3 low
- 1 info
- 1
Missing HTTP Strict Transport Security (HSTS)Medium
Why it matters: Without HSTS, users could be intercepted on the first request if they don't use HTTPS.
Fix: Add 'Strict-Transport-Security: max-age=31536000; includeSubDomains; preload' to HTTP response headers.
Evidence: HTTP Strict Transport Security
- 2
Missing Content Security Policy (CSP)Medium
Why it matters: A missing CSP allows any script or style from any source, risking XSS attacks.
Fix: Add 'Content-Security-Policy: default-src 'self';' to HTTP response headers.
Evidence: Content Security Policy
- 3
Missing X-Frame-OptionsMedium
Why it matters: Without this header, your pages are vulnerable to clickjacking.
Fix: Add 'X-Frame-Options: DENY' to HTTP response headers.
Evidence: Clickjacking protection
- 4
Missing HttpOnly and Secure Flags on CookiesMedium
Why it matters: These flags prevent cookies from being accessed by scripts or sent over unencrypted channels.
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 is publicly visible, which may lead to unauthorized use.
Fix: Restrict the key in the Google Cloud console based on your site's HTTP referrer.
Evidence: Keys and secrets in page code
- 6
Missing X-Content-Type-Options HeaderLow
Why it matters: This enables browsers to serve files based on their contents, risking script execution.
Fix: Add 'X-Content-Type-Options: nosniff' to HTTP response headers.
Evidence: MIME sniffing protection
- 7
Missing Referrer PolicyLow
Why it matters: Without this policy, sensitive URL information may be shared with other sites.
Fix: Add 'Referrer-Policy: no-referrer' to HTTP response headers.
Evidence: Referrer policy
- 8
Server and Framework Version DisclosureLow
Why it matters: Revealing versions allows attackers to search for known vulnerabilities.
Fix: Remove the headers: 'Server' and 'X-Powered-By' or set to non-specific values.
Evidence: Software version disclosure
- 9
Missing Permissions PolicyInfo
Why it matters: It limits access to sensitive features like camera or microphone.
Fix: Add 'Permissions-Policy: geolocation=(self)' to HTTP response headers.
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 111 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 (374 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 111 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.
- dayleveling.com90/100 · rank 160 · 4 pages
- www.gcoc.ca89/100 · rank 227 · 160 pages
- www.bellerivedental.ca89/100 · rank 227 · 142 pages
- www.manchesterdental.ca89/100 · rank 227 · 128 pages
- www.pediatricdentistryon160.com89/100 · rank 227 · 37 pages
- www.accountingfirms.co.uk89/100 · rank 227 · 4,913 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.