Scanned sites / www.shawnessysmiles.ca / 2026-09-26-0113
www.shawnessysmiles.ca scan from 9/26/2026, 1:13:14 AM
Scan 2026-09-26-0113
Scanned 9/26/2026, 1:13:14 AM, finished 9/26/2026, 1:23:16 AM. Found with openstreetmap overpass
Site: https://www.shawnessysmiles.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 30 pages and 518 assets of www.shawnessysmiles.ca, starting from https://www.shawnessysmiles.ca/. It scored 95 out of 100, an excellent result. 3 of 14 checks found something to fix, led by title tags (6), heavy assets (5), redirects (1); 11 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 and 1 low findings. See the security findings ↓
- Pages crawled
- 30
- Assets fetched
- 518
- Status
- Completed
- Checks with issues
- 3 of 14
- Title tags6 issues6 of 29 pages have title issues.
- Meta descriptionsOK0 of 29 pages have meta description issues.
- HeadingsOK0 of 29 pages have heading issues.
- Broken linksOK0 internal links point at 0 broken URLs.
- Redirects1 issue2 redirecting URLs, 0 of them chained.
- Non-200 responsesOK9 URLs did not return a 2xx response.
- Rate limitedOKThe site did not rate limit the crawler.
- IndexabilityOK0 of 29 indexable pages have indexability warnings.
- Image alt textOK0 of 342 image references have no alt attribute.
- Heavy assets5 issues6 assets larger than 500 KB among the 100 heaviest.
- Orphan pagesOK0 pages have no internal links pointing at them.
- Sitemap coverageOK3 sitemaps listing 29 URLs: 0 crawled pages missing, 0 listed URLs broken or redirecting, 0 reachable only via the sitemap.
- Thin contentOK0 of 29 pages have fewer than 200 words.
- Duplicate contentOK0 groups of pages with identical HTML.
Where this scan sits among all scanned sites
1268 sites, median 82%, average 80%
www.shawnessysmiles.ca scores 95%, higher than 96% 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 findingsYour site has a high health score with a few areas that can be improved. Focus on fixing the non-200 responses and title tag issues for better SEO performance.
- 1
Fix Non-200 Responses
Why: 9 URLs are returning errors, affecting user experience and crawl efficiency.
How: Update or remove the 404 assets and fix the sitemap redirect statuses.
Checks: status-codes
- 2
Optimize Title Tags
Why: 6 pages have title issues that can hinder search engine visibility.
How: Shorten the long title tags and adjust the short one to be within recommended lengths.
Checks: titles
- 3
Resolve Redirects
Why: There are 2 redirects that can be handled more efficiently.
How: Directly link to the final URLs instead of maintaining unnecessary redirects.
Checks: redirects
- 4
Reduce Heavy Assets
Why: 6 assets exceed 500 KB, which can slow page loading times.
How: Compress images and documents to reduce their size, improving site speed.
Checks: heavy-assets
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 security review for www.shawnessysmiles.ca identified several urgent issues involving missing security headers and outdated libraries. Implementing strict transport security and content security policies is critical to protect from interception and cross-site scripting attacks. Additionally, updating vulnerable JavaScript libraries and handling exposed keys will strengthen overall site security.
- 0 high
- 5 medium
- 1 low
- 0 info
- 1
Missing HTTP Strict Transport Security (HSTS)Medium
Why it matters: Without HSTS, a visitor can be intercepted when they type the address without 'https://'.
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: Lack of CSP allows scripts and frames to load from anywhere, increasing the risk of XSS attacks.
Fix: Add the header 'Content-Security-Policy: default-src 'self';'.
Evidence: Content Security Policy
- 3
Missing Clickjacking ProtectionMedium
Why it matters: No X-Frame-Options header allows pages to be embedded in frames by malicious sites.
Fix: Add the header 'X-Frame-Options: DENY'.
Evidence: Clickjacking protection
- 4
Outdated JavaScript LibrariesMedium
Why it matters: Vulnerable libraries can lead to severe security issues, including XSS and prototype pollution.
Fix: Update jQuery to 3.5.0 and Bootstrap to 3.4.1.
Evidence: Vulnerable JavaScript libraries
- 5
Exposed Google API KeyMedium
Why it matters: An exposed API key can be misused if not correctly restricted.
Fix: Restrict the API key usage by referrer in the Google Cloud console.
Evidence: Keys and secrets in page code
- 6
Missing Referrer PolicyLow
Why it matters: Without a Referrer Policy, sensitive URL information is sent to every link clicked.
Fix: Add the header 'Referrer-Policy: no-referrer'.
Evidence: Referrer 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.shawnessysmiles.ca/ → no strict-transport-security
- https://www.shawnessysmiles.ca/request-appointment/ → no strict-transport-security
- https://www.shawnessysmiles.ca/why-shawnessy-smiles-dental/ → no strict-transport-security
- https://www.shawnessysmiles.ca/about-shawnessy-smiles-dental/ → no strict-transport-security
- https://www.shawnessysmiles.ca/why-shawnessy-smiles-dental/policies/ → no strict-transport-security
- https://www.shawnessysmiles.ca/why-shawnessy-smiles-dental/insurance-finances/ → no strict-transport-security
- https://www.shawnessysmiles.ca/why-shawnessy-smiles-dental/health-safety/ → no strict-transport-security
- https://www.shawnessysmiles.ca/new-patients/ → no strict-transport-security
- https://www.shawnessysmiles.ca/dental-team/ → no strict-transport-security
- https://www.shawnessysmiles.ca/team/dr-roman-koutsil/ → no strict-transport-security
- https://www.shawnessysmiles.ca/south-calgary-dental-services/ → no strict-transport-security
- https://www.shawnessysmiles.ca/south-calgary-family-dentistry/ → no strict-transport-security
- FoundContent Security PolicyMedium
None of the 29 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.shawnessysmiles.ca/ → no content-security-policy
- https://www.shawnessysmiles.ca/request-appointment/ → no content-security-policy
- https://www.shawnessysmiles.ca/why-shawnessy-smiles-dental/ → no content-security-policy
- https://www.shawnessysmiles.ca/about-shawnessy-smiles-dental/ → no content-security-policy
- https://www.shawnessysmiles.ca/why-shawnessy-smiles-dental/policies/ → no content-security-policy
- https://www.shawnessysmiles.ca/why-shawnessy-smiles-dental/insurance-finances/ → no content-security-policy
- https://www.shawnessysmiles.ca/why-shawnessy-smiles-dental/health-safety/ → no content-security-policy
- https://www.shawnessysmiles.ca/new-patients/ → no content-security-policy
- https://www.shawnessysmiles.ca/dental-team/ → no content-security-policy
- https://www.shawnessysmiles.ca/team/dr-roman-koutsil/ → no content-security-policy
- https://www.shawnessysmiles.ca/south-calgary-dental-services/ → no content-security-policy
- https://www.shawnessysmiles.ca/south-calgary-family-dentistry/ → 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.shawnessysmiles.ca/ → no x-frame-options
- https://www.shawnessysmiles.ca/request-appointment/ → no x-frame-options
- https://www.shawnessysmiles.ca/why-shawnessy-smiles-dental/ → no x-frame-options
- https://www.shawnessysmiles.ca/about-shawnessy-smiles-dental/ → no x-frame-options
- https://www.shawnessysmiles.ca/why-shawnessy-smiles-dental/policies/ → no x-frame-options
- https://www.shawnessysmiles.ca/why-shawnessy-smiles-dental/insurance-finances/ → no x-frame-options
- https://www.shawnessysmiles.ca/why-shawnessy-smiles-dental/health-safety/ → no x-frame-options
- https://www.shawnessysmiles.ca/new-patients/ → no x-frame-options
- https://www.shawnessysmiles.ca/dental-team/ → no x-frame-options
- https://www.shawnessysmiles.ca/team/dr-roman-koutsil/ → no x-frame-options
- https://www.shawnessysmiles.ca/south-calgary-dental-services/ → no x-frame-options
- https://www.shawnessysmiles.ca/south-calgary-family-dentistry/ → no x-frame-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.shawnessysmiles.ca/ → no referrer-policy
- https://www.shawnessysmiles.ca/request-appointment/ → no referrer-policy
- https://www.shawnessysmiles.ca/why-shawnessy-smiles-dental/ → no referrer-policy
- https://www.shawnessysmiles.ca/about-shawnessy-smiles-dental/ → no referrer-policy
- https://www.shawnessysmiles.ca/why-shawnessy-smiles-dental/policies/ → no referrer-policy
- https://www.shawnessysmiles.ca/why-shawnessy-smiles-dental/insurance-finances/ → no referrer-policy
- https://www.shawnessysmiles.ca/why-shawnessy-smiles-dental/health-safety/ → no referrer-policy
- https://www.shawnessysmiles.ca/new-patients/ → no referrer-policy
- https://www.shawnessysmiles.ca/dental-team/ → no referrer-policy
- https://www.shawnessysmiles.ca/team/dr-roman-koutsil/ → no referrer-policy
- https://www.shawnessysmiles.ca/south-calgary-dental-services/ → no referrer-policy
- https://www.shawnessysmiles.ca/south-calgary-family-dentistry/ → 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.shawnessysmiles.ca/ → no permissions-policy
- https://www.shawnessysmiles.ca/request-appointment/ → no permissions-policy
- https://www.shawnessysmiles.ca/why-shawnessy-smiles-dental/ → no permissions-policy
- https://www.shawnessysmiles.ca/about-shawnessy-smiles-dental/ → no permissions-policy
- https://www.shawnessysmiles.ca/why-shawnessy-smiles-dental/policies/ → no permissions-policy
- https://www.shawnessysmiles.ca/why-shawnessy-smiles-dental/insurance-finances/ → no permissions-policy
- https://www.shawnessysmiles.ca/why-shawnessy-smiles-dental/health-safety/ → no permissions-policy
- https://www.shawnessysmiles.ca/new-patients/ → no permissions-policy
- https://www.shawnessysmiles.ca/dental-team/ → no permissions-policy
- https://www.shawnessysmiles.ca/team/dr-roman-koutsil/ → no permissions-policy
- https://www.shawnessysmiles.ca/south-calgary-dental-services/ → no permissions-policy
- https://www.shawnessysmiles.ca/south-calgary-family-dentistry/ → no permissions-policy
- FoundVulnerable JavaScript librariesMedium
3 libraries with published vulnerabilities: jQuery 3.2.1, jQuery 3.1.2, Bootstrap 3.3.7. Whether they are exploitable depends on how the site uses them, but each has a fixed release.
- jQuery 3.2.1 in https://www.shawnessysmiles.ca/wp-content/cache/min/1/ajax/libs/jquery/3.2.1/jq…: CVE-2019-11358 (prototype pollution), CVE-2020-11022, CVE-2020-11023 (XSS via HTML passed to DOM methods); fixed in 3.5.0
- jQuery 3.1.2 in https://www.shawnessysmiles.ca/wp-content/plugins/gravityforms/js/placeholders.…: CVE-2019-11358 (prototype pollution), CVE-2020-11022, CVE-2020-11023 (XSS via HTML passed to DOM methods); fixed in 3.5.0
- Bootstrap 3.3.7 in https://www.shawnessysmiles.ca/wp-content/themes/cpm-theme-base2/assets/bootstr…: CVE-2016-10735, CVE-2018-14040, CVE-2018-14041, CVE-2018-14042, CVE-2019-8331 (XSS through data attributes in tooltip, popover, collapse and scrollspy); fixed in 3.4.1
- FoundKeys and secrets in page codeMedium
1 credential-like value found in code served to every visitor: Google API key.
- Google API key AIzaSy…wU (39 chars) in https://www.shawnessysmiles.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 (3 script tags)
- ajax.googleapis.com (1 script tag)
- cdnjs.cloudflare.com (1 script tag)
- 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: /cgi-bin
7 checks passed
- OKHTTPS
All 29 crawled pages were served over HTTPS.
- OKMIME sniffing protection
x-content-type-options is set on all 29 HTML pages.
- OKSoftware version disclosure
The Server header names a product without a version, and there is no X-Powered-By header.
- OKCookie flags
All 1 cookie carry Secure, HttpOnly and SameSite flags.
- OKMixed content
No HTTPS page loads a script, stylesheet, font or image over plain HTTP.
- OKForms over HTTPS
3 forms found, all on HTTPS pages posting to HTTPS addresses.
- 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.shawnessysmiles.ca
Their neighbours in the SEO rank table, which orders every scanned site by health score.
- nexusvisioncentre.ca96/100 · rank 33 · 20 pages
- calgaryoptometry.com96/100 · rank 33 · 170 pages
- devmarket.lol96/100 · rank 33 · 2 pages
- www.nillesbuilders.com95/100 · rank 44 · 66 pages
- www.valdanniviers.ch95/100 · rank 44 · 5,000 pages
- unitedfamilyhomes.com95/100 · rank 44 · 21 pages
This report was produced by the DIY SEO Hub Site Spider crawling www.shawnessysmiles.ca from its pages as published, the way a search engine does. It shows summary figures only.
Own www.shawnessysmiles.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.shawnessysmiles.ca. Removal needs no account and no proof of purchase.