Scanned sites / www.germanautomotive.ca / 2026-09-19-1856
www.germanautomotive.ca scan from 9/19/2026, 6:56:51 PM
Scan 2026-09-19-1856
Scanned 9/19/2026, 6:56:51 PM, finished 9/19/2026, 7:14: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 19, 2026 the Site Spider crawled 180 pages and 533 assets of www.germanautomotive.ca, starting from https://www.germanautomotive.ca/. It scored 82 out of 100, a good result. 12 of 14 checks found something to fix, led by meta descriptions (95), title tags (94), sitemap coverage (27); 2 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, 4 low and 1 info findings. See the security findings ↓
- Pages crawled
- 180
- Assets fetched
- 533
- Status
- Completed
- Checks with issues
- 12 of 14
- Title tags94 issues94 of 168 pages have title issues. 7 noindex or canonicalized pages excluded.
- Meta descriptions95 issues95 of 168 pages have meta description issues. 7 noindex or canonicalized pages excluded.
- Headings24 issues24 of 168 pages have heading issues. 7 noindex or canonicalized pages excluded.
- Broken links2 issues2 internal links point at 2 broken URLs.
- Redirects3 issues4 redirecting URLs, 0 of them chained.
- Non-200 responses2 issues6 URLs did not return a 2xx response.
- Rate limitedOKThe site did not rate limit the crawler.
- Indexability4 issues4 of 172 indexable pages have indexability warnings. 3 pages noindex by design.
- Image alt textOK0 of 866 image references have no alt attribute. 788 use an empty alt (decorative), which is fine.
- Heavy assets15 issues15 assets larger than 500 KB among the 100 heaviest.
- Orphan pages7 issues7 pages have no internal links pointing at them.
- Sitemap coverage27 issues5 sitemaps listing 147 URLs: 21 crawled pages missing, 0 listed URLs broken or redirecting, 6 reachable only via the sitemap.
- Thin content1 issue1 of 168 pages have fewer than 200 words. 7 noindex or canonicalized pages excluded.
- Duplicate content2 issues1 group of pages with identical HTML.
Where this scan sits among all scanned sites
1110 sites, median 82%, average 80%
www.germanautomotive.ca scores 82%, higher than 49% of the 1110 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 a good health score, but there are critical areas for improvement, particularly with broken links, redirects, and title/meta issues that impact SEO performance. Prioritize correcting these for better visibility.
- 1
Fix Broken Links
Why: 2 internal links are broken, leading to 404 errors.
How: Update or remove the links pointing to https://www.germanautomotive.ca/about-us/ and https://www.germanautomotive.ca/location-contact/.
Checks: broken-links
- 2
Resolve Non-200 Responses
Why: 6 URLs are returning errors (404 or redirects), affecting user experience.
How: Redirect the 404 URLs to relevant existing pages or update links to valid URLs.
Checks: status-codes
- 3
Optimize Title Tags
Why: 94 of 168 pages have title issues, harming search rankings.
How: Shorten title tags to under 60 characters for affected pages, ensuring clarity.
Checks: titles
- 4
Update Meta Descriptions
Why: 95 pages lack meta descriptions, reducing click-through rate.
How: Create relevant meta descriptions of 150-160 characters for all pages missing them.
Checks: meta-descriptions
- 5
Address Heading Issues
Why: 24 pages have heading issues, complicating SEO structure.
How: Ensure each page has one H1 tag and use subheadings (H2, H3) appropriately.
Checks: headings
- 6
Link to Orphan Pages
Why: 7 pages have no internal links, limiting discoverability.
How: Include links to these orphan pages from relevant sections of your site to improve navigation.
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 crawlYour site has several security vulnerabilities, including missing security headers and cookie protections, which expose it to various risks such as interception and attacks. Addressing these issues will significantly enhance your site's security.
- 0 high
- 3 medium
- 4 low
- 1 info
- 1
Missing HTTP Strict Transport Security (HSTS)Medium
Why it matters: Lack of HSTS can allow interception of initial requests if users type the address without HTTPS.
Fix: Add the header: Strict-Transport-Security: max-age=63072000; includeSubDomains; preload.
Evidence: HTTP Strict Transport Security
- 2
Missing X-Frame-Options HeaderMedium
Why it matters: Absence of this header allows clickjacking attacks by embedding your site in a malicious frame.
Fix: Add the header: X-Frame-Options: DENY.
Evidence: Clickjacking protection
- 3
Cookies Lack Protective FlagsMedium
Why it matters: Cookies without Secure, HttpOnly, and SameSite flags are vulnerable to exploitation.
Fix: Set the following flags for your cookies: Secure, HttpOnly, SameSite=Strict.
Evidence: Cookie flags
- 4
Missing X-Content-Type-Options HeaderLow
Why it matters: Without this header, browsers may execute files as scripts based on content rather than type.
Fix: Add the header: X-Content-Type-Options: nosniff.
Evidence: MIME sniffing protection
- 5
Missing Referrer PolicyLow
Why it matters: Without a proper referrer policy, sensitive data from URLs can be shared with third-party sites.
Fix: Add the header: Referrer-Policy: no-referrer-when-downgrade.
Evidence: Referrer policy
- 6
Server Version DisclosureLow
Why it matters: Disclosing server version can help attackers exploit known vulnerabilities.
Fix: Remove or obscure the following headers: Server and X-Powered-By.
Evidence: Software version disclosure
- 7
Third-Party Scripts without Integrity ChecksLow
Why it matters: Using third-party scripts without Subresource Integrity can lead to security risks if those resources are compromised.
Fix: Implement a Content-Security-Policy that specifies trusted sources.
Evidence: Third-party scripts
- 8
Missing Permissions-Policy HeaderInfo
Why it matters: This header helps limit features in web browsers to reduce potential attack vectors.
Fix: Add the header: Permissions-Policy: (your policies here).
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
- FoundClickjacking protectionMedium
3 of 175 HTML pages send 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
3 of 175 HTML pages send 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 (713 responses)
- x-powered-by: WP Rocket/3.23.1 (1 response)
- FoundCookie flagsMedium
9 of 9 cookies 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.
- wordpress_test_cookie (set by https://www.germanautomotive.ca/wp-login.php?redirect_to=https%3A%2F%2Fwww.germ…) lacks SameSite
- wordpress_516814194a583dce4441416ce0ab42d7 (set by https://www.germanautomotive.ca/wp-login.php?redirect_to=https%3A%2F%2Fwww.germ…) lacks Secure, HttpOnly, SameSite
- wordpress_sec_516814194a583dce4441416ce0ab42d7 (set by https://www.germanautomotive.ca/wp-login.php?redirect_to=https%3A%2F%2Fwww.germ…) lacks Secure, HttpOnly, SameSite
- wordpress_logged_in_516814194a583dce4441416ce0ab42d7 (set by https://www.germanautomotive.ca/wp-login.php?redirect_to=https%3A%2F%2Fwww.germ…) lacks Secure, HttpOnly, SameSite
- wp-settings-0 (set by https://www.germanautomotive.ca/wp-login.php?redirect_to=https%3A%2F%2Fwww.germ…) lacks Secure, HttpOnly, SameSite
- wp-settings-time-0 (set by https://www.germanautomotive.ca/wp-login.php?redirect_to=https%3A%2F%2Fwww.germ…) lacks Secure, HttpOnly, SameSite
- wordpressuser_516814194a583dce4441416ce0ab42d7 (set by https://www.germanautomotive.ca/wp-login.php?redirect_to=https%3A%2F%2Fwww.germ…) lacks Secure, HttpOnly, SameSite
- wordpresspass_516814194a583dce4441416ce0ab42d7 (set by https://www.germanautomotive.ca/wp-login.php?redirect_to=https%3A%2F%2Fwww.germ…) lacks Secure, HttpOnly, SameSite
- wp-postpass_516814194a583dce4441416ce0ab42d7 (set by https://www.germanautomotive.ca/wp-login.php?redirect_to=https%3A%2F%2Fwww.germ…) lacks Secure, HttpOnly, SameSite
- 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)
8 checks passed
- OKHTTPS
All 175 crawled pages were served over HTTPS.
- OKContent Security Policy
A Content-Security-Policy is set on 3 of 175 pages.
- 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.
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.
- fivestarheating.ca83/100 · rank 474 · 64 pages
- veprof.com83/100 · rank 474 · 96 pages
- www.tendingtoes.com82/100 · rank 521 · 23 pages
- www.tsoralhealth.com82/100 · rank 521 · 44 pages
- seelyhomes.com82/100 · rank 521 · 116 pages
- www.lc-contracting.com82/100 · rank 521 · 228 pages
This report was produced by the DIY SEO Hub Site Spider crawling www.germanautomotive.ca from its public pages. Anyone can run a scan of any site they own or are authorised to check. Is this your site? Claim it to manage the listing, or ask for removal through the support form.