Skip to main content
Lokales UnternehmenGemischt

SEO-Bericht: moderaterna.se

Erstellt am 8. Mai 2026 · 23 Befunde · 7.8s

96
report.overallScore
93
seo
98
security
0
performance
100
accessibility
94
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
93(+45 vs avg)
security
98(+36 vs avg)
performance
0(-50 vs avg)
accessibility
100(+44 vs avg)
Best Practices
94(+34 vs avg)

Score-Prognose

Geschätzte Verbesserung basierend auf den Ergebnissen dieses Berichts

Aktueller Score: 96Prognostizierter Score: 98
Aktueller Score
Free (+1)
Starter (+1)

Bereit, Ihr SEO zu verbessern?

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

Modul-Übersicht

headers
206 findings
structured data
784 findings
technology
802 findings
brand checker
802 findings
reputation
852 findings
content
901 finding
news mentions
90
dns
951 finding
mobile
952 findings
rate limits
952 findings
page experience
951 finding
cookies
100
ssl
100
meta
100
robots
100
sitemap
100
accessibility
100
layout scan
100
social checker
100
uptime checker
100
crawl budget
100
indexing checker
100
log analyzer
100

Alle Befunde (20)

Kritisch (1)

  • highheaders

    Missing strict-transport-security

    HSTS header is missing. The site may be vulnerable to downgrade attacks.

    Add Strict-Transport-Security header with max-age of at least 31536000

Mittel (8)

  • mediumheaders

    Missing content-security-policy

    CSP header is missing. The site may be vulnerable to XSS attacks.

    Add a Content-Security-Policy header to restrict resource loading

  • mediumheaders

    Missing x-content-type-options

    X-Content-Type-Options is missing. MIME-sniffing attacks are possible.

    Add X-Content-Type-Options: nosniff header

  • mediumheaders

    Missing x-frame-options

    X-Frame-Options is missing. The site may be vulnerable to clickjacking.

    Add X-Frame-Options: DENY or SAMEORIGIN header

  • mediumstructured data

    Missing @type in schema

    A structured data object has no @type

    Add a @type property (e.g. Organization, WebSite)

  • mediumtechnology

    Mixed content detected

    1 resources loaded over HTTP on an HTTPS page

    Update all resource URLs to use HTTPS

  • mediumcontent

    Very low text-to-HTML ratio

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

    Increase meaningful text content relative to HTML markup

  • mediumbrand checker

    No Organization schema

    No Organization JSON-LD found

    Add Organization structured data with name, logo, and contact information

  • 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

Niedrig (11)

  • 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 referrer-policy

    Referrer-Policy is not set. Full URLs may leak to third parties.

    Add Referrer-Policy: strict-origin-when-cross-origin

  • lowheaders

    Missing permissions-policy

    Permissions-Policy is missing.

    Add Permissions-Policy to restrict browser feature access

  • lowstructured data

    Missing Organization schema

    No Organization or LocalBusiness structured data found

    Add Organization schema with name, logo, and contact info

  • lowstructured data

    Missing WebSite schema

    No WebSite structured data found

    Add WebSite schema with SearchAction for sitelinks search box

  • lowtechnology

    Many third-party domains

    23 external domains — may impact performance and privacy

    Reduce third-party dependencies or self-host critical resources

  • lowmobile

    Unresponsive images

    3 images lack srcset or responsive sizing

    Use srcset and sizes attributes for responsive images

  • lowrate limits

    No rate limiting detected

    No explicit rate-limit headers or 429 responses detected. Cloudflare WAF provides platform-level protection.

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

  • lowbrand checker

    No web app manifest

    No manifest.json linked — PWA features unavailable

    Add a web app manifest for installability and brand customization

  • lowpage experience

    No lazy loading on images

    7 images without lazy loading

    Add loading="lazy" to below-the-fold images for faster initial page load

  • lowreputation

    Only 0 sameAs entries

    Found 0 sameAs URLs across all JSON-LD entities — search engines use sameAs to verify brand identity

    Add sameAs URLs for all your social profiles, Wikipedia page, and business directory listings (aim for 3+)

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 moderaterna.se.

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

```json
{
  "domain": "moderaterna.se",
  "scores": {
    "overall": 96,
    "performance": 0,
    "seo": 93,
    "accessibility": 100,
    "bestPractices": 94,
    "security": 98
  },
  "findings": [
    {
      "module": "headers",
      "severity": "high",
      "title": "Missing strict-transport-security",
      "description": "HSTS header is missing. The site may be vulnerable to downgrade attacks.",
      "recommendation": "Add Strict-Transport-Security header with max-age of at least 31536000"
    },
    {
      "module": "headers",
      "severity": "medium",
      "title": "Missing content-security-policy",
      "description": "CSP header is missing. The site may be vulnerable to XSS attacks.",
      "recommendation": "Add a Content-Security-Policy header to restrict resource loading"
    },
    {
      "module": "headers",
      "severity": "medium",
      "title": "Missing x-content-type-options",
      "description": "X-Content-Type-Options is missing. MIME-sniffing attacks are possible.",
      "recommendation": "Add X-Content-Type-Options: nosniff header"
    },
    {
      "module": "headers",
      "severity": "medium",
      "title": "Missing x-frame-options",
      "description": "X-Frame-Options is missing. The site may be vulnerable to clickjacking.",
      "recommendation": "Add X-Frame-Options: DENY or SAMEORIGIN header"
    },
    {
      "module": "structured-data",
      "severity": "medium",
      "title": "Missing @type in schema",
      "description": "A structured data object has no @type",
      "recommendation": "Add a @type property (e.g. Organization, WebSite)"
    },
    {
      "module": "technology",
      "severity": "medium",
      "title": "Mixed content detected",
      "description": "1 resources loaded over HTTP on an HTTPS page",
      "recommendation": "Update all resource URLs to use HTTPS"
    },
    {
      "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": "brand-checker",
      "severity": "medium",
      "title": "No Organization schema",
      "description": "No Organization JSON-LD found",
      "recommendation": "Add Organization structured data with name, logo, and contact information"
    },
    {
      "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"
    }
  ]
}
```

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

Sweden has high internet penetration and favors Swedish domains in local searches.

Starten Sie Ihre kostenlose Testversion

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