Skip to main content
AllgemeinGemischt

SEO-Bericht: ealde.es

Erstellt am 8. Mai 2026 · 27 Befunde · 30.1s

90
report.overallScore
94
seo
85
security
0
performance
84
accessibility
100
Best Practices

Institutionelle Websites priorisieren Barrierefreiheit, Sicherheit und korrekte Indexierung — Bürger und Stakeholder müssen relevante Informationen leicht finden.

Score-Aufschlüsselung

Durchschnittlicher Allgemein-Score: 50

seo
94(+49 vs avg)
security
85(+27 vs avg)
performance
0(-44 vs avg)
accessibility
84(+32 vs avg)
Best Practices
100(+44 vs avg)

Score-Prognose

Geschätzte Verbesserung basierend auf den Ergebnissen dieses Berichts

Aktueller Score: 90Prognostizierter Score: 97
Aktueller Score
Free (+6)
Pro (+1)

Bereit, Ihr SEO zu verbessern?

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

Modul-Übersicht

cookies
01 finding
cookies
01 finding
cookies
01 finding
cookies
01 finding
cookies
01 finding
cookies
01 finding
layout scan
01 finding
cookies
01 finding
cookies
01 finding
cookies
01 finding
cookies
01 finding
cookies
01 finding
cookies
01 finding
headers
206 findings
rate limits
753 findings
accessibility
842 findings
crawl budget
851 finding
news mentions
90
dns
951 finding
robots
951 finding
meta
100
sitemap
100
log analyzer
100

Alle Befunde (27)

Kritisch (14)

  • highcookies

    Could not fetch cookies

    The operation was aborted due to timeout

    Ensure the website is accessible

  • 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

  • highcookies

    Module failed

    Module timeout

    Try scanning again

  • highcookies

    Module failed

    The operation was aborted due to timeout

    Try scanning again

  • highcookies

    Module failed

    The operation was aborted due to timeout

    Try scanning again

  • highcookies

    Module failed

    The operation was aborted due to timeout

    Try scanning again

  • highcookies

    Module failed

    The operation was aborted due to timeout

    Try scanning again

  • highlayout scan

    Could not fetch page

    Failed to fetch the page for layout analysis

    Ensure the site is accessible

  • highcookies

    Module failed

    The operation was aborted due to timeout

    Try scanning again

  • highcookies

    Module failed

    Module timeout

    Try scanning again

  • highcookies

    Module failed

    The operation was aborted due to timeout

    Try scanning again

  • highcookies

    Module failed

    The operation was aborted due to timeout

    Try scanning again

  • highcookies

    Module failed

    The operation was aborted due to timeout

    Try scanning again

  • highcookies

    Module failed

    The operation was aborted due to timeout

    Try scanning again

Mittel (7)

  • 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

  • mediumaccessibility

    Missing main landmark

    No <main> element or role="main" found

    Wrap primary content in a <main> element for screen reader navigation

  • mediumaccessibility

    No skip navigation link

    No skip-to-content link at the top of the page

    Add a visually hidden skip link as the first focusable element

  • 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

  • mediumcrawl budget

    No sitemap.xml found

    sitemap.xml returned HTTP 404

    Create a sitemap.xml to help search engines discover all pages

Niedrig (6)

  • lowdns

    DMARC policy is 'none'

    DMARC is set but policy is 'none' (monitoring only).

    Consider upgrading DMARC policy to 'quarantine' or 'reject'

  • 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

  • lowrobots

    wp-admin blocked without ajax exception

    WordPress admin is blocked but admin-ajax.php is not allowed

    Add Allow: /wp-admin/admin-ajax.php if using WordPress

  • 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

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 ealde.es.

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

```json
{
  "domain": "ealde.es",
  "scores": {
    "overall": 90,
    "performance": 0,
    "seo": 94,
    "accessibility": 84,
    "bestPractices": 100,
    "security": 85
  },
  "findings": [
    {
      "module": "cookies",
      "severity": "high",
      "title": "Could not fetch cookies",
      "description": "The operation was aborted due to timeout",
      "recommendation": "Ensure the website is accessible"
    },
    {
      "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": "cookies",
      "severity": "high",
      "title": "Module failed",
      "description": "Module timeout",
      "recommendation": "Try scanning again"
    },
    {
      "module": "cookies",
      "severity": "high",
      "title": "Module failed",
      "description": "The operation was aborted due to timeout",
      "recommendation": "Try scanning again"
    },
    {
      "module": "cookies",
      "severity": "high",
      "title": "Module failed",
      "description": "The operation was aborted due to timeout",
      "recommendation": "Try scanning again"
    },
    {
      "module": "cookies",
      "severity": "high",
      "title": "Module failed",
      "description": "The operation was aborted due to timeout",
      "recommendation": "Try scanning again"
    },
    {
      "module": "cookies",
      "severity": "high",
      "title": "Module failed",
      "description": "The operation was aborted due to timeout",
      "recommendation": "Try scanning again"
    },
    {
      "module": "accessibility",
      "severity": "medium",
      "title": "Missing main landmark",
      "description": "No <main> element or role=\"main\" found",
      "recommendation": "Wrap primary content in a <main> element for screen reader navigation"
    },
    {
      "module": "accessibility",
      "severity": "medium",
      "title": "No skip navigation link",
      "description": "No skip-to-content link at the top of the page",
      "recommendation": "Add a visually hidden skip link as the first focusable element"
    },
    {
      "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": "layout-scan",
      "severity": "high",
      "title": "Could not fetch page",
      "description": "Failed to fetch the page for layout analysis",
      "recommendation": "Ensure the site is accessible"
    },
    {
      "module": "cookies",
      "severity": "high",
      "title": "Module failed",
      "description": "The operation was aborted due to timeout",
      "recommendation": "Try scanning again"
    },
    {
      "module": "cookies",
      "severity": "high",
      "title": "Module failed",
      "description": "Module timeout",
      "recommendation": "Try scanning again"
    },
    {
      "module": "cookies",
      "severity": "high",
      "title": "Module failed",
      "description": "The operation was aborted due to timeout",
      "recommendation": "Try scanning again"
    },
    {
      "module": "crawl-budget",
      "severity": "medium",
      "title": "No sitemap.xml found",
      "description": "sitemap.xml returned HTTP 404",
      "recommendation": "Create a sitemap.xml to help search engines discover all pages"
    },
    {
      "module": "cookies",
      "severity": "high",
      "title": "Module failed",
      "description": "The operation was aborted due to timeout",
      "recommendation": "Try scanning again"
    },
    {
      "module": "cookies",
      "severity": "high",
      "title": "Module failed",
      "description": "The operation was aborted due to timeout",
      "recommendation": "Try scanning again"
    },
    {
      "module": "cookies",
      "severity": "high",
      "title": "Module failed",
      "description": "The operation was aborted due to timeout",
      "recommendation": "Try scanning again"
    }
  ]
}
```

Empfehlungen für Ihre Branche

  • 1WCAG 2.1 AA-Konformität sicherstellen
  • 2Alle empfohlenen Security Headers implementieren
  • 3Sicherstellen dass Sitemap alle wichtigen Seiten abdeckt
  • 4Seitenladezeit auf unter 2 Sekunden optimieren
  • 5Responsives Design auf allen Seiten sicherstellen

SEO-Checkliste für Allgemein

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

Spain has growing e-commerce and mobile search dominates.

Starten Sie Ihre kostenlose Testversion

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