Scanned sites / www.dentistsatnorthgate.ca / 2026-09-26-1842
www.dentistsatnorthgate.ca scan from 9/26/2026, 6:42:48 PM
A newer scan exists. See the latest report for www.dentistsatnorthgate.ca.
Scan 2026-09-26-1842
Scanned 9/26/2026, 6:42:48 PM, finished 9/26/2026, 6:51:12 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 26, 2026 the Site Spider crawled 123 pages and 495 assets of www.dentistsatnorthgate.ca, starting from https://www.dentistsatnorthgate.ca/. It scored 85 out of 100, a good result. 7 of 15 checks found something to fix, led by heavy assets (24), meta descriptions (50), title tags (20); 6 checks passed. Most of the points went to heavy assets (−6), meta descriptions (−3.7), title tags (−1.8). 2 checks found something the score does not count, listed as noted. 1 check was not run because the crawl fetched nothing for it. 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, 4 low and 1 info findings. See the security findings ↓
- Pages crawled
- 123
- Assets fetched
- 495
- Status
- Completed
- Checks with issues
- 7 of 15
618 of 618 discovered URLs were fetched. The crawl reached everything it found. HTML only: nothing here ran JavaScript. 140 link destinations on other sites have not been checked.
- Title tags20 issues20 of 104 pages have title issues. 5 noindex or canonicalized pages excluded.−1.8 points
- Meta descriptions50 issues50 of 104 pages have meta description issues. 5 noindex or canonicalized pages excluded.−3.7 points
- HeadingsOK0 of 104 pages have heading issues. 5 noindex or canonicalized pages excluded.
- Broken linksOK0 internal links point at 0 broken URLs.
- Links to other sitesNot checkedNot checked: the crawl fetched nothing this check can look at.
- Redirects15 issues15 redirecting URLs, 5 of them chained.−0.6 points
- Non-200 responses15 noted15 URLs did not return a 2xx response. 14 of them are pages, 0 with an error status; the rest are assets or redirects.
- Rate limitedOKThe site did not rate limit the crawler.
- Indexability4 issues4 of 109 indexable pages have indexability warnings.−0.4 points
- Image alt textOK0 of 2061 image references have no alt attribute. 55 use an empty alt (decorative), which is fine.
- Heavy assets24 issues24 assets larger than 500 KB among 495 fetched assets.−6 points
- Orphan pages27 issues27 pages have no internal links pointing at them.−1 points
- Sitemap coverage27 issues1 sitemap listing 103 URLs: 1 crawled page missing, 0 listed URLs broken or redirecting, 26 reachable only via the sitemap.−1.5 points
- Internal link countsOKInternal link counts for 109 pages.
- Thin contentOK0 of 104 pages have fewer than 200 words. 5 noindex or canonicalized pages excluded.
- Duplicate contentOK0 groups of pages with identical HTML.
Where this scan sits among all scanned sites
1314 sites, median 80%, average 79%
www.dentistsatnorthgate.ca scores 85%, higher than 71% of the 1314 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 findingsWritten from an earlier version of the analysis. The findings on this page have been recomputed since, so counts and labels here may differ from what the plan describes. The advice still points at the same checks.
Your site has several SEO issues, mainly with redirects, title tags, and meta descriptions. By addressing these, you can improve site performance and visibility. Here are the main priorities for enhancement.
- 1
Fix Redirects
Why: Chained redirects waste crawl budget and confuse users.
How: Reduce the 15 redirects to direct links, particularly the 5 chained redirects.
Checks: redirects
- 2
Resolve Non-200 Responses
Why: 15 URLs aren’t responding correctly, affecting user experience.
How: Check the 15 non-200 URLs and update or remove them to ensure they return a 2xx status.
Checks: status-codes
- 3
Optimize Title Tags
Why: 20 pages have long title tags, which can hurt rankings.
How: Revise the titles of these 20 pages to be under 60 characters.
Checks: titles
- 4
Improve Meta Descriptions
Why: 25 pages have long meta descriptions, impacting click-through rates.
How: Edit meta descriptions of these pages to be under 160 characters.
Checks: meta-descriptions
- 5
Address Orphan Pages
Why: 27 orphan pages lack internal links, diminishing their visibility.
How: Add internal links to these pages from relevant content.
Checks: orphan-pages
- 6
Improve Sitemap Coverage
Why: 1 crawled page is missing, and 26 pages are only reachable via the sitemap.
How: Include the missing page in the sitemap and link reachable pages internally.
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 site has several security configuration gaps, including missing headers for transport security, content policies, and clickjacking protection. These issues could expose users to various risks such as interception and injection attacks. Immediate fixes are recommended.
- 0 high
- 4 medium
- 4 low
- 1 info
- 1
Missing HTTP Strict Transport Security (HSTS)Medium
Why it matters: Without HSTS, visitors can be intercepted when accessing via 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: Absence of CSP allows scripts and styles from any source, increasing XSS risks.
Fix: Add the header 'Content-Security-Policy: default-src 'self';'.
Evidence: Content Security Policy
- 3
Missing X-Frame-OptionsMedium
Why it matters: Without this, the site can be embedded in frames on malicious pages, allowing clickjacking.
Fix: Add the header 'X-Frame-Options: DENY'.
Evidence: Clickjacking protection
- 4
Exposed Google API KeyMedium
Why it matters: An exposed API key can be abused and lead to excess charges or service interruptions.
Fix: Restrict this key in the Google Cloud console using referrer restrictions.
Evidence: Keys and secrets in page code
- 5
Missing X-Content-Type-OptionsLow
Why it matters: Without this, browsers may interpret files incorrectly, which can lead to security issues.
Fix: Add the header 'X-Content-Type-Options: nosniff'.
Evidence: MIME sniffing protection
- 6
Missing Referrer-PolicyLow
Why it matters: Lack of this policy exposes full URLs of pages users navigate to, compromising privacy.
Fix: Add the header 'Referrer-Policy: no-referrer'.
Evidence: Referrer policy
- 7
Server and Framework Version DisclosureLow
Why it matters: Exposing server versions helps attackers search for known vulnerabilities.
Fix: Remove or modify the headers revealing version: 'server' and 'x-powered-by'.
Evidence: Software version disclosure
- 8
Third-party Scripts Without Subresource IntegrityLow
Why it matters: Running scripts from external sources without integrity checks increases risk of compromise.
Fix: Consider implementing Subresource Integrity (SRI) or a strong Content Security Policy.
Evidence: Third-party scripts
- 9
Missing Permissions-PolicyInfo
Why it matters: This limits browser features that could be exploited by malicious scripts.
Fix: Add the header 'Permissions-Policy: geolocation=(), microphone=(), camera=()'.
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 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.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 (618 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 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
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.
- fungwee.fusenv.com85/100 · rank 342 · 34 pages
- www.beautyrewind.ca84/100 · rank 386 · 160 pages
- www.heritageparkdental.ca84/100 · rank 386 · 96 pages
- www.lakewooddentalclinic.com84/100 · rank 386 · 99 pages
- greggjohnson.focalpointcoaching.com84/100 · rank 386 · 37 pages
- sitebulb.com84/100 · rank 386 · 824 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.