Scanned sites / www.aestheticdentalstudio.ca / 2026-09-17-0622
www.aestheticdentalstudio.ca scan from 9/17/2026, 6:22:31 AM
Scan 2026-09-17-0622
Scanned 9/17/2026, 6:22:31 AM, finished 9/17/2026, 6:39:37 AM. Found with openstreetmap overpass
Site: https://www.aestheticdentalstudio.ca/
Download SQLite databaseEvery page and asset from this scan, with the crawl events, in one file.
On September 17, 2026 the Site Spider crawled 232 pages and 704 assets of www.aestheticdentalstudio.ca, starting from https://www.aestheticdentalstudio.ca/. It scored 81 out of 100, a good result. 7 of 14 checks found something to fix, led by orphan pages (157), sitemap coverage (157), meta descriptions (66); 7 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: Medium1 medium, 1 low and 1 info findings. See the security findings ↓
- Pages crawled
- 232
- Assets fetched
- 704
- Status
- Completed
- Checks with issues
- 7 of 14
- Title tags48 issues48 of 206 pages have title issues.
- Meta descriptions66 issues66 of 206 pages have meta description issues.
- HeadingsOK0 of 206 pages have heading issues.
- Broken linksOK0 internal links point at 0 broken URLs.
- Redirects26 issues37 redirecting URLs, 2 of them chained.
- Non-200 responsesOK43 URLs did not return a 2xx response.
- Rate limitedOKThe site did not rate limit the crawler.
- IndexabilityOK0 of 206 indexable pages have indexability warnings.
- Image alt text5 issues5 of 1723 image references have no alt attribute. 75 use an empty alt (decorative), which is fine.
- Heavy assets16 issues16 assets larger than 500 KB among the 100 heaviest.
- Orphan pages157 issues157 pages have no internal links pointing at them.
- Sitemap coverage157 issues1 sitemap listing 206 URLs: 0 crawled pages missing, 0 listed URLs broken or redirecting, 157 reachable only via the sitemap.
- Thin contentOK0 of 206 pages have fewer than 200 words.
- Duplicate contentOK0 groups of pages with identical HTML.
Where this scan sits among all scanned sites
1059 sites, median 82%, average 80%
www.aestheticdentalstudio.ca scores 81%, higher than 43% of the 1059 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 good health score but needs attention on redirects, title tags, meta descriptions, and orphan pages for better SEO performance. Focus on fixing these areas first.
- 1
Fix Redirects
Why: Reduce unnecessary 301 redirects to streamline user experience and improve load times.
How: Identify and remove or correct the two chained redirects. Update URLs directly where possible.
Checks: redirects
- 2
Resolve Non-200 Responses
Why: Fixing non-200 responses helps improve user access and search engine indexing.
How: Review the 43 URLs returning errors and update or remove the problematic URLs.
Checks: status-codes
- 3
Optimize Title Tags
Why: Improving title tags helps enhance click-through rates and aligns with SEO best practices.
How: Shorten titles exceeding 60 characters and ensure they reflect page content accurately.
Checks: titles
- 4
Enhance Meta Descriptions
Why: Meta descriptions affect search visibility and click-through rates.
How: Revise meta descriptions longer than 160 characters to be concise and engaging.
Checks: meta-descriptions
- 5
Link Orphan Pages
Why: Internal links boost SEO and user navigation by connecting all important pages.
How: Add links from relevant pages to the 157 orphaned pages, ensuring they are discoverable.
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 has a critical cookie security issue and several areas of potential improvement regarding third-party scripts and sensitive paths in the robots.txt file. Addressing these will enhance the site's security posture.
- 0 high
- 1 medium
- 1 low
- 1 info
- 1
Missing Cookie FlagsMedium
Why it matters: The PHPSESSID cookie is not secured with HttpOnly, Secure, or SameSite attributes, making it vulnerable to theft via cross-site scripting (XSS) and other attacks.
Fix: Set the cookie with the following attributes: HttpOnly, Secure, and SameSite=Strict (or Lax). Update the cookie setting in your server configuration.
Evidence: Cookie flags
- 2
Third-Party Script IntegrityLow
Why it matters: Scripts from external domains are loaded without Subresource Integrity (SRI), which could allow them to be tampered with and executed maliciously.
Fix: Consider implementing SRI for scripts or using a Content-Security-Policy (CSP) to limit what can run; include only trusted domains.
Evidence: Third-party scripts
- 3
Sensitive Path in robots.txtInfo
Why it matters: The robots.txt file discloses the /wp-admin/ path, which could aid attackers in probing for vulnerabilities.
Fix: Implement strict access controls on the /wp-admin/ directory and remove or secure sensitive paths disclosed in robots.txt.
Evidence: Sensitive paths in robots.txt
What the checks found
- 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.
- PHPSESSID (set by https://www.aestheticdentalstudio.ca/) lacks Secure, HttpOnly, SameSite
- 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.)
- cdnjs.cloudflare.com (120 script tags)
- cdn.jsdelivr.net (40 script tags)
- www.google.com (40 script tags)
- cdn.callrail.com (40 script tags)
- form.jotform.com (4 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/
13 checks passed
- OKHTTPS
All 206 crawled pages were served over HTTPS.
- OKHTTP Strict Transport Security
strict-transport-security is set on all 206 HTML pages.
- OKContent Security Policy
A Content-Security-Policy is set.
- OKClickjacking protection
x-frame-options is set on all 206 HTML pages.
- OKMIME sniffing protection
x-content-type-options is set on all 206 HTML pages.
- OKReferrer policy
referrer-policy is set on all 206 HTML pages.
- OKPermissions policy
permissions-policy is set on all 206 HTML pages.
- OKSoftware version disclosure
The Server header names a product without a version, and there is no X-Powered-By header.
- OKMixed content
No HTTPS page loads a script, stylesheet, font or image over plain HTTP.
- OKForms over HTTPS
4 forms found, all on HTTPS pages posting to HTTPS addresses.
- OKVulnerable JavaScript libraries
2 library versions recognised, none with known vulnerabilities.
- OKKeys and secrets in page code
No API keys, tokens or private keys were found in the sampled HTML and scripts.
- 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.
This report was produced by the DIY SEO Hub Site Spider crawling www.aestheticdentalstudio.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.