Scanned sites / internationalvisionsllc.org
SEO report for internationalvisionsllc.org
The latest Site Spider scan of internationalvisionsllc.org, with 1 scan on record. Each scan is at its own address, for example /domain/internationalvisionsllc-org/2026-09-24-0200.
Latest scan
Scanned 9/24/2026, 2:00:01 AM, finished 9/24/2026, 2:00:57 AM. Found on page 1 of chatgpt for browser (api usage) results
Site: https://internationalvisionsllc.org/
Download SQLite databaseEvery page and asset from this scan, with the crawl events, in one file.
On September 24, 2026 the Site Spider crawled 1 page and 2 assets of internationalvisionsllc.org, starting from https://internationalvisionsllc.org/. It scored 52 out of 100, a result that needs work. 6 of 14 checks found something to fix, led by title tags (1), meta descriptions (1), headings (1); 8 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: Medium3 medium, 2 low and 1 info findings. See the security findings ↓
- Pages crawled
- 1
- Assets fetched
- 2
- Status
- Completed
- Checks with issues
- 6 of 14
- Title tags1 issue1 of 1 page have title issues.
- Meta descriptions1 issue1 of 1 page have meta description issues.
- Headings1 issue1 of 1 page have heading issues.
- Broken linksOK0 internal links point at 0 broken URLs.
- RedirectsOK0 redirecting URLs, 0 of them chained.
- Non-200 responsesOK0 URLs did not return a 2xx response.
- Rate limitedOKThe site did not rate limit the crawler.
- Indexability1 issue1 of 1 indexable page have indexability warnings.
- Image alt textOK0 of 0 image references have no alt attribute.
- Heavy assetsOK0 assets larger than 500 KB among the 2 heaviest.
- Orphan pagesOK0 pages have no internal links pointing at them.
- Sitemap coverage1 issue1 sitemap listing 0 URLs: 1 crawled page missing, 0 listed URLs broken or redirecting, 0 reachable only via the sitemap.
- Thin content1 issue1 of 1 page have fewer than 200 words.
- Duplicate contentOK0 groups of pages with identical HTML.
Where this site sits among all scanned sites
1246 sites, median 82%, average 80%
internationalvisionsllc.org scores 52%, higher than 1% of the 1246 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 has several key SEO issues affecting visibility. Focus on optimizing title tags, meta descriptions, and content to improve overall performance and indexability.
- 1
Improve Title Tag
Why: A short title tag limits search visibility.
How: Update to a descriptive title (60-70 characters).
Checks: titles
- 2
Add Meta Description
Why: A missing meta description can deter clicks from search results.
How: Create a compelling meta description under 160 characters.
Checks: meta-descriptions
- 3
Implement H1 Heading
Why: Missing H1 affects content structure and SEO.
How: Add a clear H1 tag reflecting page content.
Checks: headings
- 4
Enhance Indexability
Why: Missing attributes can hinder indexing.
How: Add a canonical tag, viewport meta, and lang attribute.
Checks: indexability
- 5
Create Thin Content
Why: Thin content can negatively impact rankings.
How: Expand page content to at least 200 words with relevant information.
Checks: thin-content
- 6
Update Sitemap Coverage
Why: Page not listed in sitemap affects discoverability.
How: Add the page URL to your sitemap and resubmit it.
Checks: sitemap-coverage
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 headers missing, exposing it to risks like interception, clickjacking, and MIME sniffing. Implementing these headers will enhance your site's security posture significantly.
- 0 high
- 3 medium
- 2 low
- 1 info
- 1
HTTP Strict Transport Security (HSTS) MissingMedium
Why it matters: Without HSTS, a visitor may accidentally connect over HTTP, risking interception.
Fix: Add the header: Strict-Transport-Security: max-age=31536000; includeSubDomains.
Evidence: HTTP Strict Transport Security
- 2
Content Security Policy (CSP) MissingMedium
Why it matters: Lack of CSP allows potentially harmful scripts and resources to load unregulated.
Fix: Add the header: Content-Security-Policy: default-src 'self'; script-src 'self';
Evidence: Content Security Policy
- 3
Clickjacking Protection MissingMedium
Why it matters: Absence of X-Frame-Options may allow clickjacking attacks through unauthorized framing.
Fix: Add the header: X-Frame-Options: DENY.
Evidence: Clickjacking protection
- 4
MIME Sniffing Protection MissingLow
Why it matters: Without it, browsers might execute files in unexpected ways based on content type.
Fix: Add the header: X-Content-Type-Options: nosniff.
Evidence: MIME sniffing protection
- 5
Referrer Policy MissingLow
Why it matters: Without a policy, full URLs can be leaked to third-party sites when navigating away.
Fix: Add the header: Referrer-Policy: no-referrer.
Evidence: Referrer policy
- 6
Permissions Policy MissingInfo
Why it matters: This policy could limit access to sensitive browser features for untrusted scripts.
Fix: Add the header: Permissions-Policy: camera=(), microphone=(), geolocation=().
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://internationalvisionsllc.org/ → no strict-transport-security
- FoundContent Security PolicyMedium
None of the 1 HTML page 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://internationalvisionsllc.org/ → 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://internationalvisionsllc.org/ → 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://internationalvisionsllc.org/ → 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://internationalvisionsllc.org/ → 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://internationalvisionsllc.org/ → no permissions-policy
7 checks passed, 3 not applicable
- OKHTTPS
All 1 crawled page 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.
- 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.
- OKThird-party scripts
The sampled pages load no scripts from other domains.
- 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.
- Not applicableVulnerable JavaScript libraries
No recognisable library versions were found in the sampled scripts.
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.
Earlier scans of internationalvisionsllc.org
No other scans of this site yet.
Sites scoring near internationalvisionsllc.org
Their neighbours in the SEO rank table, which orders every scanned site by health score.
- www.highlandparkphysio.ca53/100 · rank 1223 · 52 pages
- www.hchaynes.com53/100 · rank 1223 · 7 pages
- alslandscaping.ca53/100 · rank 1223 · 12 pages
- sexyvids.com52/100 · rank 1226 · 175 pages
- www.deendayalport.gov.in52/100 · rank 1226 · 1 page
- dutchdeliciousbakery.com52/100 · rank 1226 · 540 pages
This report was produced by the DIY SEO Hub Site Spider crawling internationalvisionsllc.org from its pages as published, the way a search engine does. It shows summary figures only.
Own internationalvisionsllc.org?
- 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 internationalvisionsllc.org. Removal needs no account and no proof of purchase.