Skip to main content
Lokales UnternehmenGemischt

SEO-Bericht: toyota.fi

Erstellt am 8. Mai 2026 · 28 Befunde · 5.1s

93
report.overallScore
95
seo
88
security
0
performance
100
accessibility
93
Best Practices

Dienstleistungsunternehmen müssen lokale Suchergebnisse mit korrekten NAP-Daten, Bewertungen und lokalen Signalen dominieren.

Score-Aufschlüsselung

Durchschnittlicher Lokales Unternehmen-Score: 54

seo
95(+47 vs avg)
security
88(+26 vs avg)
performance
0(-50 vs avg)
accessibility
100(+44 vs avg)
Best Practices
93(+33 vs avg)

Score-Prognose

Geschätzte Verbesserung basierend auf den Ergebnissen dieses Berichts

Aktueller Score: 93Prognostizierter Score: 96
Aktueller Score
Starter (+2)
Pro (+1)

Bereit, Ihr SEO zu verbessern?

Starten Sie eine kostenlose Testversion und sehen Sie, wie sich Ihr Score verbessern kann.

Modul-Übersicht

reputation
158 findings
headers
755 findings
technology
753 findings
rate limits
753 findings
page experience
751 finding
brand checker
802 findings
news mentions
852 findings
dns
902 findings
content
901 finding
cookies
100
ssl
100
meta
100
structured data
1001 finding
robots
100
sitemap
100
mobile
100
accessibility
100
layout scan
100
social checker
100
uptime checker
100
crawl budget
100
indexing checker
100
log analyzer
100

Alle Befunde (24)

Kritisch (2)

  • highpage experience

    Intrusive interstitials detected

    Found 3 potential popup/overlay elements

    Reduce intrusive interstitials — they hurt mobile experience and can trigger Google penalties

  • highreputation

    Missing AggregateRating in schema

    Found Organization schema without AggregateRating — missing rich snippet opportunity

    Add aggregateRating with ratingValue, ratingCount, and bestRating to your structured data for star ratings in search results

Mittel (12)

  • mediumheaders

    CSP allows unsafe-eval

    Content-Security-Policy uses 'unsafe-eval' which allows dynamic code execution

    Remove 'unsafe-eval' and refactor code to avoid eval()

  • mediumtechnology

    Render-blocking scripts

    9 scripts load synchronously without async/defer

    Add async or defer to non-critical scripts to improve page load speed

  • mediumcontent

    Very low text-to-HTML ratio

    Text/HTML ratio is 2% (recommended: >5%)

    Increase meaningful text content relative to HTML markup

  • mediumrate limits

    No rate limiting detected

    10 rapid requests all succeeded without any rate-limit headers or 429 responses. The site may be vulnerable to abuse.

    Implement rate limiting (e.g., 429 Too Many Requests) to protect against brute-force attacks

  • mediumbrand checker

    Inconsistent brand name

    Multiple brand names detected: parhaat vaihtoehdot auton ostoon ja vaihtoon., toyota fi, toyota suomi

    Use the same brand name consistently across title, og:site_name, and Organization schema

  • mediumreputation

    No review platform links found

    No links to Trustpilot, Google Business, TripAdvisor, Yelp, G2, Capterra, or Glassdoor detected on the homepage

    Add links to your review profiles to build trust signals and improve local SEO

  • mediumreputation

    LocalBusiness missing "address"

    LocalBusiness/Organization schema found but "address" is not set

    Add "address" to your LocalBusiness schema for better local search visibility

  • mediumreputation

    LocalBusiness missing "telephone"

    LocalBusiness/Organization schema found but "telephone" is not set

    Add "telephone" to your LocalBusiness schema for better local search visibility

  • mediumreputation

    LocalBusiness missing "openingHours"

    LocalBusiness/Organization schema found but "openingHours" is not set

    Add "openingHours" to your LocalBusiness schema for better local search visibility

  • mediumreputation

    LocalBusiness missing "geo"

    LocalBusiness/Organization schema found but "geo" is not set

    Add "geo" to your LocalBusiness schema for better local search visibility

  • mediumreputation

    LocalBusiness missing "priceRange"

    LocalBusiness/Organization schema found but "priceRange" is not set

    Add "priceRange" to your LocalBusiness schema for better local search visibility

  • mediumreputation

    LocalBusiness missing "image"

    LocalBusiness/Organization schema found but "image" is not set

    Add "image" to your LocalBusiness schema for better local search visibility

Niedrig (10)

  • lowdns

    No IPv6 (AAAA) records

    The domain has no AAAA records for IPv6 connectivity

    Add AAAA DNS records for IPv6 support

  • lowdns

    Only one MX record (no redundancy)

    A single MX record means no failover if the mail server goes down.

    Add a secondary MX record for email redundancy

  • lowheaders

    Missing permissions-policy

    Permissions-Policy is missing.

    Add Permissions-Policy to restrict browser feature access

  • lowheaders

    Server header exposes software

    Server: Apache

    Remove or obfuscate the Server header to reduce information leakage

  • lowtechnology

    Many external CSS files

    12 external stylesheets loaded

    Consider bundling CSS files to reduce HTTP requests

  • lowtechnology

    Many third-party domains

    57 external domains — may impact performance and privacy

    Reduce third-party dependencies or self-host critical resources

  • lowrate limits

    No WAF detected

    No Web Application Firewall (Cloudflare, AWS, Akamai, Vercel, Sucuri, Fastly) was detected in response headers.

    Consider using a WAF to protect against common web attacks (XSS, SQL injection, DDoS)

  • lowrate limits

    No bot protection detected

    No CAPTCHA, challenge page, or bot detection was triggered during rapid requests.

    Consider implementing bot protection (e.g., Cloudflare Turnstile, hCaptcha) for sensitive endpoints

  • lownews mentions

    No press page on site

    Found 8 external mentions but no dedicated press page

    Create a /press or /news section to aggregate and amplify media coverage

  • lowbrand checker

    No web app manifest

    No manifest.json linked — PWA features unavailable

    Add a web app manifest for installability and brand customization

