agentspeed.

idealista.com

gescannt 27.7.2026, 19:40:37 · aus dem Cache · Aktualisierung in 22 h · rubric 2026.08.1
robots.txt present: passrobots.txt allows AI agents: passContent-Signal directives: failllms.txt present: passSitemap present: failLink response headers: failCanonical URL: failMCP server card: failOAuth authorization metadata: failOAuth resource metadata: failAPI catalog / OpenAPI: failWeb Bot Auth: failMarkdown negotiation: failText-to-markup ratio: failContent without JavaScript: skipHeading hierarchy: failCookie wall blocks content: passDeclared language: passPage title: passMeta description: failJSON-LD present: failStructured data validates: skipSchema type coverage: passPaywall / login wall: passAgent Skills manifest: failWebMCP actions: failPrimary action reachable: failReachability: failTime to first byte: passFull render time: skipPage weight: pass43/ 100 · F
Gefährdet

So erleben KI-Agenten (nicht Browser) idealista.com. Der Score gewichtet fünf Kategorien der Maschinenlesbarkeit; die Striche auf dem Bogen sind die 31 einzelnen Checks dahinter.

✉ Diesen Bericht per E-Mail + Alarm bei Änderungen ↓

Technische Check-Details erscheinen auf Englisch — sie stammen direkt aus dem Scanner.

Wichtigste Fixes

failSitemap presentAuffindbarkeit

No reachable sitemap.xml. Publish one and reference it in robots.txt.

Fix: Publish /sitemap.xml and reference it from robots.txt with a Sitemap: line.

failCanonical URLAuffindbarkeit

No <link rel="canonical"> tag in <head>. Agents use canonical URLs to dedupe and cite.

Fix: Add <link rel="canonical" href="…"> pointing at the primary URL of each page.

failMeta descriptionLesbarkeit

No <meta name="description">. Agents use it as a page summary; add a 50–200 character description.

Fix: Add `<meta name="description" content="...">` to your primary pages. Agents frequently use it as a summary.

failJSON-LD presentStrukturierte Daten

No JSON-LD blocks found. Add a <script type="application/ld+json"> with a schema.org type for this page.

Fix: Add a <script type="application/ld+json"> describing the page (Organization, Article, Product, FAQPage).

failPrimary action reachableHandlungsfähigkeit

Page text too sparse to probe; agent has nothing to read.

Fix: If agents cannot identify what you sell within 3 steps, your primary-offer page is under-structured. Add a visible headline, price (or "contact us"), and canonical CTA.

failReachabilityHandlungsfähigkeit

Terminal HTTP 403.

Fix: Chained redirects multiply latency and break some agent crawlers. Collapse to a single redirect.

Diesen Bericht nicht verlieren

Jetzt ins Postfach — und eine Nachricht, sobald sich der Agent-Readiness-Score von idealista.com ändert. Kostenlos, jederzeit abbestellbar.

Direkt beheben

Generierte, einsatzbereite Dateien für die Lücken oben — kopieren oder herunterladen und ins Repo legen.

Add JSON-LD structured data
Paste inside <head>. Use Article/Product instead of Organization on those page types.
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "Organization",
  "name": "idealista.com",
  "url": "https://idealista.com/"
}
</script>
Does AI actually recommend idealista.com?

This scan shows whether an agent can read the site. One free probe asks a real assistant a real buying question and records who it cited.

Run the free probe →
Dieser Scan hat eine Seite bewertet. Deine Website ist mehr als eine Seite.

Bewertet wurde nur die Startseite. Preise, Doku und Checkout liegen auf anderen Seiten — genau denen, die Assistenten zitieren, wenn sie dich empfehlen. Ein Wert von 43/100 hier heißt: Agenten übersehen schon auf deiner besten Seite Dinge. Der Deep Scan ($29) prüft die ganze Website gegen alle 31 Checks und liefert ein PDF mit jedem fehlgeschlagenen Check und dem konkreten Fix, sortiert nach dem, was dich am meisten Sichtbarkeit kostet. Einmalig, in Minuten geliefert, kein Abo.

Deep Scan bestellen →

Was der Agent empfängt

The agent’s-eye view
idealista.com Please enable JS and disable any ad blocker

Zeig deinen Score

Binde dieses Badge auf deiner Website ein. Es verlinkt auf diesen Live-Scan und aktualisiert sich bei jedem Rescan.

AgentSpeed score for idealista.com
<a href="https://agentspeed.com/scan/idealista.com"><img src="https://agentspeed.com/badge/idealista.com" alt="AgentSpeed agent-readiness score" height="56"></a>

Diesen Score beobachten

Diesen Bericht per E-Mail erhalten — und eine Nachricht, wenn sich die Agent-Readiness von idealista.com wirklich ändert: ein Check verschlechtert sich oder der Gesamtwert fällt.

