Scanned sites / www.germanautomotive.ca / 2026-09-26-2027
www.germanautomotive.ca scan from 9/26/2026, 8:27:53 PM
A newer scan exists. See the latest report for www.germanautomotive.ca.
Scan 2026-09-26-2027
Scanned 9/26/2026, 8:27:53 PM, finished 9/27/2026, 4:22:26 PM. Found with openstreetmap overpass
Site: https://www.germanautomotive.ca/
Download SQLite databaseEvery page and asset from this scan, with the crawl events, in one file.
On September 26, 2026 the Site Spider crawled 176 pages and 514 assets of www.germanautomotive.ca, starting from https://www.germanautomotive.ca/. It scored 82 out of 100, a good result. 13 of 16 checks found something to fix, led by heavy assets (15), title tags (90), meta descriptions (95); 2 checks passed. Most of the points went to heavy assets (−6), title tags (−5.2), meta descriptions (−4.4). 1 check 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: Medium3 medium, 3 low and 1 info findings. See the security findings ↓
- Pages crawled
- 176
- Assets fetched
- 514
- Status
- Completed
- Checks with issues
- 13 of 16
690 of 690 discovered URLs were fetched. The crawl reached everything it found. HTML only: nothing here ran JavaScript. 22 link destinations on other sites were checked.
- Title tags90 issues90 of 168 pages have title issues. 4 noindex or canonicalized pages excluded.−5.2 points
- Meta descriptions95 issues95 of 168 pages have meta description issues. 4 noindex or canonicalized pages excluded.−4.4 points
- Headings23 issues23 of 168 pages have heading issues. 4 noindex or canonicalized pages excluded.−0.8 points
- Broken links2 issues2 internal links point at 2 broken URLs.−0.2 points
- Links to other sites2 issues2 destinations answered with an error, 4 could not be determined (timeouts, rate limits or refusals), of 22 destinations checked.−0.5 points
- Redirects2 issues3 redirecting URLs, 0 of them chained.
- Non-200 responses2 issues5 URLs did not return a 2xx response. 4 of them are pages, 2 with an error status; the rest are assets or redirects.−0.1 points
- Rate limitedOKThe site did not rate limit the crawler.
- Indexability4 issues4 of 172 indexable pages have indexability warnings.−0.2 points
- Image alt textOK0 of 869 image references have no alt attribute. 791 use an empty alt (decorative), which is fine.
- Heavy assets15 issues15 assets larger than 500 KB among 514 fetched assets.−6 points
- Orphan pages5 issues5 pages have no internal links pointing at them.−0.1 points
- Sitemap coverage26 issues5 sitemaps listing 147 URLs: 21 crawled pages missing, 0 listed URLs broken or redirecting, 5 reachable only via the sitemap.−0.9 points
- Internal link countsOKInternal link counts for 172 pages.
- Thin content1 issue1 of 168 pages have fewer than 200 words. 4 noindex or canonicalized pages excluded.
- Duplicate content2 issues1 group of pages with identical HTML.−0.1 points
Where this scan sits among all scanned sites
1315 sites, median 80%, average 79%
www.germanautomotive.ca scores 82%, higher than 57% of the 1315 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 a good health score, but there are several issues to address for better SEO. Prioritize fixing broken links, meta descriptions, title tags, and heavy assets to enhance user experience and indexing.
- 1
Fix Broken Links
Why: Broken links harm user experience and SEO rankings.
How: Update or remove the links pointing to the broken URLs.
Checks: broken-links
- 2
Update Meta Descriptions
Why: Improving meta descriptions can enhance click-through rates.
How: Create clear, concise descriptions for the 95 pages with issues, ensuring they are under 160 characters.
Checks: meta-descriptions
- 3
Optimize Title Tags
Why: Title tags are crucial for SEO and can impact rankings and clicks.
How: Rewrite the 90 problematic title tags to be unique and under 60 characters.
Checks: titles
- 4
Address Heavy Assets
Why: Heavy assets can slow down your page loading speed.
How: Compress or resize images that exceed 500 KB in size.
Checks: heavy-assets
- 5
Resolve Non-200 Responses
Why: URLs not returning a 2xx response can affect the crawlability of your site.
How: Check the URLs providing non-200 responses and correct or remove them.
Checks: status-codes
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 important security vulnerabilities that need addressing. Key issues include a lack of security headers such as HSTS, CSP, X-Frame-Options, and others which can expose users to attacks. Implementing the recommended headers will greatly enhance the site's security.
- 0 high
- 3 medium
- 3 low
- 1 info
- 1
Missing HSTS (HTTP Strict Transport Security)Medium
Why it matters: Without HSTS, users can be intercepted on initial requests if they do not type 'https://'.
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: Without CSP, the site lacks controls over where scripts and other resources can be loaded from.
Fix: Add a Content-Security-Policy header, e.g., 'Content-Security-Policy: default-src 'self';'.
Evidence: Content Security Policy
- 3
Missing X-Frame-Options (Clickjacking protection)Medium
Why it matters: Lack of X-Frame-Options allows other sites to embed your pages in frames, risking clickjacking attacks.
Fix: Add the header: 'X-Frame-Options: DENY'.
Evidence: Clickjacking protection
- 4
Missing X-Content-Type-Options (MIME sniffing protection)Low
Why it matters: Without this header, browsers may incorrectly execute files based on their contents instead of declared types.
Fix: Add the header: 'X-Content-Type-Options: nosniff'.
Evidence: MIME sniffing protection
- 5
Missing Referrer PolicyLow
Why it matters: Without a Referrer-Policy, sensitive page addresses may be shared with external sites.
Fix: Add the header: 'Referrer-Policy: no-referrer-when-downgrade'.
Evidence: Referrer policy
- 6
Server Version DisclosureLow
Why it matters: Revealing server and framework versions can assist attackers in exploiting known vulnerabilities.
Fix: Disable or hide server information in headers. Example: 'Server: Apache' might need configuration changes.
Evidence: Software version disclosure
- 7
Missing Permissions PolicyInfo
Why it matters: The lack of a Permissions-Policy allows potentially harmful features without restrictions.
Fix: Add the header: 'Permissions-Policy: fullscreen=(self), 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://www.germanautomotive.ca/ → no strict-transport-security
- https://www.germanautomotive.ca/about/ → no strict-transport-security
- https://www.germanautomotive.ca/service-guarantee/ → no strict-transport-security
- https://www.germanautomotive.ca/privacy-policy-2/ → no strict-transport-security
- https://www.germanautomotive.ca/news/ → no strict-transport-security
- https://www.germanautomotive.ca/services/ → no strict-transport-security
- https://www.germanautomotive.ca/automotive-air-conditioning-calgary/ → no strict-transport-security
- https://www.germanautomotive.ca/auto-electrical-repairs-calgary/ → no strict-transport-security
- https://www.germanautomotive.ca/automotive-brake-repair-calgary/ → no strict-transport-security
- https://www.germanautomotive.ca/emergency-repairs/ → no strict-transport-security
- https://www.germanautomotive.ca/german-car-diagnostic-calgary/ → no strict-transport-security
- https://www.germanautomotive.ca/engine-oil-change-calgary/ → no strict-transport-security
- FoundContent Security PolicyMedium
None of the 172 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.germanautomotive.ca/ → no content-security-policy
- https://www.germanautomotive.ca/about/ → no content-security-policy
- https://www.germanautomotive.ca/service-guarantee/ → no content-security-policy
- https://www.germanautomotive.ca/privacy-policy-2/ → no content-security-policy
- https://www.germanautomotive.ca/news/ → no content-security-policy
- https://www.germanautomotive.ca/services/ → no content-security-policy
- https://www.germanautomotive.ca/automotive-air-conditioning-calgary/ → no content-security-policy
- https://www.germanautomotive.ca/auto-electrical-repairs-calgary/ → no content-security-policy
- https://www.germanautomotive.ca/automotive-brake-repair-calgary/ → no content-security-policy
- https://www.germanautomotive.ca/emergency-repairs/ → no content-security-policy
- https://www.germanautomotive.ca/german-car-diagnostic-calgary/ → no content-security-policy
- https://www.germanautomotive.ca/engine-oil-change-calgary/ → 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.germanautomotive.ca/ → no x-frame-options
- https://www.germanautomotive.ca/about/ → no x-frame-options
- https://www.germanautomotive.ca/service-guarantee/ → no x-frame-options
- https://www.germanautomotive.ca/privacy-policy-2/ → no x-frame-options
- https://www.germanautomotive.ca/news/ → no x-frame-options
- https://www.germanautomotive.ca/services/ → no x-frame-options
- https://www.germanautomotive.ca/automotive-air-conditioning-calgary/ → no x-frame-options
- https://www.germanautomotive.ca/auto-electrical-repairs-calgary/ → no x-frame-options
- https://www.germanautomotive.ca/automotive-brake-repair-calgary/ → no x-frame-options
- https://www.germanautomotive.ca/emergency-repairs/ → no x-frame-options
- https://www.germanautomotive.ca/german-car-diagnostic-calgary/ → no x-frame-options
- https://www.germanautomotive.ca/engine-oil-change-calgary/ → 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.germanautomotive.ca/ → no x-content-type-options
- https://www.germanautomotive.ca/about/ → no x-content-type-options
- https://www.germanautomotive.ca/service-guarantee/ → no x-content-type-options
- https://www.germanautomotive.ca/privacy-policy-2/ → no x-content-type-options
- https://www.germanautomotive.ca/news/ → no x-content-type-options
- https://www.germanautomotive.ca/services/ → no x-content-type-options
- https://www.germanautomotive.ca/automotive-air-conditioning-calgary/ → no x-content-type-options
- https://www.germanautomotive.ca/auto-electrical-repairs-calgary/ → no x-content-type-options
- https://www.germanautomotive.ca/automotive-brake-repair-calgary/ → no x-content-type-options
- https://www.germanautomotive.ca/emergency-repairs/ → no x-content-type-options
- https://www.germanautomotive.ca/german-car-diagnostic-calgary/ → no x-content-type-options
- https://www.germanautomotive.ca/engine-oil-change-calgary/ → 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.germanautomotive.ca/ → no referrer-policy
- https://www.germanautomotive.ca/about/ → no referrer-policy
- https://www.germanautomotive.ca/service-guarantee/ → no referrer-policy
- https://www.germanautomotive.ca/privacy-policy-2/ → no referrer-policy
- https://www.germanautomotive.ca/news/ → no referrer-policy
- https://www.germanautomotive.ca/services/ → no referrer-policy
- https://www.germanautomotive.ca/automotive-air-conditioning-calgary/ → no referrer-policy
- https://www.germanautomotive.ca/auto-electrical-repairs-calgary/ → no referrer-policy
- https://www.germanautomotive.ca/automotive-brake-repair-calgary/ → no referrer-policy
- https://www.germanautomotive.ca/emergency-repairs/ → no referrer-policy
- https://www.germanautomotive.ca/german-car-diagnostic-calgary/ → no referrer-policy
- https://www.germanautomotive.ca/engine-oil-change-calgary/ → 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.germanautomotive.ca/ → no permissions-policy
- https://www.germanautomotive.ca/about/ → no permissions-policy
- https://www.germanautomotive.ca/service-guarantee/ → no permissions-policy
- https://www.germanautomotive.ca/privacy-policy-2/ → no permissions-policy
- https://www.germanautomotive.ca/news/ → no permissions-policy
- https://www.germanautomotive.ca/services/ → no permissions-policy
- https://www.germanautomotive.ca/automotive-air-conditioning-calgary/ → no permissions-policy
- https://www.germanautomotive.ca/auto-electrical-repairs-calgary/ → no permissions-policy
- https://www.germanautomotive.ca/automotive-brake-repair-calgary/ → no permissions-policy
- https://www.germanautomotive.ca/emergency-repairs/ → no permissions-policy
- https://www.germanautomotive.ca/german-car-diagnostic-calgary/ → no permissions-policy
- https://www.germanautomotive.ca/engine-oil-change-calgary/ → 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: Apache (690 responses)
- x-powered-by: WP Rocket/3.23.1 (1 response)
- 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 (23 script tags)
7 checks passed, 1 not applicable
- OKHTTPS
All 172 crawled pages were served over HTTPS.
- OKMixed content
No HTTPS page loads a script, stylesheet, font or image over plain HTTP.
- OKForms over HTTPS
35 forms found, all on HTTPS pages posting to HTTPS addresses.
- OKVulnerable JavaScript libraries
2 library versions 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.
- 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.
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.germanautomotive.ca
Their neighbours in the SEO rank table, which orders every scanned site by health score.
- veprof.com83/100 · rank 446 · 96 pages
- www.ramsayanimalclinic.ca82/100 · rank 504 · 66 pages
- www.highpointplumbing.ca82/100 · rank 504 · 190 pages
- www.tsoralhealth.com82/100 · rank 504 · 44 pages
- vigoindustries.com82/100 · rank 504 · 2,272 pages
- www.valdanniviers.ch82/100 · rank 504 · 5,000 pages
This report was produced by the DIY SEO Hub Site Spider crawling www.germanautomotive.ca from its pages as published, the way a search engine does. It shows summary figures only.
Own www.germanautomotive.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.germanautomotive.ca. Removal needs no account and no proof of purchase.