AI Fix Prompt

Kopieren Sie diesen Prompt in ChatGPT oder Claude, um schrittweise Fix-Anweisungen zu erhalten

Fix all SEO issues found in the audit of toyota.fi.

Prioritize high-severity issues first, then medium. For each fix, make the actual code change — don't just describe what to do.

```json
{
  "domain": "toyota.fi",
  "scores": {
    "overall": 93,
    "performance": 0,
    "seo": 95,
    "accessibility": 100,
    "bestPractices": 93,
    "security": 88
  },
  "findings": [
    {
      "module": "headers",
      "severity": "medium",
      "title": "CSP allows unsafe-eval",
      "description": "Content-Security-Policy uses 'unsafe-eval' which allows dynamic code execution",
      "recommendation": "Remove 'unsafe-eval' and refactor code to avoid eval()"
    },
    {
      "module": "technology",
      "severity": "medium",
      "title": "Render-blocking scripts",
      "description": "9 scripts load synchronously without async/defer",
      "recommendation": "Add async or defer to non-critical scripts to improve page load speed"
    },
    {
      "module": "content",
      "severity": "medium",
      "title": "Very low text-to-HTML ratio",
      "description": "Text/HTML ratio is 2% (recommended: >5%)",
      "recommendation": "Increase meaningful text content relative to HTML markup"
    },
    {
      "module": "rate-limits",
      "severity": "medium",
      "title": "No rate limiting detected",
      "description": "10 rapid requests all succeeded without any rate-limit headers or 429 responses. The site may be vulnerable to abuse.",
      "recommendation": "Implement rate limiting (e.g., 429 Too Many Requests) to protect against brute-force attacks"
    },
    {
      "module": "brand-checker",
      "severity": "medium",
      "title": "Inconsistent brand name",
      "description": "Multiple brand names detected: parhaat vaihtoehdot auton ostoon ja vaihtoon., toyota fi, toyota suomi",
      "recommendation": "Use the same brand name consistently across title, og:site_name, and Organization schema"
    },
    {
      "module": "page-experience",
      "severity": "high",
      "title": "Intrusive interstitials detected",
      "description": "Found 3 potential popup/overlay elements",
      "recommendation": "Reduce intrusive interstitials — they hurt mobile experience and can trigger Google penalties"
    },
    {
      "module": "reputation",
      "severity": "medium",
      "title": "No review platform links found",
      "description": "No links to Trustpilot, Google Business, TripAdvisor, Yelp, G2, Capterra, or Glassdoor detected on the homepage",
      "recommendation": "Add links to your review profiles to build trust signals and improve local SEO"
    },
    {
      "module": "reputation",
      "severity": "high",
      "title": "Missing AggregateRating in schema",
      "description": "Found Organization schema without AggregateRating — missing rich snippet opportunity",
      "recommendation": "Add aggregateRating with ratingValue, ratingCount, and bestRating to your structured data for star ratings in search results"
    },
    {
      "module": "reputation",
      "severity": "medium",
      "title": "LocalBusiness missing \"address\"",
      "description": "LocalBusiness/Organization schema found but \"address\" is not set",
      "recommendation": "Add \"address\" to your LocalBusiness schema for better local search visibility"
    },
    {
      "module": "reputation",
      "severity": "medium",
      "title": "LocalBusiness missing \"telephone\"",
      "description": "LocalBusiness/Organization schema found but \"telephone\" is not set",
      "recommendation": "Add \"telephone\" to your LocalBusiness schema for better local search visibility"
    },
    {
      "module": "reputation",
      "severity": "medium",
      "title": "LocalBusiness missing \"openingHours\"",
      "description": "LocalBusiness/Organization schema found but \"openingHours\" is not set",
      "recommendation": "Add \"openingHours\" to your LocalBusiness schema for better local search visibility"
    },
    {
      "module": "reputation",
      "severity": "medium",
      "title": "LocalBusiness missing \"geo\"",
      "description": "LocalBusiness/Organization schema found but \"geo\" is not set",
      "recommendation": "Add \"geo\" to your LocalBusiness schema for better local search visibility"
    },
    {
      "module": "reputation",
      "severity": "medium",
      "title": "LocalBusiness missing \"priceRange\"",
      "description": "LocalBusiness/Organization schema found but \"priceRange\" is not set",
      "recommendation": "Add \"priceRange\" to your LocalBusiness schema for better local search visibility"
    },
    {
      "module": "reputation",
      "severity": "medium",
      "title": "LocalBusiness missing \"image\"",
      "description": "LocalBusiness/Organization schema found but \"image\" is not set",
      "recommendation": "Add \"image\" to your LocalBusiness schema for better local search visibility"
    }
  ]
}
```

Empfehlungen für Ihre Branche

  • 1Google Business Profil optimieren
  • 2Service/LocalBusiness Schema hinzufügen
  • 3Kundenbewertungen mit Review Schema integrieren
  • 4Konsistente NAP-Daten auf allen Seiten sicherstellen
  • 5Profile in lokalen Branchenverzeichnissen erstellen

SEO-Checkliste für Lokales Unternehmen

Tipps für Gemischt-Websites

  • Define clear landing pages for each segment
  • Use different meta strategies per page group
  • Segment sitemap by content type

Lokaler SEO-Kontext

Finland has high technology adoption and favors Finnish-language pages.

Starten Sie Ihre kostenlose Testversion

Verwenden Sie Strg+P / Cmd+P zum Speichern als PDF