Scanned sites / www.tendingtoes.com / 2026-09-26-1902
www.tendingtoes.com scan from 9/26/2026, 7:02:06 PM
Scan 2026-09-26-1902
Scanned 9/26/2026, 7:02:06 PM, finished 9/26/2026, 7:13:42 PM. Found with openstreetmap overpass
Site: https://www.tendingtoes.com/
Download SQLite databaseEvery page and asset from this scan, with the crawl events, in one file.
On September 26, 2026 the Site Spider crawled 23 pages and 213 assets of www.tendingtoes.com, starting from https://www.tendingtoes.com/. It scored 79 out of 100, a good result. 10 of 15 checks found something to fix, led by meta descriptions (21), title tags (13), heavy assets (3); 3 checks passed. Most of the points went to meta descriptions (−7.6), title tags (−5.9), heavy assets (−1.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: Medium4 medium, 3 low and 2 info findings. See the security findings ↓
- Pages crawled
- 23
- Assets fetched
- 213
- Status
- Completed
- Checks with issues
- 10 of 15
236 of 239 discovered URLs were fetched, 3 blocked by robots.txt. The crawl reached everything it found. HTML only: nothing here ran JavaScript, and links to other sites were recorded but not fetched.
- Title tags13 issues13 of 22 pages have title issues.−5.9 points
- Meta descriptions21 issues21 of 22 pages have meta description issues.−7.6 points
- Headings6 issues6 of 22 pages have heading issues.−1.6 points
- Broken linksOK0 internal links point at 0 broken URLs.
- Redirects1 issue1 redirecting URL, 0 of them chained.−0.2 points
- Non-200 responses1 noted1 URL did not return a 2xx response. 1 of them is a page, 0 with an error status; the rest are assets or redirects.
- Rate limitedOKThe site did not rate limit the crawler.
- Indexability2 issues2 of 22 indexable pages have indexability warnings.−0.9 points
- Image alt text7 issues7 of 122 image references have no alt attribute. 15 use an empty alt (decorative), which is fine.−0.3 points
- Heavy assets3 issues3 assets larger than 500 KB among 213 fetched assets.−1.8 points
- Orphan pages2 issues2 pages have no internal links pointing at them.−0.4 points
- Sitemap coverage6 issues5 sitemaps listing 20 URLs: 2 crawled pages missing, 0 listed URLs broken or redirecting, 4 reachable only via the sitemap.−1.6 points
- Internal link countsOKInternal link counts for 22 pages.
- Thin content1 issue1 of 22 pages have fewer than 200 words.−0.4 points
- Duplicate contentOK0 groups of pages with identical HTML.
Where this scan sits among all scanned sites
1293 sites, median 80%, average 79%
www.tendingtoes.com scores 79%, higher than 42% of the 1293 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 several areas for improvement, especially regarding meta descriptions, title tags, and heading structures. Addressing these can enhance SEO performance significantly.
- 1
Fix Title Tags
Why: 13 pages have title issues that could lower relevancy in search rankings.
How: Add descriptive title tags to the pages lacking them or improve the short ones to at least 30 characters.
Checks: titles
- 2
Improve Meta Descriptions
Why: 21 pages with meta description issues may affect click-through rates.
How: Write unique, engaging meta descriptions for the pages, ensuring they are within 160 characters.
Checks: meta-descriptions
- 3
Resolve Redirects
Why: There's a redirecting URL that may affect user experience.
How: Update the link to go directly to the final URL without redirecting.
Checks: redirects
- 4
Fix Heading Structure
Why: Multiple H1s on 6 pages can confuse search engines about the topic.
How: Ensure each page has a single H1 and appropriate H2s for subheadings.
Checks: headings
- 5
Add Alt Text for Images
Why: 7 images lack alt attributes, which can impact accessibility and SEO.
How: Add descriptive alt text for the images that are missing it.
Checks: images-alt
- 6
Link Orphan Pages
Why: 2 orphan pages have no internal links, limiting their visibility.
How: Add internal links from relevant pages to the orphan pages to improve linking.
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 www.tendingtoes.com has several security issues that must be addressed, including missing critical headers for content security and clickjacking protection, lack of HTTP Strict Transport Security, and a leaked Google API key. These vulnerabilities can expose users to risks and should be prioritized for resolution.
- 0 high
- 4 medium
- 3 low
- 2 info
- 1
Missing Strict Transport SecurityMedium
Why it matters: Without HSTS, visitors could be intercepted if they miss 'https://' when entering the site address.
Fix: Add the header: Strict-Transport-Security: max-age=63072000; includeSubDomains; preload
Evidence: HTTP Strict Transport Security
- 2
Lack of Content Security PolicyMedium
Why it matters: Absence of CSP allows scripts and resources from any location, increasing risk of attacks.
Fix: Implement a policy by adding: Content-Security-Policy: default-src 'self';
Evidence: Content Security Policy
- 3
No Clickjacking ProtectionMedium
Why it matters: Without X-Frame-Options, the site can be embedded into malicious frames, exposing users.
Fix: Add the header: X-Frame-Options: DENY
Evidence: Clickjacking protection
- 4
Leaked Google API KeyMedium
Why it matters: The exposed Google API key can lead to misuse if it’s not correctly restricted.
Fix: Restrict the API key usage in the Google Cloud console by referrer.
Evidence: Keys and secrets in page code
- 5
Missing MIME Sniffing ProtectionLow
Why it matters: Without this header, browsers may misinterpret content, risking scripting attacks.
Fix: Add the header: X-Content-Type-Options: nosniff
Evidence: MIME sniffing protection
- 6
No Referrer PolicyLow
Why it matters: Absence of a referrer policy leads to leaking of full URLs, including parameters, to other sites.
Fix: Add the header: Referrer-Policy: no-referrer
Evidence: Referrer policy
- 7
Third-Party Scripts Lack Subresource IntegrityLow
Why it matters: Running scripts from third-party domains without SRI increases risks if they are compromised.
Fix: Implement a Content-Security-Policy that includes trusted domains.
Evidence: Third-party scripts
- 8
Missing Permissions PolicyInfo
Why it matters: Without a permissions policy, browser features can be misused by injected scripts.
Fix: Add the header: Permissions-Policy: not-evaluated
Evidence: Permissions policy
- 9
Sensitive Paths Listed in robots.txtInfo
Why it matters: The robots.txt file discloses sensitive paths which could be exploited by attackers.
Fix: Remove sensitive paths from robots.txt or ensure they have proper access controls.
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.tendingtoes.com/ → no strict-transport-security
- https://www.tendingtoes.com/about/ → no strict-transport-security
- https://www.tendingtoes.com/staff/ → no strict-transport-security
- https://www.tendingtoes.com/virtual-tour/ → no strict-transport-security
- https://www.tendingtoes.com/medical-pedicures/ → no strict-transport-security
- https://www.tendingtoes.com/toenail-brace-system/ → no strict-transport-security
- https://www.tendingtoes.com/manicures/ → no strict-transport-security
- https://www.tendingtoes.com/traveling-services/ → no strict-transport-security
- https://www.tendingtoes.com/pricing/ → no strict-transport-security
- https://www.tendingtoes.com/testimonials/ → no strict-transport-security
- https://www.tendingtoes.com/faqs/ → no strict-transport-security
- https://www.tendingtoes.com/gallery/ → no strict-transport-security
- FoundContent Security PolicyMedium
None of the 22 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.tendingtoes.com/ → no content-security-policy
- https://www.tendingtoes.com/about/ → no content-security-policy
- https://www.tendingtoes.com/staff/ → no content-security-policy
- https://www.tendingtoes.com/virtual-tour/ → no content-security-policy
- https://www.tendingtoes.com/medical-pedicures/ → no content-security-policy
- https://www.tendingtoes.com/toenail-brace-system/ → no content-security-policy
- https://www.tendingtoes.com/manicures/ → no content-security-policy
- https://www.tendingtoes.com/traveling-services/ → no content-security-policy
- https://www.tendingtoes.com/pricing/ → no content-security-policy
- https://www.tendingtoes.com/testimonials/ → no content-security-policy
- https://www.tendingtoes.com/faqs/ → no content-security-policy
- https://www.tendingtoes.com/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.tendingtoes.com/ → no x-frame-options
- https://www.tendingtoes.com/about/ → no x-frame-options
- https://www.tendingtoes.com/staff/ → no x-frame-options
- https://www.tendingtoes.com/virtual-tour/ → no x-frame-options
- https://www.tendingtoes.com/medical-pedicures/ → no x-frame-options
- https://www.tendingtoes.com/toenail-brace-system/ → no x-frame-options
- https://www.tendingtoes.com/manicures/ → no x-frame-options
- https://www.tendingtoes.com/traveling-services/ → no x-frame-options
- https://www.tendingtoes.com/pricing/ → no x-frame-options
- https://www.tendingtoes.com/testimonials/ → no x-frame-options
- https://www.tendingtoes.com/faqs/ → no x-frame-options
- https://www.tendingtoes.com/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.tendingtoes.com/ → no x-content-type-options
- https://www.tendingtoes.com/about/ → no x-content-type-options
- https://www.tendingtoes.com/staff/ → no x-content-type-options
- https://www.tendingtoes.com/virtual-tour/ → no x-content-type-options
- https://www.tendingtoes.com/medical-pedicures/ → no x-content-type-options
- https://www.tendingtoes.com/toenail-brace-system/ → no x-content-type-options
- https://www.tendingtoes.com/manicures/ → no x-content-type-options
- https://www.tendingtoes.com/traveling-services/ → no x-content-type-options
- https://www.tendingtoes.com/pricing/ → no x-content-type-options
- https://www.tendingtoes.com/testimonials/ → no x-content-type-options
- https://www.tendingtoes.com/faqs/ → no x-content-type-options
- https://www.tendingtoes.com/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.tendingtoes.com/ → no referrer-policy
- https://www.tendingtoes.com/about/ → no referrer-policy
- https://www.tendingtoes.com/staff/ → no referrer-policy
- https://www.tendingtoes.com/virtual-tour/ → no referrer-policy
- https://www.tendingtoes.com/medical-pedicures/ → no referrer-policy
- https://www.tendingtoes.com/toenail-brace-system/ → no referrer-policy
- https://www.tendingtoes.com/manicures/ → no referrer-policy
- https://www.tendingtoes.com/traveling-services/ → no referrer-policy
- https://www.tendingtoes.com/pricing/ → no referrer-policy
- https://www.tendingtoes.com/testimonials/ → no referrer-policy
- https://www.tendingtoes.com/faqs/ → no referrer-policy
- https://www.tendingtoes.com/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.tendingtoes.com/ → no permissions-policy
- https://www.tendingtoes.com/about/ → no permissions-policy
- https://www.tendingtoes.com/staff/ → no permissions-policy
- https://www.tendingtoes.com/virtual-tour/ → no permissions-policy
- https://www.tendingtoes.com/medical-pedicures/ → no permissions-policy
- https://www.tendingtoes.com/toenail-brace-system/ → no permissions-policy
- https://www.tendingtoes.com/manicures/ → no permissions-policy
- https://www.tendingtoes.com/traveling-services/ → no permissions-policy
- https://www.tendingtoes.com/pricing/ → no permissions-policy
- https://www.tendingtoes.com/testimonials/ → no permissions-policy
- https://www.tendingtoes.com/faqs/ → no permissions-policy
- https://www.tendingtoes.com/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…U4 (39 chars) in https://www.tendingtoes.com/terms-of-use/: 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 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.jsdelivr.net (21 script tags)
- maps.googleapis.com (1 script tag)
- NoteSensitive paths in robots.txt
robots.txt lists 6 paths 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: /admin/
- Disallow: /includes/
- Disallow: /config/
- Disallow: /backup/
- Disallow: /wp-admin/
- Disallow: /wp-includes/
6 checks passed, 1 not applicable
- OKHTTPS
All 22 crawled pages were served over HTTPS.
- 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
1 form 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.
- Not applicableCookie flags
The crawl set no cookies, so there are no cookie flags to check.
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.tendingtoes.com
Their neighbours in the SEO rank table, which orders every scanned site by health score.
- apslandscaping.ca80/100 · rank 639 · 15 pages
- u-msc.com80/100 · rank 639 · 198 pages
- amanblaze.in80/100 · rank 639 · 22 pages
- www.powertec.ca79/100 · rank 704 · 875 pages
- www.strategiccriminaldefence.com79/100 · rank 704 · 569 pages
- www.aestheticdentalstudio.ca79/100 · rank 704 · 233 pages
This report was produced by the DIY SEO Hub Site Spider crawling www.tendingtoes.com from its pages as published, the way a search engine does. It shows summary figures only.
Own www.tendingtoes.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.tendingtoes.com. Removal needs no account and no proof of purchase.