Scanned sites / www.smilesourcespokane.com / 2026-09-27-2113
www.smilesourcespokane.com scan from 9/27/2026, 9:13:51 PM
Scan 2026-09-27-2113
Scanned 9/27/2026, 9:13:51 PM, finished 9/27/2026, 9:27:18 PM. Found with openstreetmap overpass
Site: https://www.smilesourcespokane.com/
Download SQLite databaseEvery page and asset from this scan, with the crawl events, in one file.
On September 27, 2026 the Site Spider crawled 261 pages and 699 assets of www.smilesourcespokane.com, starting from https://www.smilesourcespokane.com/. It scored 78 out of 100, a good result. 10 of 16 checks found something to fix, led by meta descriptions (120), heavy assets (24), redirects (232); 4 checks passed. Most of the points went to meta descriptions (−7.4), heavy assets (−6), redirects (−4). 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: Medium5 medium and 1 info findings. See the security findings ↓
- Pages crawled
- 261
- Assets fetched
- 699
- Status
- Completed
- Checks with issues
- 10 of 16
960 of 1,018 discovered URLs were fetched, 58 blocked by robots.txt. The crawl reached everything it found. HTML only: nothing here ran JavaScript. 52 link destinations on other sites were checked.
- Title tags25 issues25 of 126 pages have title issues. 3 noindex or canonicalized pages excluded.−1.9 points
- Meta descriptions120 issues120 of 126 pages have meta description issues. 3 noindex or canonicalized pages excluded.−7.4 points
- Headings6 issues6 of 126 pages have heading issues. 3 noindex or canonicalized pages excluded.−0.3 points
- Broken linksOK0 internal links point at 0 broken URLs.
- Links to other sites1 issue1 destination answered with an error, 14 could not be determined (timeouts, rate limits or refusals), of 52 destinations checked.−0.3 points
- Redirects232 issues137 redirecting URLs, 103 of them chained.−4 points
- Non-200 responses137 noted137 URLs did not return a 2xx response. 132 of them are pages, 0 with an error status; the rest are assets or redirects.
- Rate limitedOKThe site did not rate limit the crawler.
- IndexabilityOK0 of 126 indexable pages have indexability warnings. 3 pages noindex by design.
- Image alt text83 issues83 of 1199 image references have no alt attribute. 989 use an empty alt (decorative), which is fine.−0.4 points
- Heavy assets24 issues24 assets larger than 500 KB among 699 fetched assets.−6 points
- Orphan pages25 issues25 pages have no internal links pointing at them.−0.8 points
- Sitemap coverage25 issues15 sitemaps listing 126 URLs: 0 crawled pages missing, 0 listed URLs broken or redirecting, 25 reachable only via the sitemap.−1.2 points
- Internal link countsOKInternal link counts for 129 pages.
- Thin content5 issues5 of 126 pages have fewer than 200 words. 3 noindex or canonicalized pages excluded.−0.3 points
- Duplicate contentOK0 groups of pages with identical HTML.
Where this scan sits among all scanned sites
1315 sites, median 80%, average 79%
www.smilesourcespokane.com scores 78%, higher than 38% 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 findingsYour site's SEO health is good, but there are some key areas needing improvement. Focus on resolving redirects, updating titles and meta descriptions, and addressing header issues for stronger performance.
- 1
Fix Redirects
Why: Chained redirects can harm page load speed and search rankings.
How: Identify and simplify redirects to eliminate chains by directly linking URLs. Use a tool or server configuration.
Checks: redirects
- 2
Add Meta Descriptions
Why: Missing meta descriptions can lead to lower click-through rates from search results.
How: Craft unique meta descriptions for all pages and apply them through your CMS.
Checks: meta-descriptions
- 3
Update Title Tags
Why: Titles that are too short or long can affect visibility and ranking.
How: Revise title tags to be unique and optimized, aiming for 50-60 characters.
Checks: titles
- 4
Add Missing H1 Tags
Why: Each page should have a clear main topic represented by an H1 tag for SEO clarity.
How: Insert H1 tags relevant to each page's content.
Checks: headings
- 5
Address Orphan Pages
Why: Pages without internal links miss out on potential traffic and indexing.
How: Link orphan pages from other relevant pages to improve their visibility.
Checks: orphan-pages
- 6
Optimize Heavy Assets
Why: Large asset sizes can slow down page loading speed, affecting user experience.
How: Reduce file sizes of heavy assets and consider removing unnecessary ones.
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 site has several security shortcomings that could expose users to risk. Key issues include a lack of HTTP Strict Transport Security and Content Security Policies, which are critical for securing web applications. Updates to libraries and header configurations are recommended to enhance security.
- 0 high
- 5 medium
- 0 low
- 1 info
- 1
Missing HTTP Strict Transport Security (HSTS)Medium
Why it matters: The absence of HSTS exposes users to man-in-the-middle attacks when accessing the site 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 untrusted sources to load scripts and other resources, increasing XSS risks.
Fix: Implement a CSP header, e.g., Content-Security-Policy: default-src 'self'; script-src 'self' https://trusted-source.com.
Evidence: Content Security Policy
- 3
Missing Clickjacking ProtectionMedium
Why it matters: No X-Frame-Options allows clickjacking attacks where the site can be embedded in a malicious frame.
Fix: Add the header: X-Frame-Options: DENY or Content-Security-Policy: frame-ancestors 'none'.
Evidence: Clickjacking protection
- 4
Vulnerable JavaScript LibrariesMedium
Why it matters: The use of jQuery 3.3.1 contains known vulnerabilities that may be exploited.
Fix: Upgrade jQuery to version 3.5.0 or later.
Evidence: Vulnerable JavaScript libraries
- 5
Leaked Google API KeyMedium
Why it matters: Exposing the Google API key can allow unauthorized use of services associated with it.
Fix: Restrict API key usage in the Google Cloud console to specific referrers.
Evidence: Keys and secrets in page code
- 6
Missing Permissions PolicyInfo
Why it matters: Without a Permissions Policy, unauthorized access to sensitive browser features could occur.
Fix: Add the header: Permissions-Policy: geolocation=(), microphone=() (adjust based on actual site needs).
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.smilesourcespokane.com/ → no strict-transport-security
- https://www.smilesourcespokane.com/dental-implants/ → no strict-transport-security
- https://www.smilesourcespokane.com/spokane-valley-wa/ → no strict-transport-security
- https://www.smilesourcespokane.com/north-side-wa/ → no strict-transport-security
- https://www.smilesourcespokane.com/south-hill-wa/ → no strict-transport-security
- https://www.smilesourcespokane.com/spokane-valley-wa/about-us/meet-our-doctors/ → no strict-transport-security
- https://www.smilesourcespokane.com/terms-conditions/ → no strict-transport-security
- https://www.smilesourcespokane.com/privacy-policy/ → no strict-transport-security
- https://www.smilesourcespokane.com/accessibility-commitment/ → no strict-transport-security
- https://www.smilesourcespokane.com/spokane-valley-wa/about-us/ → no strict-transport-security
- https://www.smilesourcespokane.com/spokane-valley-wa/about-us/our-technologies/ → no strict-transport-security
- https://www.smilesourcespokane.com/spokane-valley-wa/about-us/office-gallery/ → no strict-transport-security
- FoundContent Security PolicyMedium
None of the 129 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.smilesourcespokane.com/ → no content-security-policy
- https://www.smilesourcespokane.com/dental-implants/ → no content-security-policy
- https://www.smilesourcespokane.com/spokane-valley-wa/ → no content-security-policy
- https://www.smilesourcespokane.com/north-side-wa/ → no content-security-policy
- https://www.smilesourcespokane.com/south-hill-wa/ → no content-security-policy
- https://www.smilesourcespokane.com/spokane-valley-wa/about-us/meet-our-doctors/ → no content-security-policy
- https://www.smilesourcespokane.com/terms-conditions/ → no content-security-policy
- https://www.smilesourcespokane.com/privacy-policy/ → no content-security-policy
- https://www.smilesourcespokane.com/accessibility-commitment/ → no content-security-policy
- https://www.smilesourcespokane.com/spokane-valley-wa/about-us/ → no content-security-policy
- https://www.smilesourcespokane.com/spokane-valley-wa/about-us/our-technologies/ → no content-security-policy
- https://www.smilesourcespokane.com/spokane-valley-wa/about-us/office-gallery/ → 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.smilesourcespokane.com/ → no x-frame-options
- https://www.smilesourcespokane.com/dental-implants/ → no x-frame-options
- https://www.smilesourcespokane.com/spokane-valley-wa/ → no x-frame-options
- https://www.smilesourcespokane.com/north-side-wa/ → no x-frame-options
- https://www.smilesourcespokane.com/south-hill-wa/ → no x-frame-options
- https://www.smilesourcespokane.com/spokane-valley-wa/about-us/meet-our-doctors/ → no x-frame-options
- https://www.smilesourcespokane.com/terms-conditions/ → no x-frame-options
- https://www.smilesourcespokane.com/privacy-policy/ → no x-frame-options
- https://www.smilesourcespokane.com/accessibility-commitment/ → no x-frame-options
- https://www.smilesourcespokane.com/spokane-valley-wa/about-us/ → no x-frame-options
- https://www.smilesourcespokane.com/spokane-valley-wa/about-us/our-technologies/ → no x-frame-options
- https://www.smilesourcespokane.com/spokane-valley-wa/about-us/office-gallery/ → no x-frame-options
- 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.smilesourcespokane.com/ → no permissions-policy
- https://www.smilesourcespokane.com/dental-implants/ → no permissions-policy
- https://www.smilesourcespokane.com/spokane-valley-wa/ → no permissions-policy
- https://www.smilesourcespokane.com/north-side-wa/ → no permissions-policy
- https://www.smilesourcespokane.com/south-hill-wa/ → no permissions-policy
- https://www.smilesourcespokane.com/spokane-valley-wa/about-us/meet-our-doctors/ → no permissions-policy
- https://www.smilesourcespokane.com/terms-conditions/ → no permissions-policy
- https://www.smilesourcespokane.com/privacy-policy/ → no permissions-policy
- https://www.smilesourcespokane.com/accessibility-commitment/ → no permissions-policy
- https://www.smilesourcespokane.com/spokane-valley-wa/about-us/ → no permissions-policy
- https://www.smilesourcespokane.com/spokane-valley-wa/about-us/our-technologies/ → no permissions-policy
- https://www.smilesourcespokane.com/spokane-valley-wa/about-us/office-gallery/ → 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: Flywheel/5.1.0 (960 responses)
- FoundVulnerable JavaScript librariesMedium
1 library with published vulnerabilities: jQuery 3.3.1. Whether they are exploitable depends on how the site uses them, but each has a fixed release.
- jQuery 3.3.1 in https://code.jquery.com/jquery-3.3.1.min.js: CVE-2019-11358 (prototype pollution), CVE-2020-11022, CVE-2020-11023 (XSS via HTML passed to DOM methods); fixed in 3.5.0
- FoundKeys and secrets in page codeMedium
1 credential-like value found in code served to every visitor: Google API key.
- Google API key AIzaSy…sA (39 chars) in https://www.smilesourcespokane.com/: 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 6 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.)
- code.jquery.com (40 script tags)
- www.googletagmanager.com (80 script tags)
- cdnjs.cloudflare.com (80 script tags)
- cdn.jsdelivr.net (45 script tags)
- cdn.userway.org (40 script tags)
- cdn.trustindex.io (1 script tag)
6 checks passed, 2 not applicable
- OKHTTPS
All 129 crawled pages were served over HTTPS.
- OKMIME sniffing protection
x-content-type-options is set on all 129 HTML pages.
- OKReferrer policy
referrer-policy is set on all 129 HTML pages.
- OKMixed content
No HTTPS page loads a script, stylesheet, font or image over plain HTTP.
- OKExposed files and listings
None of the crawled URLs is a configuration file, backup, dump, repository folder or directory listing.
- OKSensitive paths in robots.txt
robots.txt does not point at admin, backup or private paths.
- Not applicableCookie flags
The crawl set no cookies, so there are no cookie flags to check.
- 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.smilesourcespokane.com
Their neighbours in the SEO rank table, which orders every scanned site by health score.
- cougarmechanical.com79/100 · rank 713 · 152 pages
- franklinphotographywa.com79/100 · rank 713 · 21 pages
- www.furnasmanright-time.ca78/100 · rank 758 · 861 pages
- longrowlavender.com78/100 · rank 758 · 288 pages
- www.advancedhealthphysio.com78/100 · rank 758 · 76 pages
- www.eitherorpdx.com78/100 · rank 758 · 14 pages
This report was produced by the DIY SEO Hub Site Spider crawling www.smilesourcespokane.com from its pages as published, the way a search engine does. It shows summary figures only.
Own www.smilesourcespokane.com?
- 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.smilesourcespokane.com. Removal needs no account and no proof of purchase.