Scanned sites / www.unityofindiana.com
SEO report for www.unityofindiana.com
The latest Site Spider scan of www.unityofindiana.com, with 1 scan on record. Each scan is at its own address, for example /domain/www-unityofindiana-com/2026-09-20-1900.
Latest scan
Scanned 9/20/2026, 7:00:01 PM, finished 9/20/2026, 7:04:53 PM. Found on page 1 of chatgpt for browser (api usage) results
Site: https://www.unityofindiana.com/
Download SQLite databaseEvery page and asset from this scan, with the crawl events, in one file.
On September 20, 2026 the Site Spider crawled 7 pages and 10 assets of www.unityofindiana.com, starting from https://www.unityofindiana.com/. It scored 48 out of 100, a poor result. 9 of 14 checks found something to fix, led by image alt text (26), title tags (7), meta descriptions (7); 5 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: Medium2 medium, 4 low and 2 info findings. See the security findings ↓
- Pages crawled
- 7
- Assets fetched
- 10
- Status
- Completed
- Checks with issues
- 9 of 14
- Title tags7 issues7 of 7 pages have title issues.
- Meta descriptions7 issues7 of 7 pages have meta description issues.
- Headings2 issues2 of 7 pages have heading issues.
- Broken linksOK0 internal links point at 0 broken URLs.
- Redirects2 issues4 redirecting URLs, 2 of them chained.
- Non-200 responsesOK4 URLs did not return a 2xx response.
- Rate limitedOKThe site did not rate limit the crawler.
- Indexability7 issues7 of 7 indexable pages have indexability warnings.
- Image alt text26 issues26 of 26 image references have no alt attribute.
- Heavy assetsOK0 assets larger than 500 KB among the 10 heaviest.
- Orphan pagesOK0 pages have no internal links pointing at them.
- Sitemap coverage4 issues3 sitemaps listing 3 URLs: 4 crawled pages missing, 0 listed URLs broken or redirecting, 0 reachable only via the sitemap.
- Thin content3 issues3 of 7 pages have fewer than 200 words.
- Duplicate content7 issues3 groups of pages with identical HTML.
Where this site sits among all scanned sites
1271 sites, median 82%, average 80%
www.unityofindiana.com scores 48%, higher than 1% of the 1271 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 major SEO issues that need fixing. Focus on resolving redirects, status codes, titles, and meta descriptions first to improve visibility and indexing.
- 1
Fix Redirects
Why: Redirects can dilute link equity and cause crawling issues.
How: Remove chained redirects; update links to direct URLs.
Checks: redirects
- 2
Resolve Non-200 Responses
Why: These URLs may not be indexable by search engines.
How: Check and fix the URLs returning non-2xx responses.
Checks: status-codes
- 3
Update Title Tags
Why: Titles are too short and duplicate, affecting SEO.
How: Create unique titles of 30-60 characters for each page.
Checks: titles
- 4
Create Meta Descriptions
Why: Missing meta descriptions can lower click-through rates.
How: Write unique meta descriptions of 50-160 characters per page.
Checks: meta-descriptions
- 5
Fix Headings Issues
Why: Multiple H1s can confuse search engines.
How: Ensure each page has only one H1 element.
Checks: headings
- 6
Add Image Alt Text
Why: Missing alt text reduces accessibility and SEO value.
How: Add descriptive alt attributes to all images.
Checks: images-alt
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 important security headers, revealing sensitive information about server details and cookies. Additionally, public API keys and sensitive paths in robots.txt could expose vulnerabilities. Implementing the suggested fixes will enhance site security significantly.
- 0 high
- 2 medium
- 4 low
- 2 info
- 1
Missing HttpOnly and SameSite Flags on CookiesMedium
Why it matters: These flags protect against cookie theft via scripts or cross-site requests.
Fix: Set 'HttpOnly, SameSite=Lax' for any cookies issued.
Evidence: Cookie flags
- 2
Leaked Google API KeyMedium
Why it matters: Exposing API keys in public code can lead to unauthorized use.
Fix: Restrict the API key's usage by setting HTTP referrer restrictions in the Google Cloud console.
Evidence: Keys and secrets in page code
- 3
Missing X-Content-Type-Options HeaderLow
Why it matters: Without this header, browsers may interpret files incorrectly, leading to potential exploitation.
Fix: Add 'X-Content-Type-Options: nosniff' to the web server configuration.
Evidence: MIME sniffing protection
- 4
Missing Referrer-Policy HeaderLow
Why it matters: No policy risks leaking potentially sensitive URLs when users navigate away from your site.
Fix: Implement 'Referrer-Policy: no-referrer' in your headers.
Evidence: Referrer policy
- 5
Server Banner Exposes Version DetailsLow
Why it matters: Exposing this information allows attackers to target known vulnerabilities.
Fix: Disable server version disclosure in your web server settings.
Evidence: Software version disclosure
- 6
Third-party Scripts Lack Subresource IntegrityLow
Why it matters: The absence of SRI can allow malicious modifications to third-party scripts.
Fix: Consider using Subresource Integrity tags for scripts or a CSP to limit trusted sources.
Evidence: Third-party scripts
- 7
Missing Permissions-Policy HeaderInfo
Why it matters: This header can limit capabilities of injected scripts, improving security.
Fix: Include 'Permissions-Policy: interest-cohort=()' to disable features when not used.
Evidence: Permissions policy
- 8
Public Sensitive Paths in robots.txtInfo
Why it matters: Listing private paths could aid attackers in identifying targets.
Fix: Remove or properly safeguard paths in robots.txt to avoid public exposure.
Evidence: Sensitive paths in robots.txt
What the checks found
- 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.unityofindiana.com/ → no x-content-type-options
- https://www.unityofindiana.com/home.html → no x-content-type-options
- https://www.unityofindiana.com/contact-us.html → no x-content-type-options
- https://www.unityofindiana.com/community-resources.html → no x-content-type-options
- https://unityofindiana.com/community-resources.html → no x-content-type-options
- https://unityofindiana.com/contact-us.html → no x-content-type-options
- https://unityofindiana.com/home.html → 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.unityofindiana.com/ → no referrer-policy
- https://www.unityofindiana.com/home.html → no referrer-policy
- https://www.unityofindiana.com/contact-us.html → no referrer-policy
- https://www.unityofindiana.com/community-resources.html → no referrer-policy
- https://unityofindiana.com/community-resources.html → no referrer-policy
- https://unityofindiana.com/contact-us.html → no referrer-policy
- https://unityofindiana.com/home.html → 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.unityofindiana.com/ → no permissions-policy
- https://www.unityofindiana.com/home.html → no permissions-policy
- https://www.unityofindiana.com/contact-us.html → no permissions-policy
- https://www.unityofindiana.com/community-resources.html → no permissions-policy
- https://unityofindiana.com/community-resources.html → no permissions-policy
- https://unityofindiana.com/contact-us.html → no permissions-policy
- https://unityofindiana.com/home.html → 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: DPS/2.0.0+sha-9ac0622 (17 responses)
- FoundCookie flagsMedium
1 of 1 cookie are missing protective flags. Without HttpOnly a script can read the cookie; without Secure it travels over plain HTTP; without SameSite it is sent on cross-site requests.
- dps_site_id (set by https://www.unityofindiana.com/) lacks HttpOnly, SameSite
- FoundKeys and secrets in page codeMedium
1 credential-like value found in code served to every visitor: Google API key.
- Google API key AIzaSy…14 (39 chars) in https://www.unityofindiana.com/contact-us.html: 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 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.)
- img1.wsimg.com (14 script tags)
- NoteSensitive paths in robots.txt
robots.txt lists 5 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: /_backup/
- Disallow: /_temp/
- Disallow: /_tempalbums/
- Disallow: /_tmpfileop/
- Disallow: /dbboon/
6 checks passed, 2 not applicable
- OKHTTPS
All 7 crawled pages were served over HTTPS.
- OKHTTP Strict Transport Security
strict-transport-security is set on all 7 HTML pages.
- OKContent Security Policy
A Content-Security-Policy is set.
- OKClickjacking protection
Every HTML page restricts framing through X-Frame-Options or a CSP frame-ancestors directive.
- 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.
- 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 www.unityofindiana.com
No other scans of this site yet.
Sites scoring near www.unityofindiana.com
Their neighbours in the SEO rank table, which orders every scanned site by health score.
- rapidroofingsolutions.ca50/100 · rank 1258 · 159 pages
- www.saskatoondentalgroup.com50/100 · rank 1258 · 721 pages
- activeelectric.com50/100 · rank 1258 · 24 pages
- www.jcgroupllc.com47/100 · rank 1262 · 16 pages
- www.keatinglawoffice.com46/100 · rank 1263 · 15 pages
- sk.211.ca46/100 · rank 1263 · 26 pages
This report was produced by the DIY SEO Hub Site Spider crawling www.unityofindiana.com from its pages as published, the way a search engine does. It shows summary figures only.
Own www.unityofindiana.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.unityofindiana.com. Removal needs no account and no proof of purchase.