Scanned sites / www.beautyrewind.ca / 2026-09-27-1924
www.beautyrewind.ca scan from 9/27/2026, 7:24:33 PM
Scan 2026-09-27-1924
Scanned 9/27/2026, 7:24:33 PM, finished 9/27/2026, 7:44:29 PM. Found with openstreetmap overpass
Site: https://www.beautyrewind.ca/
Download SQLite databaseEvery page and asset from this scan, with the crawl events, in one file.
On September 27, 2026 the Site Spider crawled 160 pages and 907 assets of www.beautyrewind.ca, starting from https://www.beautyrewind.ca/. It scored 84 out of 100, a good result. 9 of 16 checks found something to fix, led by heavy assets (143), links to other sites (15), meta descriptions (72); 5 checks passed. Most of the points went to heavy assets (−6), links to other sites (−4), title tags (−3.8). 2 checks found something the score does not count, listed as noted. 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: Medium2 medium, 2 low and 2 info findings. See the security findings ↓
- Pages crawled
- 160
- Assets fetched
- 907
- Status
- Completed
- Checks with issues
- 9 of 16
1,067 of 1,073 discovered URLs were fetched, 1 blocked by robots.txt. The crawl reached everything it found. HTML only: nothing here ran JavaScript. 98 link destinations on other sites were checked.
- Title tags58 issues58 of 148 pages have title issues. 3 noindex or canonicalized pages excluded.−3.8 points
- Meta descriptions72 issues72 of 148 pages have meta description issues. 3 noindex or canonicalized pages excluded.−3.8 points
- Headings3 issues3 of 148 pages have heading issues. 3 noindex or canonicalized pages excluded.−0.1 points
- Broken linksOK0 internal links point at 0 broken URLs.
- Links to other sites15 issues15 destinations answered with an error, 33 could not be determined (timeouts, rate limits or refusals), of 98 destinations checked.−4 points
- Redirects8 issues10 redirecting URLs, 0 of them chained.−0.2 points
- Non-200 responses13 noted13 URLs did not return a 2xx response. 9 of them are pages, 0 with an error status; the rest are assets or redirects.
- Rate limitedOKThe site did not rate limit the crawler.
- Indexability2 issues2 of 148 indexable pages have indexability warnings. 3 pages noindex by design. 2 noindex pages are listed in the sitemap, which asks search engines both to visit and to ignore them.−0.1 points
- Image alt textOK0 of 1954 image references have no alt attribute. 1154 use an empty alt (decorative), which is fine.
- Heavy assets143 issues143 assets larger than 500 KB among 907 fetched assets.−6 points
- Orphan pages25 issues25 pages have no internal links pointing at them.−0.7 points
- Sitemap coverage32 issues9 sitemaps listing 145 URLs: 6 crawled pages missing, 1 listed URL broken or redirecting, 23 reachable only via the sitemap.−1.3 points
- Internal link countsOKInternal link counts for 151 pages.
- Thin contentOK0 of 148 pages have fewer than 200 words. 3 noindex or canonicalized pages excluded.
- Duplicate contentOK0 groups of pages with identical HTML.
Where this scan sits among all scanned sites
1315 sites, median 80%, average 79%
www.beautyrewind.ca scores 84%, higher than 66% of the 1315 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 website has a health score of 84/100, but there are several areas needing improvement related to redirects, titles, meta descriptions, indexability, and orphan pages. Addressing these can enhance SEO performance.
- 1
Fix Redirects
Why: There are 10 redirects that could introduce unnecessary complexity and slow performance.
How: Update the URLs on your site to point directly to the final destination, eliminating the need for redirects.
Checks: redirects
- 2
Improve Title Tags
Why: 58 pages have title issues affecting search engine visibility and click-through rates.
How: Revise short and long title tags to adhere to best practices, aiming for 50-60 characters.
Checks: titles
- 3
Create Missing Meta Descriptions
Why: 72 pages lack optimized meta descriptions, reducing visibility in search results.
How: Write unique, compelling meta descriptions for each page, ideally around 150-160 characters.
Checks: meta-descriptions
- 4
Resolve Indexability Warnings
Why: 2 indexable pages are listed as noindex in the sitemap, causing confusion.
How: Either remove these pages from the sitemap or change their robots meta tag to index them.
Checks: indexability
- 5
Address Orphan Pages
Why: 25 pages lack internal links, making them less discoverable by search engines.
How: Link these orphan pages from relevant content to improve their visibility and SEO value.
Checks: orphan-pages
- 6
Optimize Heavy Assets
Why: 143 assets over 500 KB can slow down page loads.
How: Compress and optimize images before uploading; consider alternatives for large files.
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 crawlYour website has several security issues that need addressing, particularly regarding transport security and frame protection. Implementing missing headers can greatly enhance user safety. Prioritize setting HTTP Strict Transport Security and Content Security Policy to mitigate risks.
- 0 high
- 2 medium
- 2 low
- 2 info
- 1
Missing HTTP Strict Transport Security (HSTS)Medium
Why it matters: Without HSTS, visitors can be intercepted when accessing your site without HTTPS.
Fix: Add `Strict-Transport-Security: max-age=63072000; includeSubDomains; preload` to your server's HTTP response headers.
Evidence: HTTP Strict Transport Security
- 2
Absence of X-Frame-OptionsMedium
Why it matters: Missing X-Frame-Options allows clickjacking by enabling your pages to be framed by malicious sites.
Fix: Add `X-Frame-Options: DENY` to your HTTP headers to prevent framing.
Evidence: Clickjacking protection
- 3
Lack of Referrer PolicyLow
Why it matters: Without a Referrer Policy, sensitive page addresses could be exposed when users navigate to external sites.
Fix: Set `Referrer-Policy: no-referrer` in your HTTP response headers to minimize data leakage.
Evidence: Referrer policy
- 4
Third-Party Scripts Lack Subresource IntegrityLow
Why it matters: Using scripts from external domains without Subresource Integrity can lead to compromised content.
Fix: Consider implementing a Content-Security-Policy to restrict script sources or investigate SRI for third-party scripts.
Evidence: Third-party scripts
- 5
Missing Permissions PolicyInfo
Why it matters: A Permissions Policy helps limit browser features, reducing the chances of malicious script actions.
Fix: Implement `Permissions-Policy: geolocation=(), microphone=(), camera=()` to strengthen security.
Evidence: Permissions policy
- 6
Sensitive Paths in robots.txtInfo
Why it matters: Your robots.txt disallows access to /wp-admin/, which could reveal sensitive paths to potential attackers.
Fix: Consider implementing real access control for sensitive paths instead of relying on robots.txt.
Evidence: Sensitive paths in robots.txt
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.beautyrewind.ca/ → no strict-transport-security
- https://www.beautyrewind.ca/about/patient-financing/ → no strict-transport-security
- https://www.beautyrewind.ca/our-services/skincare/ → no strict-transport-security
- https://www.beautyrewind.ca/product-tag/skinmedica/ → no strict-transport-security
- https://www.beautyrewind.ca/product-tag/vivier/ → no strict-transport-security
- https://www.beautyrewind.ca/product-tag/zo-skin-health/ → no strict-transport-security
- https://www.beautyrewind.ca/our-services/for-the-face/ → no strict-transport-security
- https://www.beautyrewind.ca/our-services/for-the-face/under-eye-fillers/ → no strict-transport-security
- https://www.beautyrewind.ca/our-services/for-the-face/cosmetic-injectable-fillers/ → no strict-transport-security
- https://www.beautyrewind.ca/our-services/for-the-face/dermal-fillers-edmonton/ → no strict-transport-security
- https://www.beautyrewind.ca/our-services/for-the-face/lip-fillers-edmonton/ → no strict-transport-security
- https://www.beautyrewind.ca/our-services/for-the-face/lash-enhancement-treatment/ → no strict-transport-security
- FoundClickjacking protectionMedium
2 of 151 HTML pages send 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.beautyrewind.ca/ → no x-frame-options
- https://www.beautyrewind.ca/about/patient-financing/ → no x-frame-options
- https://www.beautyrewind.ca/our-services/skincare/ → no x-frame-options
- https://www.beautyrewind.ca/product-tag/skinmedica/ → no x-frame-options
- https://www.beautyrewind.ca/product-tag/vivier/ → no x-frame-options
- https://www.beautyrewind.ca/product-tag/zo-skin-health/ → no x-frame-options
- https://www.beautyrewind.ca/our-services/for-the-face/ → no x-frame-options
- https://www.beautyrewind.ca/our-services/for-the-face/under-eye-fillers/ → no x-frame-options
- https://www.beautyrewind.ca/our-services/for-the-face/cosmetic-injectable-fillers/ → no x-frame-options
- https://www.beautyrewind.ca/our-services/for-the-face/dermal-fillers-edmonton/ → no x-frame-options
- https://www.beautyrewind.ca/our-services/for-the-face/lip-fillers-edmonton/ → no x-frame-options
- https://www.beautyrewind.ca/our-services/for-the-face/lash-enhancement-treatment/ → 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.beautyrewind.ca/ → no referrer-policy
- https://www.beautyrewind.ca/about/patient-financing/ → no referrer-policy
- https://www.beautyrewind.ca/our-services/skincare/ → no referrer-policy
- https://www.beautyrewind.ca/product-tag/skinmedica/ → no referrer-policy
- https://www.beautyrewind.ca/product-tag/vivier/ → no referrer-policy
- https://www.beautyrewind.ca/product-tag/zo-skin-health/ → no referrer-policy
- https://www.beautyrewind.ca/our-services/for-the-face/ → no referrer-policy
- https://www.beautyrewind.ca/our-services/for-the-face/under-eye-fillers/ → no referrer-policy
- https://www.beautyrewind.ca/our-services/for-the-face/cosmetic-injectable-fillers/ → no referrer-policy
- https://www.beautyrewind.ca/our-services/for-the-face/dermal-fillers-edmonton/ → no referrer-policy
- https://www.beautyrewind.ca/our-services/for-the-face/lip-fillers-edmonton/ → no referrer-policy
- https://www.beautyrewind.ca/our-services/for-the-face/lash-enhancement-treatment/ → 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.beautyrewind.ca/ → no permissions-policy
- https://www.beautyrewind.ca/about/patient-financing/ → no permissions-policy
- https://www.beautyrewind.ca/our-services/skincare/ → no permissions-policy
- https://www.beautyrewind.ca/product-tag/skinmedica/ → no permissions-policy
- https://www.beautyrewind.ca/product-tag/vivier/ → no permissions-policy
- https://www.beautyrewind.ca/product-tag/zo-skin-health/ → no permissions-policy
- https://www.beautyrewind.ca/our-services/for-the-face/ → no permissions-policy
- https://www.beautyrewind.ca/our-services/for-the-face/under-eye-fillers/ → no permissions-policy
- https://www.beautyrewind.ca/our-services/for-the-face/cosmetic-injectable-fillers/ → no permissions-policy
- https://www.beautyrewind.ca/our-services/for-the-face/dermal-fillers-edmonton/ → no permissions-policy
- https://www.beautyrewind.ca/our-services/for-the-face/lip-fillers-edmonton/ → no permissions-policy
- https://www.beautyrewind.ca/our-services/for-the-face/lash-enhancement-treatment/ → no permissions-policy
- NoteThird-party scripts
Scripts run from 1 other domain 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.)
- static.klaviyo.com (40 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/
9 checks passed, 1 not applicable
- OKHTTPS
All 151 crawled pages were served over HTTPS.
- OKContent Security Policy
A Content-Security-Policy is set on 2 of 151 pages.
- OKMIME sniffing protection
x-content-type-options is set on all 151 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.
- 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.
- Not applicableForms over HTTPS
No forms were found on the sampled pages.
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.beautyrewind.ca
Their neighbours in the SEO rank table, which orders every scanned site by health score.
- cleanline.ca85/100 · rank 342 · 335 pages
- hair2dye4.ca85/100 · rank 342 · 41 pages
- fungwee.fusenv.com85/100 · rank 342 · 34 pages
- www.heritageparkdental.ca84/100 · rank 386 · 96 pages
- www.dentistsatnorthgate.ca84/100 · rank 386 · 123 pages
- www.lakewooddentalclinic.com84/100 · rank 386 · 99 pages
This report was produced by the DIY SEO Hub Site Spider crawling www.beautyrewind.ca from its pages as published, the way a search engine does. It shows summary figures only.
Own www.beautyrewind.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.beautyrewind.ca. Removal needs no account and no proof of purchase.