Zwei Dinge lösen nie eine E-Mail aus: Score-Änderungen durch eine neue Rubrik von uns (das ist ein anderes Messinstrument, keine Änderung an deiner Website) und Bewegungen, die sich nur durch zeitabhängige Checks erklären, die von Lauf zu Lauf schwanken.

Lieber nach eigenem Zeitplan, mit Slack oder Webhook statt E-Mail? Score-Drift-Monitoring ist in jedem Bezahlplan enthalten.

Dieser Score sagt, ob ein KI-Agent idealista.com lesen könnte. KI-Traffic-Analytics zeigt, ob tatsächlich einer kam — und welche Seiten ihn abgewiesen haben.

Vollständige Aufschlüsselung

10 pass0 warn18 fail3 skip
Auffindbarkeit
pass
robots.txt present
A robots.txt is reachable at the site root.
100/100
pass
robots.txt allows AI agents
All 9 answer-time access agents allowed.
100/100
fail
Content-Signal directivesemerging
No Content-Signal directives. Add e.g. `Content-Signal: ai-train=no, ai-summarize=yes` to declare granular AI usage policy beyond binary allow/disallow.
0/100
pass
llms.txt present
Found /llms.txt but missing H1 header and markdown links. Not scored.
100/100
fail
Sitemap present
No reachable sitemap.xml. Publish one and reference it in robots.txt.
0/100
fail
Link response headers
No HTTP Link: response headers. Emit canonical/alternate/describedby relations so HEAD-only or stream-rendering agents get them without parsing HTML.
0/100
fail
Canonical URL
No <link rel="canonical"> tag in <head>. Agents use canonical URLs to dedupe and cite.
0/100
fail
MCP server cardemerging
No valid MCP Server Card at /.well-known/mcp/server-card.json. Publish one so agents can discover your tools without HTML scraping.
0/100
fail
OAuth authorization metadataemerging
No RFC 8414 metadata at /.well-known/oauth-authorization-server. Agents that act on behalf of users need this to discover your authorization endpoints.
0/100
fail
OAuth resource metadataemerging
No RFC 9728 metadata at /.well-known/oauth-protected-resource. Publish it so agents can discover required scopes without hand-coded credentials.
0/100
fail
API catalog / OpenAPIemerging
No /.well-known/api-catalog (RFC 9727) and no /openapi.json|yaml. Publish one so agents that integrate with APIs can discover your endpoints.
0/100
fail
Web Bot Authemerging
No Web Bot Auth JWKS at /.well-known/http-message-signatures-directory.json. Publish one to allow trusted agents while keeping a default-deny posture for the rest.
0/100
Lesbarkeit
fail
Markdown negotiationemerging
Accept: text/markdown returns HTML, not markdown. Serve a markdown variant of primary content when requested; agents summarize and cite it more reliably.
0/100
fail
Text-to-markup ratio
Visible text is 7.4% of HTML weight (57/773 bytes). Low. Markup may be crowding out agent-usable text.
55/100
skip
Content without JavaScript
Browser pass unavailable; cannot measure JS dependency.
fail
Heading hierarchy
No headings found. Add at least an <h1>; structure helps agents summarise.
0/100
pass
Cookie wall blocks content
No common consent-modal markers detected.
100/100
pass
Declared language
Declared lang="es".
100/100
pass
Page title
A concise <title> is present (13 chars).
100/100
fail
Meta description
No <meta name="description">. Agents use it as a page summary; add a 50–200 character description.
0/100
Strukturierte Daten
fail
JSON-LD present
No JSON-LD blocks found. Add a <script type="application/ld+json"> with a schema.org type for this page.
0/100
skip
Structured data validates
No JSON-LD blocks present; nothing to validate (covered by structured_data.jsonld_present).
pass
Schema type coverage
Page intent unclear; no specific schema.org type expected.
100/100
Handlungsfähigkeit
pass
Paywall / login wall
No paywall or login-wall detected on the landing URL.
100/100
fail
Agent Skills manifestemerging
No Agent Skills manifest at /.well-known/agent-skills.json. Enumerate the tasks agents can perform (search, add-to-cart, contact-support) so they pick the right one without scraping.
0/100
fail
WebMCP actionsemerging
No WebMCP detected. On pages with first-class actions (cart, support, account), embed a WebMCP server so on-page agents invoke tools directly.
0/100
fail
Primary action reachable
Page text too sparse to probe; agent has nothing to read.
0/100
fail
Reachability
Terminal HTTP 403.
0/100
Performance
pass
Time to first byte
TTFB 149ms. Healthy.
100/100
skip
Full render time
Full-render time unavailable (browser pass skipped or failed).
pass
Page weight
Initial document is a lean 1 KB.
100/100
Mehr als der Scan

Betreibst du eigene KI-Agenten? AgentSpeed überwacht sie auch in Produktion — jeden Lauf, Latenz, Kosten und Fehler, mit Alarmen, wenn etwas bricht. Kostenlos bis 10.000 Events pro Monat, keine Kreditkarte.

Kostenlos beobachten →Pläne ansehen