Scanned sites / www.avenuedentalcares.com / 2026-09-27-0053
www.avenuedentalcares.com scan from 9/27/2026, 12:53:05 AM
A newer scan exists. See the latest report for www.avenuedentalcares.com.
Scan 2026-09-27-0053
Scanned 9/27/2026, 12:53:05 AM, finished 9/27/2026, 3:19:54 PM. Found with openstreetmap overpass
Site: https://www.avenuedentalcares.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 89 pages and 168 assets of www.avenuedentalcares.com, starting from https://www.avenuedentalcares.com/. It scored 87 out of 100, a good result. 11 of 16 checks found something to fix, led by heavy assets (6), meta descriptions (34), title tags (22); 4 checks passed. Most of the points went to heavy assets (−3.6), meta descriptions (−3.2), title tags (−2.6). 1 check 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: Medium4 medium, 2 low and 1 info findings. See the security findings ↓
- Pages crawled
- 89
- Assets fetched
- 168
- Status
- Completed
- Checks with issues
- 11 of 16
257 of 257 discovered URLs were fetched. The crawl reached everything it found. HTML only: nothing here ran JavaScript. 26 link destinations on other sites were checked.
- Title tags22 issues22 of 86 pages have title issues.−2.6 points
- Meta descriptions34 issues34 of 86 pages have meta description issues.−3.2 points
- HeadingsOK0 of 86 pages have heading issues.
- Broken links2 issues2 internal links point at 2 broken URLs.−0.5 points
- Links to other sites3 issues3 destinations answered with an error, 5 could not be determined (timeouts, rate limits or refusals), of 26 destinations checked.−1.2 points
- Redirects1 issue2 redirecting URLs, 0 of them chained.
- Non-200 responses2 issues8 URLs did not return a 2xx response. 3 of them are pages, 2 with an error status; the rest are assets or redirects.−0.2 points
- Rate limitedOKThe site did not rate limit the crawler.
- IndexabilityOK0 of 86 indexable pages have indexability warnings.
- Image alt textOK0 of 329 image references have no alt attribute. 144 use an empty alt (decorative), which is fine.
- Heavy assets6 issues6 assets larger than 500 KB among 168 fetched assets.−3.6 points
- Orphan pages22 issues22 pages have no internal links pointing at them.−1 points
- Sitemap coverage22 issues9 sitemaps listing 86 URLs: 0 crawled pages missing, 0 listed URLs broken or redirecting, 22 reachable only via the sitemap.−1.5 points
- Internal link countsOKInternal link counts for 86 pages.
- Thin content4 issues4 of 86 pages have fewer than 200 words.−0.4 points
- Duplicate content2 issues1 group of pages with identical HTML.−0.2 points
Where this scan sits among all scanned sites
1315 sites, median 80%, average 79%
www.avenuedentalcares.com scores 87%, higher than 78% 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 site has some broken links, redirect issues, and problems with titles, meta descriptions, and orphan pages. Fixing these will improve user experience and SEO rankings.
- 1
Fix Broken Links
Why: Broken links lead to poor user experience and can hurt SEO.
How: Update or remove internal links that point to broken URLs.
Checks: broken-links
- 2
Address Redirects
Why: Redirects can slow down site performance and confuse users.
How: Correct the destination of URLs that currently redirect to another URL unnecessarily.
Checks: redirects
- 3
Improve Title Tags
Why: Titles are crucial for SEO; issues can lead to low rankings.
How: Revise the 22 pages with title issues to ensure they are unique and within character limits.
Checks: titles
- 4
Enhance Meta Descriptions
Why: Missing meta descriptions can decrease click-through rates.
How: Create unique meta descriptions for the 34 pages that lack them.
Checks: meta-descriptions
- 5
Link Orphan Pages Internally
Why: Orphan pages are harder for users to find and may not rank well.
How: Add internal links to the 22 orphan pages from relevant content.
Checks: orphan-pages
- 6
Compress Heavy Assets
Why: Heavy assets can slow down loading times, affecting user experience.
How: Shrink heavy assets over 500 KB or move them off-page.
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 website lacks several important security headers that protect user data and improve security against attacks. Immediate implementation of HTTP Strict Transport Security (HSTS), Content Security Policy (CSP), and Clickjacking protection is essential. Additionally, a Google API key is exposed and should be secured. Overall, enhancing these elements will significantly strengthen your site’s security posture.
- 0 high
- 4 medium
- 2 low
- 1 info
- 1
Missing HTTP Strict Transport Security (HSTS)Medium
Why it matters: Without HSTS, users can be intercepted on their first request when typing the address without HTTPS.
Fix: Add the header: `Strict-Transport-Security: max-age=31536000; includeSubDomains` to all responses.
Evidence: HTTP Strict Transport Security
- 2
Missing Content Security Policy (CSP)Medium
Why it matters: A missing CSP allows unrestricted loading of scripts, potentially exposing users to attacks.
Fix: Add the header: `Content-Security-Policy: default-src 'self';` to all pages.
Evidence: Content Security Policy
- 3
Missing Clickjacking ProtectionMedium
Why it matters: Without X-Frame-Options, pages can be embedded in a frame on malicious sites.
Fix: Add the header: `X-Frame-Options: DENY` to all pages.
Evidence: Clickjacking protection
- 4
Exposed Google API KeyMedium
Why it matters: Exposing API keys can lead to unauthorized use of services and quota exhaustion.
Fix: Restrict this key in the Google Cloud console by setting authorized HTTP referrers.
Evidence: Keys and secrets in page code
- 5
Missing MIME Sniffing ProtectionLow
Why it matters: Without X-Content-Type-Options, browsers may execute files as scripts based on content.
Fix: Add the header: `X-Content-Type-Options: nosniff` to all responses.
Evidence: MIME sniffing protection
- 6
Missing Referrer PolicyLow
Why it matters: Without a Referrer Policy, sensitive URL information may be leaked to other sites.
Fix: Add the header: `Referrer-Policy: no-referrer` to all responses.
Evidence: Referrer policy
- 7
Missing Permissions PolicyInfo
Why it matters: Not setting a Permissions-Policy may allow unnecessary features for injected scripts.
Fix: Add the header: `Permissions-Policy: geolocation=(), microphone=(), camera=()` to increase security.
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.avenuedentalcares.com/ → no strict-transport-security
- https://www.avenuedentalcares.com/spokane-valley-wa/ → no strict-transport-security
- https://www.avenuedentalcares.com/spokane-wa/ → no strict-transport-security
- https://www.avenuedentalcares.com/terms-conditions/ → no strict-transport-security
- https://www.avenuedentalcares.com/privacy-policy-2026/ → no strict-transport-security
- https://www.avenuedentalcares.com/accessibility-commitment/ → no strict-transport-security
- https://www.avenuedentalcares.com/privacy-policy/ → no strict-transport-security
- https://www.avenuedentalcares.com/spokane-valley-wa/new-patients/special-offers/ → no strict-transport-security
- https://www.avenuedentalcares.com/spokane-valley-wa/about-us/ → no strict-transport-security
- https://www.avenuedentalcares.com/spokane-valley-wa/about-us/meet-our-doctors/ → no strict-transport-security
- https://www.avenuedentalcares.com/spokane-valley-wa/about-us/meet-the-team/ → no strict-transport-security
- https://www.avenuedentalcares.com/spokane-valley-wa/about-us/office-gallery/ → no strict-transport-security
- FoundContent Security PolicyMedium
None of the 86 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.avenuedentalcares.com/ → no content-security-policy
- https://www.avenuedentalcares.com/spokane-valley-wa/ → no content-security-policy
- https://www.avenuedentalcares.com/spokane-wa/ → no content-security-policy
- https://www.avenuedentalcares.com/terms-conditions/ → no content-security-policy
- https://www.avenuedentalcares.com/privacy-policy-2026/ → no content-security-policy
- https://www.avenuedentalcares.com/accessibility-commitment/ → no content-security-policy
- https://www.avenuedentalcares.com/privacy-policy/ → no content-security-policy
- https://www.avenuedentalcares.com/spokane-valley-wa/new-patients/special-offers/ → no content-security-policy
- https://www.avenuedentalcares.com/spokane-valley-wa/about-us/ → no content-security-policy
- https://www.avenuedentalcares.com/spokane-valley-wa/about-us/meet-our-doctors/ → no content-security-policy
- https://www.avenuedentalcares.com/spokane-valley-wa/about-us/meet-the-team/ → no content-security-policy
- https://www.avenuedentalcares.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.avenuedentalcares.com/ → no x-frame-options
- https://www.avenuedentalcares.com/spokane-valley-wa/ → no x-frame-options
- https://www.avenuedentalcares.com/spokane-wa/ → no x-frame-options
- https://www.avenuedentalcares.com/terms-conditions/ → no x-frame-options
- https://www.avenuedentalcares.com/privacy-policy-2026/ → no x-frame-options
- https://www.avenuedentalcares.com/accessibility-commitment/ → no x-frame-options
- https://www.avenuedentalcares.com/privacy-policy/ → no x-frame-options
- https://www.avenuedentalcares.com/spokane-valley-wa/new-patients/special-offers/ → no x-frame-options
- https://www.avenuedentalcares.com/spokane-valley-wa/about-us/ → no x-frame-options
- https://www.avenuedentalcares.com/spokane-valley-wa/about-us/meet-our-doctors/ → no x-frame-options
- https://www.avenuedentalcares.com/spokane-valley-wa/about-us/meet-the-team/ → no x-frame-options
- https://www.avenuedentalcares.com/spokane-valley-wa/about-us/office-gallery/ → 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.avenuedentalcares.com/ → no x-content-type-options
- https://www.avenuedentalcares.com/spokane-valley-wa/ → no x-content-type-options
- https://www.avenuedentalcares.com/spokane-wa/ → no x-content-type-options
- https://www.avenuedentalcares.com/terms-conditions/ → no x-content-type-options
- https://www.avenuedentalcares.com/privacy-policy-2026/ → no x-content-type-options
- https://www.avenuedentalcares.com/accessibility-commitment/ → no x-content-type-options
- https://www.avenuedentalcares.com/privacy-policy/ → no x-content-type-options
- https://www.avenuedentalcares.com/spokane-valley-wa/new-patients/special-offers/ → no x-content-type-options
- https://www.avenuedentalcares.com/spokane-valley-wa/about-us/ → no x-content-type-options
- https://www.avenuedentalcares.com/spokane-valley-wa/about-us/meet-our-doctors/ → no x-content-type-options
- https://www.avenuedentalcares.com/spokane-valley-wa/about-us/meet-the-team/ → no x-content-type-options
- https://www.avenuedentalcares.com/spokane-valley-wa/about-us/office-gallery/ → 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.avenuedentalcares.com/ → no referrer-policy
- https://www.avenuedentalcares.com/spokane-valley-wa/ → no referrer-policy
- https://www.avenuedentalcares.com/spokane-wa/ → no referrer-policy
- https://www.avenuedentalcares.com/terms-conditions/ → no referrer-policy
- https://www.avenuedentalcares.com/privacy-policy-2026/ → no referrer-policy
- https://www.avenuedentalcares.com/accessibility-commitment/ → no referrer-policy
- https://www.avenuedentalcares.com/privacy-policy/ → no referrer-policy
- https://www.avenuedentalcares.com/spokane-valley-wa/new-patients/special-offers/ → no referrer-policy
- https://www.avenuedentalcares.com/spokane-valley-wa/about-us/ → no referrer-policy
- https://www.avenuedentalcares.com/spokane-valley-wa/about-us/meet-our-doctors/ → no referrer-policy
- https://www.avenuedentalcares.com/spokane-valley-wa/about-us/meet-the-team/ → no referrer-policy
- https://www.avenuedentalcares.com/spokane-valley-wa/about-us/office-gallery/ → 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.avenuedentalcares.com/ → no permissions-policy
- https://www.avenuedentalcares.com/spokane-valley-wa/ → no permissions-policy
- https://www.avenuedentalcares.com/spokane-wa/ → no permissions-policy
- https://www.avenuedentalcares.com/terms-conditions/ → no permissions-policy
- https://www.avenuedentalcares.com/privacy-policy-2026/ → no permissions-policy
- https://www.avenuedentalcares.com/accessibility-commitment/ → no permissions-policy
- https://www.avenuedentalcares.com/privacy-policy/ → no permissions-policy
- https://www.avenuedentalcares.com/spokane-valley-wa/new-patients/special-offers/ → no permissions-policy
- https://www.avenuedentalcares.com/spokane-valley-wa/about-us/ → no permissions-policy
- https://www.avenuedentalcares.com/spokane-valley-wa/about-us/meet-our-doctors/ → no permissions-policy
- https://www.avenuedentalcares.com/spokane-valley-wa/about-us/meet-the-team/ → no permissions-policy
- https://www.avenuedentalcares.com/spokane-valley-wa/about-us/office-gallery/ → no permissions-policy
- FoundKeys and secrets in page codeMedium
1 credential-like value found in code served to every visitor: Google API key.
- Google API key AIzaSy…7s (39 chars) in https://www.avenuedentalcares.com/: browser keys are expected in pages, but must be restricted by HTTP referrer and API in the Google Cloud console
- NoteSoftware version disclosure
Responses name the framework in an X-Powered-By header but hide the version.
- server: cloudflare (257 responses)
- x-powered-by: WP Engine (104 responses)
- NoteThird-party scripts
Scripts run from 2 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.)
- cdn.userway.org (40 script tags)
- fd.cleantalk.org (1 script tag)
7 checks passed
- OKHTTPS
All 86 crawled pages were served over HTTPS.
- 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
41 forms found, all on HTTPS pages posting to HTTPS addresses.
- OKVulnerable JavaScript libraries
1 library version 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.
- OKSensitive paths in robots.txt
robots.txt does not point at admin, backup or private paths.
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.avenuedentalcares.com
Their neighbours in the SEO rank table, which orders every scanned site by health score.
- scottsplumbing.us88/100 · rank 198 · 177 pages
- aigarden.tech88/100 · rank 198 · 9 pages
- dayleveling.com88/100 · rank 198 · 4 pages
- www.fratecuracao.com87/100 · rank 247 · 24 pages
- www.solidgreenga.com87/100 · rank 247 · 95 pages
- www.palabrothers.com87/100 · rank 247 · 39 pages
This report was produced by the DIY SEO Hub Site Spider crawling www.avenuedentalcares.com from its pages as published, the way a search engine does. It shows summary figures only.
Own www.avenuedentalcares.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.avenuedentalcares.com. Removal needs no account and no proof of purchase.