Scanned sites / www.gcoc.ca / 2026-09-25-1557
www.gcoc.ca scan from 9/25/2026, 3:57:35 PM
Scan 2026-09-25-1557
Scanned 9/25/2026, 3:57:35 PM, finished 9/25/2026, 4:29:27 PM. Found with openstreetmap overpass
Site: https://www.gcoc.ca/
Download SQLite databaseEvery page and asset from this scan, with the crawl events, in one file.
On September 25, 2026 the Site Spider crawled 158 pages and 451 assets of www.gcoc.ca, starting from https://www.gcoc.ca/. It scored 86 out of 100, a good result. 5 of 14 checks found something to fix, led by meta descriptions (157), sitemap coverage (79), title tags (6); 9 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: Medium4 medium, 4 low and 1 info findings. See the security findings ↓
- Pages crawled
- 158
- Assets fetched
- 451
- Status
- Completed
- Checks with issues
- 5 of 14
- Title tags6 issues6 of 158 pages have title issues.
- Meta descriptions157 issues157 of 158 pages have meta description issues.
- Headings1 issue1 of 158 pages have heading issues.
- Broken linksOK0 internal links point at 0 broken URLs.
- RedirectsOK0 redirecting URLs, 0 of them chained.
- Non-200 responsesOK1 URL did not return a 2xx response.
- Rate limitedOKThe site did not rate limit the crawler.
- IndexabilityOK0 of 158 indexable pages have indexability warnings.
- Image alt textOK0 of 1419 image references have no alt attribute. 1224 use an empty alt (decorative), which is fine.
- Heavy assets5 issues5 assets larger than 500 KB among the 100 heaviest.
- Orphan pagesOK0 pages have no internal links pointing at them.
- Sitemap coverage79 issuesNo sitemap found. Tried: https://www.gcoc.ca/sitemap.xml (504). Add one at /sitemap.xml or list it in robots.txt.
- Thin contentOK0 of 158 pages have fewer than 200 words.
- Duplicate contentOK0 groups of pages with identical HTML.
Where this scan sits among all scanned sites
1263 sites, median 82%, average 80%
www.gcoc.ca scores 86%, higher than 66% of the 1263 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 findingsThere are a few important SEO issues to address, including missing meta descriptions, title tag duplicates, and a missing sitemap. Prioritizing these fixes can improve visibility and user experience significantly.
- 1
Add Missing Sitemap
Why: A sitemap helps search engines index your pages effectively.
How: Create a sitemap listing all URLs and upload it to https://www.gcoc.ca/sitemap.xml.
Checks: sitemap-coverage
- 2
Fix Title Tag Issues
Why: Title tags are crucial for SEO; they should be unique and under 60 characters.
How: Revise overlapping titles to be unique and under 60 characters for affected pages.
Checks: titles
- 3
Add Missing Meta Descriptions
Why: Meta descriptions improve click-through rates in search results.
How: Create and add concise, relevant meta descriptions for all pages that currently lack them.
Checks: meta-descriptions
- 4
Address H1 Heading Issue
Why: An H1 is critical for SEO; it indicates the main topic of the page.
How: Add a descriptive H1 tag to the page missing it, with relevant keywords.
Checks: headings
- 5
Optimize Heavy Assets
Why: Large assets can slow down your website, impacting user experience.
How: Compress large images and remove unnecessary assets from the website.
Checks: heavy-assets
- 6
Remove Duplicate Title Tags
Why: Having duplicate titles can confuse search engines and dilute SEO efforts.
How: Edit duplicated titles to ensure each page has a unique title.
Checks: titles
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 has several security headers missing, which can expose users to various attacks, such as man-in-the-middle and clickjacking. Additionally, a Google API key is publicly exposed, which can lead to unauthorized access if not configured properly. Remedial measures are necessary to enhance security.
- 0 high
- 4 medium
- 4 low
- 1 info
- 1
Missing HTTP Strict Transport Security (HSTS)Medium
Why it matters: Without HSTS, users can be intercepted on initial HTTP requests.
Fix: Add the header: Strict-Transport-Security: max-age=31536000; includeSubDomains; preload.
Evidence: HTTP Strict Transport Security
- 2
Missing Content Security Policy (CSP)Medium
Why it matters: No CSP means scripts can run from any source, increasing risk of XSS.
Fix: Add a Content-Security-Policy header to restrict sources: Content-Security-Policy: default-src 'self';
Evidence: Content Security Policy
- 3
Missing X-Frame-Options for Clickjacking ProtectionMedium
Why it matters: Lack of this header makes the site vulnerable to clickjacking.
Fix: Add the header: X-Frame-Options: DENY.
Evidence: Clickjacking protection
- 4
Exposed Google API KeyMedium
Why it matters: An exposed API key can allow unauthorized access if not properly restricted.
Fix: Restrict the API key usage in the Google Cloud console by setting HTTP referrer restrictions.
Evidence: Keys and secrets in page code
- 5
Missing X-Content-Type-Options for MIME Sniffing ProtectionLow
Why it matters: Without this header, browsers may incorrectly interpret files as scripts.
Fix: Add the header: X-Content-Type-Options: nosniff.
Evidence: MIME sniffing protection
- 6
Missing Referrer PolicyLow
Why it matters: Without a Referrer Policy, sensitive data may be leaked to third-party sites.
Fix: Add the header: Referrer-Policy: no-referrer.
Evidence: Referrer policy
- 7
Server Banner Discloses FrameworkLow
Why it matters: Revealing framework information can help attackers target specific vulnerabilities.
Fix: Consider removing or obscuring the X-Powered-By header.
Evidence: Software version disclosure
- 8
Third-Party Scripts Without SRILow
Why it matters: Third-party scripts could be compromised, affecting your site.
Fix: Implement Subresource Integrity (SRI) for third-party scripts where possible or adopt a CSP.
Evidence: Third-party scripts
- 9
Missing Permissions PolicyInfo
Why it matters: Lack of this header allows unused browser features that could be exploited.
Fix: Add the header: Permissions-Policy: geolocation=(), microphone=(), camera=().
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.gcoc.ca/ → no strict-transport-security
- https://www.gcoc.ca/about-us/ → no strict-transport-security
- https://www.gcoc.ca/fleet/ → no strict-transport-security
- https://www.gcoc.ca/faq/ → no strict-transport-security
- https://www.gcoc.ca/contact-us/ → no strict-transport-security
- https://www.gcoc.ca/oil-change/ → no strict-transport-security
- https://www.gcoc.ca/services/ → no strict-transport-security
- https://www.gcoc.ca/services/tire-services/ → no strict-transport-security
- https://www.gcoc.ca/services/transmission-fluid-service/ → no strict-transport-security
- https://www.gcoc.ca/services/radiator-fluid-service/ → no strict-transport-security
- https://www.gcoc.ca/services/differential-fluid-service/ → no strict-transport-security
- https://www.gcoc.ca/services/air-filter-replacements/ → no strict-transport-security
- FoundContent Security PolicyMedium
None of the 158 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.gcoc.ca/ → no content-security-policy
- https://www.gcoc.ca/about-us/ → no content-security-policy
- https://www.gcoc.ca/fleet/ → no content-security-policy
- https://www.gcoc.ca/faq/ → no content-security-policy
- https://www.gcoc.ca/contact-us/ → no content-security-policy
- https://www.gcoc.ca/oil-change/ → no content-security-policy
- https://www.gcoc.ca/services/ → no content-security-policy
- https://www.gcoc.ca/services/tire-services/ → no content-security-policy
- https://www.gcoc.ca/services/transmission-fluid-service/ → no content-security-policy
- https://www.gcoc.ca/services/radiator-fluid-service/ → no content-security-policy
- https://www.gcoc.ca/services/differential-fluid-service/ → no content-security-policy
- https://www.gcoc.ca/services/air-filter-replacements/ → 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.gcoc.ca/ → no x-frame-options
- https://www.gcoc.ca/about-us/ → no x-frame-options
- https://www.gcoc.ca/fleet/ → no x-frame-options
- https://www.gcoc.ca/faq/ → no x-frame-options
- https://www.gcoc.ca/contact-us/ → no x-frame-options
- https://www.gcoc.ca/oil-change/ → no x-frame-options
- https://www.gcoc.ca/services/ → no x-frame-options
- https://www.gcoc.ca/services/tire-services/ → no x-frame-options
- https://www.gcoc.ca/services/transmission-fluid-service/ → no x-frame-options
- https://www.gcoc.ca/services/radiator-fluid-service/ → no x-frame-options
- https://www.gcoc.ca/services/differential-fluid-service/ → no x-frame-options
- https://www.gcoc.ca/services/air-filter-replacements/ → 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.gcoc.ca/ → no x-content-type-options
- https://www.gcoc.ca/about-us/ → no x-content-type-options
- https://www.gcoc.ca/fleet/ → no x-content-type-options
- https://www.gcoc.ca/faq/ → no x-content-type-options
- https://www.gcoc.ca/contact-us/ → no x-content-type-options
- https://www.gcoc.ca/oil-change/ → no x-content-type-options
- https://www.gcoc.ca/services/ → no x-content-type-options
- https://www.gcoc.ca/services/tire-services/ → no x-content-type-options
- https://www.gcoc.ca/services/transmission-fluid-service/ → no x-content-type-options
- https://www.gcoc.ca/services/radiator-fluid-service/ → no x-content-type-options
- https://www.gcoc.ca/services/differential-fluid-service/ → no x-content-type-options
- https://www.gcoc.ca/services/air-filter-replacements/ → 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.gcoc.ca/ → no referrer-policy
- https://www.gcoc.ca/about-us/ → no referrer-policy
- https://www.gcoc.ca/fleet/ → no referrer-policy
- https://www.gcoc.ca/faq/ → no referrer-policy
- https://www.gcoc.ca/contact-us/ → no referrer-policy
- https://www.gcoc.ca/oil-change/ → no referrer-policy
- https://www.gcoc.ca/services/ → no referrer-policy
- https://www.gcoc.ca/services/tire-services/ → no referrer-policy
- https://www.gcoc.ca/services/transmission-fluid-service/ → no referrer-policy
- https://www.gcoc.ca/services/radiator-fluid-service/ → no referrer-policy
- https://www.gcoc.ca/services/differential-fluid-service/ → no referrer-policy
- https://www.gcoc.ca/services/air-filter-replacements/ → 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.gcoc.ca/ → no permissions-policy
- https://www.gcoc.ca/about-us/ → no permissions-policy
- https://www.gcoc.ca/fleet/ → no permissions-policy
- https://www.gcoc.ca/faq/ → no permissions-policy
- https://www.gcoc.ca/contact-us/ → no permissions-policy
- https://www.gcoc.ca/oil-change/ → no permissions-policy
- https://www.gcoc.ca/services/ → no permissions-policy
- https://www.gcoc.ca/services/tire-services/ → no permissions-policy
- https://www.gcoc.ca/services/transmission-fluid-service/ → no permissions-policy
- https://www.gcoc.ca/services/radiator-fluid-service/ → no permissions-policy
- https://www.gcoc.ca/services/differential-fluid-service/ → no permissions-policy
- https://www.gcoc.ca/services/air-filter-replacements/ → 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…jU (39 chars) in https://www.gcoc.ca/locations/ontario/stittsville/1189-carp-road/: 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 (609 responses)
- x-powered-by: WP Engine (158 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.)
- www.googletagmanager.com (40 script tags)
- www.google.com (24 script tags)
6 checks passed, 1 not applicable
- OKHTTPS
All 158 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
128 forms found, all on HTTPS pages posting to HTTPS addresses.
- OKVulnerable JavaScript libraries
2 library versions 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 applicableSensitive paths in robots.txt
No robots.txt was fetched.
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.gcoc.ca
Their neighbours in the SEO rank table, which orders every scanned site by health score.
- bestofchiropractors.com87/100 · rank 328 · 165 pages
- winnipegchiropractor.com87/100 · rank 328 · 20 pages
- fungwee.fusenv.com87/100 · rank 328 · 34 pages
- majestic.com86/100 · rank 384 · 1,026 pages
- www.heritageparkdental.ca86/100 · rank 384 · 96 pages
- argikom.com86/100 · rank 384 · 1,202 pages
This report was produced by the DIY SEO Hub Site Spider crawling www.gcoc.ca from its pages as published, the way a search engine does. It shows summary figures only.
Own www.gcoc.ca?
- 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.gcoc.ca. Removal needs no account and no proof of purchase.