One file. One standard. Every AI can find and understand your property.
Drop a property.txt on any website — and let LLMs, search agents,
and tenants discover it directly.
Tenants search five platforms. Landlords list on three. Nobody's data talks to anybody else. And the new wave of AI assistants? They can't read any of it.
Property DNA changes this. It's an open, machine-readable format — like robots.txt, but for real estate. Host it on your website. Let AI find your property. Skip the portals. Own your listing.
Describe your property in structured YAML — with photos. Or let SusiSorglos generate it from
your existing data.
Upload to yoursite.com/property.txt and add a <link rel="property-dna"> tag
to your HTML head.
Send a single POST to ping.propertydna.org — your listing gets validated and added to the global
index.
LLMs and AI assistants find your listing via the registry, parse it, and surface it in conversations — with photos.
Add a <link> tag to your website's <head>. AI crawlers and search
engines pick it up automatically.
<!-- In your <head> --> <link rel="property-dna" href="/property.txt" type="text/plain" /> <!-- Multiple properties? --> <link rel="property-dna" href="/properties/unit-1.txt" /> <link rel="property-dna" href="/properties/unit-2.txt" />
Add a Property-DNA directive to your existing robots.txt. Crawlers already check this file.
# robots.txt User-agent: * Allow: / # Property DNA discovery Property-DNA: /property.txt Property-DNA: /properties/unit-2.txt
For portals with many listings: serve a JSON index at /.well-known/property-dna that lists all
property files.
// GET /.well-known/property-dna { "version": "1.0", "properties": [ "/properties/AT-1060-GUMPENDORFER.txt", "/properties/AT-1020-PRATER.txt" ], "updated": "2026-02-21T10:00:00Z" }
ping.propertydna.org
and your listings get indexed for every AI agent worldwide.When you publish or update a property.txt, send a single API call. The registry crawls your file, validates it, and adds it to the master index.
# Register a single property POST https://ping.propertydna.org/v1/ping { "url": "https://example.com/property.txt", "event": "publish" } # Response { "status": "indexed", "id": "AT-1060-GUMPENDORFER-12-TOP3", "validation": "LEVEL 3 — COMPLETE", "next_crawl": "2026-02-22T10:00:00Z" }
Kopiere den
Text eines Inserats von Willhaben, ImmoScout, Immowelt oder einer anderen Plattform — die AI generiert
daraus eine property.txt
Lade eine
OpenImmo-XML-Datei hoch — der Parser extrahiert alle Immobilien und konvertiert sie automatisch in das
property.txt
Format.
Go to chat.openai.com/gpts/editor → "Configure" tab → paste:
Name: Property DNA — Wohnungssuche mit AI Description: Finde deine perfekte Wohnung. Beschreibe was du suchst — ich matche dich gegen verfügbare Immobilien im Property DNA Standard. Kein Portal-Hopping, kein Rätselraten.
This is the brain of your GPT. Paste the entire block into the "Instructions" field.
Then replace the sample properties at the bottom with your own property.txt data.
Add these as conversation starters so users can jump right in:
Ich suche eine Wohnung in Wien — kannst du mir helfen? Was habt ihr für Familien mit Kindern? Zeig mir alles unter €1100 mit guter Öffi-Anbindung Ich brauche eine ruhige Wohnung mit Garten für mich und meinen Hund
After publishing, you get a share link. Use it everywhere:
• Website: "AI-Wohnungssuche starten" Button → Link to GPT • Inserate: Add GPT link to listing description • WhatsApp/Email: Send link to interested tenants • QR-Code: Print on "Zu Vermieten" signs • Social Media: Post as interactive apartment search Pro tip: 5-20 properties per GPT = optimal context. 20+ properties → split into multiple GPTs or use SusiSorglos Pro API.
Full specification, validation tools, and documentation. Free to implement, forever. CC BY 4.0.
Import your listings and auto-generate Property DNA files. Hosted, synced with your property management.
API endpoints for portals and platforms. Validate, parse, and index Property DNA files at scale.
One-click plugins to generate and host property.txt. No technical knowledge required.
Early adopters define the standard. Get your properties indexed by AI before your competition understands the shift.