Scanned sites / www.dentistsatnorthgate.ca / 2026-09-22-2017
www.dentistsatnorthgate.ca scan from 9/22/2026, 8:17:20 PM
A newer scan exists. See the latest report for www.dentistsatnorthgate.ca.
Scan 2026-09-22-2017
Scanned 9/22/2026, 8:17:20 PM, finished 9/22/2026, 8:46:59 PM. Found with openstreetmap overpass
Site: https://www.dentistsatnorthgate.ca/
Download SQLite databaseEvery page and asset from this scan, with the crawl events, in one file.
On September 22, 2026 the Site Spider crawled 123 pages and 487 assets of www.dentistsatnorthgate.ca, starting from https://www.dentistsatnorthgate.ca/. It scored 86 out of 100, a good result. 9 of 14 checks found something to fix, led by orphan pages (33), sitemap coverage (33), meta descriptions (25); 5 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: Medium4 medium, 3 low and 1 info findings. See the security findings ↓
- Pages crawled
- 123
- Assets fetched
- 487
- Status
- Completed
- Checks with issues
- 9 of 14
- Title tags20 issues20 of 104 pages have title issues. 4 noindex or canonicalized pages excluded.
- Meta descriptions25 issues25 of 104 pages have meta description issues. 4 noindex or canonicalized pages excluded.
- HeadingsOK0 of 104 pages have heading issues. 4 noindex or canonicalized pages excluded.
- Broken links1 issue4 internal links point at 1 broken URL.
- Redirects15 issues15 redirecting URLs, 5 of them chained.
- Non-200 responses1 issue16 URLs did not return a 2xx response.
- Rate limitedOKThe site did not rate limit the crawler.
- Indexability3 issues3 of 108 indexable pages have indexability warnings.
- Image alt textOK0 of 2013 image references have no alt attribute. 47 use an empty alt (decorative), which is fine.
- Heavy assets23 issues23 assets larger than 500 KB among the 100 heaviest.
- Orphan pages33 issues33 pages have no internal links pointing at them.
- Sitemap coverage33 issues1 sitemap listing 103 URLs: 1 crawled page missing, 0 listed URLs broken or redirecting, 32 reachable only via the sitemap.
- Thin contentOK0 of 104 pages have fewer than 200 words. 4 noindex or canonicalized pages excluded.
- Duplicate contentOK0 groups of pages with identical HTML.
Where this scan sits among all scanned sites
1175 sites, median 82%, average 80%
www.dentistsatnorthgate.ca scores 86%, higher than 67% of the 1175 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 findingsSeveral issues need fixing, including broken links, redirect chains, non-200 responses, and title/meta description problems, to enhance site performance and SEO. The following prioritized fixes will help improve your website's overall health and search visibility.
- 1
Fix Broken Links
Why: Broken links harm user experience and SEO rankings.
How: Update or remove the links pointing to 'https://www.dentistsatnorthgate.ca/blog/5/'.
Checks: broken-links
- 2
Reduce Redirect Chains
Why: Chained redirects can slow down the site and confuse users.
How: Eliminate 5 chained redirects by linking directly to the final destination from the source.
Checks: redirects
- 3
Resolve Non-200 Responses
Why: Non-200 responses can harm SEO and user experience.
How: Address 16 URLs that return errors (status > 200) to ensure seamless access.
Checks: status-codes
- 4
Shorten Title Tags
Why: Long title tags may be truncated in search results.
How: Rephrase 20 titles under 60 characters without losing meaning.
Checks: titles
- 5
Shorten Meta Descriptions
Why: Long meta descriptions can reduce click-through rates.
How: Revise 25 meta descriptions to keep under 160 characters.
Checks: meta-descriptions
- 6
Link Orphan Pages
Why: Orphan pages lack internal links, affecting their discoverability.
How: Add links from significant pages to the 33 orphan pages to improve navigation.
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 crawlYour website has several security vulnerabilities, primarily due to missing important HTTP headers, which can expose it to various attacks. Specific actions should be taken to enhance its security posture, particularly by implementing HTTP Strict Transport Security (HSTS) and Content Security Policy (CSP).
- 0 high
- 4 medium
- 3 low
- 1 info
- 1
Missing HTTP Strict Transport Security (HSTS)Medium
Why it matters: Without HSTS, users could be vulnerable to man-in-the-middle attacks if they access the site without HTTPS.
Fix: Implement HSTS by adding the header: `Strict-Transport-Security: max-age=31536000; includeSubDomains; preload`.
Evidence: HTTP Strict Transport Security
- 2
Missing Content Security Policy (CSP)Medium
Why it matters: Absence of CSP means browsers have no restrictions on loading resources, increasing the risk of cross-site scripting attacks.
Fix: Add a CSP header, e.g., `Content-Security-Policy: default-src 'self';` to control where resources can be loaded from.
Evidence: Content Security Policy
- 3
Missing X-Frame-Options HeaderMedium
Why it matters: Without this header, the site is vulnerable to clickjacking, allowing other sites to use its pages in frames.
Fix: Add the header: `X-Frame-Options: DENY` to prevent this vulnerability.
Evidence: Clickjacking protection
- 4
Exposed Google API KeyMedium
Why it matters: The exposed API key could be used maliciously if not properly restricted.
Fix: Restrict the key in Google Cloud Console by HTTP referrer and review your code to ensure it's not public.
Evidence: Keys and secrets in page code
- 5
Missing X-Content-Type-Options HeaderLow
Why it matters: Absence of this header allows the browser to execute files as scripts based on their content, leading to potential risks.
Fix: Add the header: `X-Content-Type-Options: nosniff`.
Evidence: MIME sniffing protection
- 6
Missing Referrer-Policy HeaderLow
Why it matters: Without this policy, sensitive information may be leaked to any site a user navigates to from yours.
Fix: Add the header: `Referrer-Policy: no-referrer` to restrict this behavior.
Evidence: Referrer policy
- 7
Server Information DisclosureLow
Why it matters: Visible server information can help attackers find vulnerabilities to exploit.
Fix: Remove or hide the `Server` and `X-Powered-By` headers in your server configuration.
Evidence: Software version disclosure
- 8
Missing Permissions-Policy HeaderInfo
Why it matters: Not using this header allows unwanted features (like camera, microphone) which could be exploited by injected scripts.
Fix: Add the header: `Permissions-Policy: geolocation=(self)` to limit what features can be used.
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.dentistsatnorthgate.ca/ → no strict-transport-security
- https://www.dentistsatnorthgate.ca/about-us/ → no strict-transport-security
- https://www.dentistsatnorthgate.ca/weekend-dentist-north-edmonton/ → no strict-transport-security
- https://www.dentistsatnorthgate.ca/privacy-policy/ → no strict-transport-security
- https://www.dentistsatnorthgate.ca/canadian-dental-care-plan/ → no strict-transport-security
- https://www.dentistsatnorthgate.ca/service/all-services/ → no strict-transport-security
- https://www.dentistsatnorthgate.ca/service/general-dentistry/ → no strict-transport-security
- https://www.dentistsatnorthgate.ca/service/dental-cleanings-exams/ → no strict-transport-security
- https://www.dentistsatnorthgate.ca/service/root-canal-therapy/ → no strict-transport-security
- https://www.dentistsatnorthgate.ca/service/cosmetic-dentistry/ → no strict-transport-security
- https://www.dentistsatnorthgate.ca/service/take-home-teeth-whitening-kits/ → no strict-transport-security
- https://www.dentistsatnorthgate.ca/service/dental-crowns/ → no strict-transport-security
- FoundContent Security PolicyMedium
None of the 108 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.dentistsatnorthgate.ca/ → no content-security-policy
- https://www.dentistsatnorthgate.ca/about-us/ → no content-security-policy
- https://www.dentistsatnorthgate.ca/weekend-dentist-north-edmonton/ → no content-security-policy
- https://www.dentistsatnorthgate.ca/privacy-policy/ → no content-security-policy
- https://www.dentistsatnorthgate.ca/canadian-dental-care-plan/ → no content-security-policy
- https://www.dentistsatnorthgate.ca/service/all-services/ → no content-security-policy
- https://www.dentistsatnorthgate.ca/service/general-dentistry/ → no content-security-policy
- https://www.dentistsatnorthgate.ca/service/dental-cleanings-exams/ → no content-security-policy
- https://www.dentistsatnorthgate.ca/service/root-canal-therapy/ → no content-security-policy
- https://www.dentistsatnorthgate.ca/service/cosmetic-dentistry/ → no content-security-policy
- https://www.dentistsatnorthgate.ca/service/take-home-teeth-whitening-kits/ → no content-security-policy
- https://www.dentistsatnorthgate.ca/service/dental-crowns/ → 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.dentistsatnorthgate.ca/ → no x-frame-options
- https://www.dentistsatnorthgate.ca/about-us/ → no x-frame-options
- https://www.dentistsatnorthgate.ca/weekend-dentist-north-edmonton/ → no x-frame-options
- https://www.dentistsatnorthgate.ca/privacy-policy/ → no x-frame-options
- https://www.dentistsatnorthgate.ca/canadian-dental-care-plan/ → no x-frame-options
- https://www.dentistsatnorthgate.ca/service/all-services/ → no x-frame-options
- https://www.dentistsatnorthgate.ca/service/general-dentistry/ → no x-frame-options
- https://www.dentistsatnorthgate.ca/service/dental-cleanings-exams/ → no x-frame-options
- https://www.dentistsatnorthgate.ca/service/root-canal-therapy/ → no x-frame-options
- https://www.dentistsatnorthgate.ca/service/cosmetic-dentistry/ → no x-frame-options
- https://www.dentistsatnorthgate.ca/service/take-home-teeth-whitening-kits/ → no x-frame-options
- https://www.dentistsatnorthgate.ca/service/dental-crowns/ → 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.dentistsatnorthgate.ca/ → no x-content-type-options
- https://www.dentistsatnorthgate.ca/about-us/ → no x-content-type-options
- https://www.dentistsatnorthgate.ca/weekend-dentist-north-edmonton/ → no x-content-type-options
- https://www.dentistsatnorthgate.ca/privacy-policy/ → no x-content-type-options
- https://www.dentistsatnorthgate.ca/canadian-dental-care-plan/ → no x-content-type-options
- https://www.dentistsatnorthgate.ca/service/all-services/ → no x-content-type-options
- https://www.dentistsatnorthgate.ca/service/general-dentistry/ → no x-content-type-options
- https://www.dentistsatnorthgate.ca/service/dental-cleanings-exams/ → no x-content-type-options
- https://www.dentistsatnorthgate.ca/service/root-canal-therapy/ → no x-content-type-options
- https://www.dentistsatnorthgate.ca/service/cosmetic-dentistry/ → no x-content-type-options
- https://www.dentistsatnorthgate.ca/service/take-home-teeth-whitening-kits/ → no x-content-type-options
- https://www.dentistsatnorthgate.ca/service/dental-crowns/ → 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.dentistsatnorthgate.ca/ → no referrer-policy
- https://www.dentistsatnorthgate.ca/about-us/ → no referrer-policy
- https://www.dentistsatnorthgate.ca/weekend-dentist-north-edmonton/ → no referrer-policy
- https://www.dentistsatnorthgate.ca/privacy-policy/ → no referrer-policy
- https://www.dentistsatnorthgate.ca/canadian-dental-care-plan/ → no referrer-policy
- https://www.dentistsatnorthgate.ca/service/all-services/ → no referrer-policy
- https://www.dentistsatnorthgate.ca/service/general-dentistry/ → no referrer-policy
- https://www.dentistsatnorthgate.ca/service/dental-cleanings-exams/ → no referrer-policy
- https://www.dentistsatnorthgate.ca/service/root-canal-therapy/ → no referrer-policy
- https://www.dentistsatnorthgate.ca/service/cosmetic-dentistry/ → no referrer-policy
- https://www.dentistsatnorthgate.ca/service/take-home-teeth-whitening-kits/ → no referrer-policy
- https://www.dentistsatnorthgate.ca/service/dental-crowns/ → 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.dentistsatnorthgate.ca/ → no permissions-policy
- https://www.dentistsatnorthgate.ca/about-us/ → no permissions-policy
- https://www.dentistsatnorthgate.ca/weekend-dentist-north-edmonton/ → no permissions-policy
- https://www.dentistsatnorthgate.ca/privacy-policy/ → no permissions-policy
- https://www.dentistsatnorthgate.ca/canadian-dental-care-plan/ → no permissions-policy
- https://www.dentistsatnorthgate.ca/service/all-services/ → no permissions-policy
- https://www.dentistsatnorthgate.ca/service/general-dentistry/ → no permissions-policy
- https://www.dentistsatnorthgate.ca/service/dental-cleanings-exams/ → no permissions-policy
- https://www.dentistsatnorthgate.ca/service/root-canal-therapy/ → no permissions-policy
- https://www.dentistsatnorthgate.ca/service/cosmetic-dentistry/ → no permissions-policy
- https://www.dentistsatnorthgate.ca/service/take-home-teeth-whitening-kits/ → no permissions-policy
- https://www.dentistsatnorthgate.ca/service/dental-crowns/ → 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 (610 responses)
- x-powered-by: WP Rocket/3.23.1 (2 responses)
- 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.dentistsatnorthgate.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 4 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.)
- maps.google.com (29 script tags)
- www.google.com (28 script tags)
- cdn.callrail.com (28 script tags)
- form.jotform.com (2 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, 1 not applicable
- OKHTTPS
All 108 crawled pages were served over HTTPS.
- OKMixed content
No HTTPS page loads a script, stylesheet, font or image over plain HTTP.
- OKForms over HTTPS
62 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.
- 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.dentistsatnorthgate.ca
Their neighbours in the SEO rank table, which orders every scanned site by health score.
- launchaf.com88/100 · rank 238 · 41 pages
- www.bvcvet.ca87/100 · rank 295 · 27 pages
- www.immigration-nation.ca87/100 · rank 295 · 1,886 pages
- www.pediatricdentistryon160.com87/100 · rank 295 · 37 pages
- shibleyandcompany.ca87/100 · rank 295 · 19 pages
- visithubers.com87/100 · rank 295 · 5,000 pages
This report was produced by the DIY SEO Hub Site Spider crawling www.dentistsatnorthgate.ca from its pages as published, the way a search engine does. It shows summary figures only.
Own www.dentistsatnorthgate.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.dentistsatnorthgate.ca. Removal needs no account and no proof of purchase.