Scanned sites / coopfoodstore.coop
SEO report for coopfoodstore.coop
The latest Site Spider scan of coopfoodstore.coop, with 1 scan on record. Each scan is at its own address, for example /domain/coopfoodstore-coop/2026-09-24-1935.
Latest scan
Scanned 9/24/2026, 7:35:11 PM, finished 9/24/2026, 7:43:03 PM
Site: https://coopfoodstore.coop/
Download SQLite databaseEvery page and asset from this scan, with the crawl events, in one file.
On September 24, 2026 the Site Spider crawled 70 pages and 470 assets of coopfoodstore.coop, starting from https://coopfoodstore.coop/. It scored 83 out of 100, a good result. 11 of 14 checks found something to fix, led by title tags (30), heavy assets (27), meta descriptions (16); 3 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: Medium1 medium, 1 low and 2 info findings. See the security findings ↓
- Pages crawled
- 70
- Assets fetched
- 470
- Status
- Completed
- Checks with issues
- 11 of 14
- Title tags30 issues30 of 64 pages have title issues.
- Meta descriptions16 issues16 of 64 pages have meta description issues.
- Headings4 issues4 of 64 pages have heading issues.
- Broken links5 issues6 internal links point at 5 broken URLs.
- Redirects1 issue2 redirecting URLs, 0 of them chained.
- Non-200 responses5 issues123 URLs did not return a 2xx response.
- Rate limitedOKThe site did not rate limit the crawler.
- Indexability2 issues2 of 64 indexable pages have indexability warnings.
- Image alt textOK0 of 210 image references have no alt attribute. 41 use an empty alt (decorative), which is fine.
- Heavy assets27 issues31 assets larger than 500 KB among the 100 heaviest.
- Orphan pages2 issues2 pages have no internal links pointing at them.
- Sitemap coverage3 issues5 sitemaps listing 63 URLs: 1 crawled page missing, 0 listed URLs broken or redirecting, 2 reachable only via the sitemap.
- Thin contentOK0 of 64 pages have fewer than 200 words.
- Duplicate content5 issues1 group of pages with identical HTML.
Where this site sits among all scanned sites
1239 sites, median 82%, average 80%
coopfoodstore.coop scores 83%, higher than 53% of the 1239 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 website has several areas that need improvement, including broken links and issues with titles and meta descriptions. Addressing these will greatly enhance user experience and SEO performance.
- 1
Fix Broken Links
Why: Broken links negatively affect user experience and SEO.
How: Update or remove the 6 broken internal links found in the crawl.
Checks: broken-links
- 2
Update Title Tags
Why: Proper title length and relevance improve search engine visibility.
How: Revise the 30 pages with title issues to ensure titles are unique and fit within the recommended character limits.
Checks: titles
- 3
Improve Meta Descriptions
Why: Missing or duplicate meta descriptions can lower click-through rates.
How: Write unique meta descriptions for the 16 pages with issues, ensuring they’re concise and engaging.
Checks: meta-descriptions
- 4
Add Missing H1 Headings
Why: H1 headings are crucial for SEO and user navigation.
How: Add or correct the H1 heading on pages that are missing them, ensuring each page has one unique H1.
Checks: headings
- 5
Address Indexability Warnings
Why: Without proper canonical tags, search engines may struggle with indexing.
How: Add canonical tags to the 2 indexable pages that are missing them.
Checks: indexability
- 6
Link Orphan Pages
Why: Orphan pages have no internal links, making them less discoverable.
How: Create internal links to the 2 orphan pages to enhance their accessibility.
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 site has security configurations that could be improved to better protect against script injections and sensitive information exposure. Key findings include missing Permissions-Policy headers and a Content Security Policy that allows unsafe scripts.
- 0 high
- 1 medium
- 1 low
- 2 info
- 1
Content Security Policy Allows Unsafe ScriptsMedium
Why it matters: The current CSP permits unsafe-inline and unsafe-eval scripts, undermining its protective benefits.
Fix: Modify the CSP to remove 'unsafe-inline' and 'unsafe-eval', e.g., default-src 'self'; script-src 'self';
Evidence: Content Security Policy
- 2
Third-Party Scripts Without Subresource IntegrityLow
Why it matters: Scripts from other domains lack Subresource Integrity, making the site susceptible to compromised external scripts.
Fix: Implement SRI or update the Content Security Policy to restrict script sources to trusted domains.
Evidence: Third-party scripts
- 3
Missing Permissions-Policy HeaderInfo
Why it matters: Without a Permissions-Policy, unnecessary browser features remain enabled, increasing vulnerability to injected scripts.
Fix: Add the header: Permissions-Policy: camera=(), microphone=(), geolocation=() to all HTML responses.
Evidence: Permissions policy
- 4
Sensitive Paths Listed in robots.txtInfo
Why it matters: The robots.txt file exposes a path that may contain sensitive information without adequate access restrictions.
Fix: Ensure that access to /wp-admin/ is properly secured and consider removing it from robots.txt.
Evidence: Sensitive paths in robots.txt
What the checks found
- 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://coopfoodstore.coop/ → no permissions-policy
- https://coopfoodstore.coop/stores/ → no permissions-policy
- https://coopfoodstore.coop/departments/ → no permissions-policy
- https://coopfoodstore.coop/flowers/ → no permissions-policy
- https://coopfoodstore.coop/gift-baskets/ → no permissions-policy
- https://coopfoodstore.coop/shopping-spree/ → no permissions-policy
- https://coopfoodstore.coop/save/ → no permissions-policy
- https://coopfoodstore.coop/meat-savings/ → no permissions-policy
- https://coopfoodstore.coop/big-deals/ → no permissions-policy
- https://coopfoodstore.coop/weekly-specials/ → no permissions-policy
- https://coopfoodstore.coop/membership/ → no permissions-policy
- https://coopfoodstore.coop/owner-benefits/ → no permissions-policy
- NoteContent Security Policy
A Content-Security-Policy is set, but it allows inline or eval scripts ('unsafe-inline' / 'unsafe-eval'), which removes most of its protection against injected scripts.
- https://coopfoodstore.coop/ → default-src * 'unsafe-inline' 'unsafe-eval' data: blob:;
- https://coopfoodstore.coop/stores/ → default-src * 'unsafe-inline' 'unsafe-eval' data: blob:;
- https://coopfoodstore.coop/departments/ → default-src * 'unsafe-inline' 'unsafe-eval' data: blob:;
- https://coopfoodstore.coop/flowers/ → default-src * 'unsafe-inline' 'unsafe-eval' data: blob:;
- https://coopfoodstore.coop/gift-baskets/ → default-src * 'unsafe-inline' 'unsafe-eval' data: blob:;
- https://coopfoodstore.coop/shopping-spree/ → default-src * 'unsafe-inline' 'unsafe-eval' data: blob:;
- https://coopfoodstore.coop/save/ → default-src * 'unsafe-inline' 'unsafe-eval' data: blob:;
- https://coopfoodstore.coop/meat-savings/ → default-src * 'unsafe-inline' 'unsafe-eval' data: blob:;
- https://coopfoodstore.coop/big-deals/ → default-src * 'unsafe-inline' 'unsafe-eval' data: blob:;
- https://coopfoodstore.coop/weekly-specials/ → default-src * 'unsafe-inline' 'unsafe-eval' data: blob:;
- https://coopfoodstore.coop/membership/ → default-src * 'unsafe-inline' 'unsafe-eval' data: blob:;
- https://coopfoodstore.coop/owner-benefits/ → default-src * 'unsafe-inline' 'unsafe-eval' data: blob:;
- NoteThird-party scripts
Scripts run from 3 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.)
- www.googletagmanager.com (40 script tags)
- www.tfaforms.com (16 script tags)
- www.google.com (2 script tags)
- NoteSensitive paths in robots.txt
robots.txt lists 1 path 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: /wp-admin/
11 checks passed, 1 not applicable
- OKHTTPS
All 64 crawled pages were served over HTTPS.
- OKHTTP Strict Transport Security
strict-transport-security is set on all 64 HTML pages.
- OKClickjacking protection
x-frame-options is set on all 64 HTML pages.
- OKMIME sniffing protection
x-content-type-options is set on all 64 HTML pages.
- OKReferrer policy
referrer-policy is set on all 64 HTML pages.
- 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
42 forms found, all on HTTPS pages posting to HTTPS addresses.
- OKVulnerable JavaScript libraries
1 library version recognised, none with known vulnerabilities.
- 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.
- 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.
Earlier scans of coopfoodstore.coop
No other scans of this site yet.
Sites scoring near coopfoodstore.coop
Their neighbours in the SEO rank table, which orders every scanned site by health score.
- carrerlift.in84/100 · rank 471 · 200 pages
- supaslides.app84/100 · rank 471 · 198 pages
- www.brunilaw.com83/100 · rank 531 · 12 pages
- www.powertec.ca83/100 · rank 531 · 875 pages
- www.achenhenderson.ca83/100 · rank 531 · 545 pages
- www.exclusiveestatesales.net83/100 · rank 531 · 10 pages
This report was produced by the DIY SEO Hub Site Spider crawling coopfoodstore.coop from its pages as published, the way a search engine does. It shows summary figures only.
Own coopfoodstore.coop?
- 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 coopfoodstore.coop. Removal needs no account and no proof of purchase.