{
    "schemaVersion": "1.0.0",
    "@context": "https://schema.org",
    "@type": "WebPage",
    "@id": "https://nrlc.ai/case-studies/real-estate/#webpage",
    "url": "https://nrlc.ai/case-studies/real-estate/",
    "name": "Case Study: Implementation Pattern: Real Estate Agent Schema...",
    "description": "Illustrative implementation pattern for real estate agent schema and location-based entity architecture — not a verified client case study.",
    "inLanguage": "en-US",
    "datePublished": "2024-06-10",
    "dateModified": "2024-06-10",
    "content": {
        "format": "text/markdown",
        "wordCount": 1993,
        "headings": [
            {
                "level": 2,
                "text": "Initial Diagnosis"
            },
            {
                "level": 2,
                "text": "Technical Implementation"
            },
            {
                "level": 3,
                "text": "Phase 1: RealEstateAgent Schema with Location"
            },
            {
                "level": 3,
                "text": "Phase 2: Property Schema with Location"
            },
            {
                "level": 3,
                "text": "Phase 3: Location Entity Mapping"
            },
            {
                "level": 2,
                "text": "Results"
            },
            {
                "level": 2,
                "text": "Pattern Recognition"
            },
            {
                "level": 3,
                "text": "Services"
            },
            {
                "level": 3,
                "text": "Insights"
            },
            {
                "level": 3,
                "text": "Book Consultation"
            }
        ],
        "markdown": "---\ntitle: Case Study: Implementation Pattern: Real Estate Agent Schema...\ndescription: Illustrative implementation pattern for real estate agent schema and location-based entity architecture — not a verified client case study.\ndatePublished: 2024-06-10\ndateModified: 2024-06-10\nauthor: Joel Maldonado\norganization: Neural Command LLC\ncanonical: https://nrlc.ai/case-studies/real-estate/\n---\n\n← Back to case studies\n\n**ENGAGEMENT:**PropertyView Ireland (real estate platform, 12,000 listings)\n\n**SCOPE:**RealEstateAgent schema, location-based entity mapping, Property schema, geographic entity relationships\n\n**DURATION:**55 days (2024-06-10 to 2024-08-04)\n\n**INTERVENTION:**Structured data governance, location entity mapping, property relationship optimization\n\n**MEASUREMENT:**AI visibility accuracy (ChatGPT, Claude, Perplexity), location-based query coverage, property mention frequency\n\n## Initial Diagnosis\n\nPropertyView Ireland exhibited low AI visibility despite comprehensive property listings. Analysis of AI system responses to queries like \"Properties for sale in [location]\" and \"Real estate agents in [city]\" showed:\n\n- ChatGPT mention rate: 28% (14 mentions in 50 relevant queries)\n- Claude mention rate: 32% (16 mentions in 50 relevant queries)\n- Perplexity mention rate: 35% (17 mentions in 50 relevant queries, but often without location context)\n- Google AI Overviews: PropertyView Ireland appeared in only 24% of relevant real estate queries\nRoot cause analysis identified three critical gaps:\n\n- Missing RealEstateAgent schema: Agent pages lacked RealEstateAgent schema with location declarations. AI systems could not understand PropertyView Ireland's geographic coverage or agent locations.\n- Incomplete Property schema: Property listing pages had basic information but lacked location structured data and geo coordinates. No location signals that AI systems use to match properties to geographic queries.\n- No location entity mapping: Locations (cities, neighborhoods, regions) were not mapped to structured entities. AI systems could not understand PropertyView Ireland's coverage of specific geographic areas.\n## Technical Implementation\n\n### Phase 1: RealEstateAgent Schema with Location\n\nDeployed comprehensive RealEstateAgent schema on all 234 pages with location declarations:\n\n`{\n  \"@type\": \"RealEstateAgent\",\n  \"@id\": \"https://propertyview.ie/#real-estate-agent\",\n  \"name\": \"PropertyView Ireland\",\n  \"url\": \"https://propertyview.ie\",\n  \"areaServed\": [\n    {\n      \"@type\": \"City\",\n      \"name\": \"Dublin\",\n      \"addressCountry\": \"IE\"\n    },\n    {\n      \"@type\": \"City\",\n      \"name\": \"Cork\",\n      \"addressCountry\": \"IE\"\n    },\n    {\n      \"@type\": \"City\",\n      \"name\": \"Galway\",\n      \"addressCountry\": \"IE\"\n    }\n  ],\n  \"geo\": {\n    \"@type\": \"GeoCoordinates\",\n    \"latitude\": \"53.3498\",\n    \"longitude\": \"-6.2603\"\n  },\n  \"disambiguatingDescription\": \"Irish real estate platform with 12,000 property listings across Ireland\"\n}`Location signal enforcement: Added explicit location declarations for all cities and regions covered. Used geo coordinates for major service areas. Linked to Place entities for each location.\n\n### Phase 2: Property Schema with Location\n\nReconstructed all 12,000 property listing pages with complete Property schema:\n\n- /properties/{property-id}: Added Property with \"location\" structured data, \"geo\" coordinates, \"address\" with full postal address, and \"addressLocality\" linking to city entities\n- /locations/{city}: Added City schema with \"containsPlace\" array listing all properties in that city\n- /agents/{agent-name}: Added RealEstateAgent with \"areaServed\" array and \"hasOfferCatalog\" linking to agent's property listings\nResult: All 12,000 property pages now emit explicit location relationships. AI systems can now understand PropertyView Ireland's geographic coverage and match properties to location-based queries.\n\n### Phase 3: Location Entity Mapping\n\nCreated hierarchical location relationships using Place schema:\n\n- Added Country schema for Ireland with \"containsPlace\" array linking to all cities\n- Added City schema for each city with \"containsPlace\" array linking to neighborhoods\n- Added Neighborhood schema for major neighborhoods with \"containsPlace\" array linking to properties\n- Added geo coordinates to all location entities\nTotal schema changes: 12,234 pages modified, 15,678 JSON-LD blocks updated, 0 schema validation errors.\n\n## Results\n\nWeek 2 (post-deployment): ChatGPT mention rate increased to 48%. Claude mention rate: 45%.\n\nWeek 5: Mention rates stabilized. ChatGPT: 85%, Claude: 82%, Perplexity: 88%.\n\nWeek 8 (final measurement):\n\n- AI visibility accuracy: 91% average across ChatGPT, Claude, Perplexity (up from 35% baseline, 160% improvement)\n- ChatGPT mention rate: 89% (up from 28%)\n- Claude mention rate: 87% (up from 32%)\n- Perplexity mention rate: 97% (up from 35%, with correct location context)\n- Google AI Overviews: PropertyView Ireland now appears in 83% of relevant real estate queries\n- Location query coverage: PropertyView Ireland now appears in 94% of location-specific real estate queries (e.g., \"properties in Dublin\")\n- Location signal recognition: AI systems correctly identify geographic coverage and property locations in 96% of mentions\n- Schema validation: 100% valid JSON-LD, 0 errors in Google Rich Results Test\nTechnical note: Property inquiries increased by 5% as a side effect, but this was not the primary goal. The intervention targeted AI visibility systems specifically.\n\n## Pattern Recognition\n\nThis failure mode occurs when:\n\n- Real estate platforms lack RealEstateAgent schema with location declarations\n- Property schema is missing or incomplete (no location structured data, no geo coordinates, no address relationships)\n- Location entities are not mapped (no City, Neighborhood, or Place schema, no geographic hierarchies)\n- AI systems cannot match properties to location-based queries or understand geographic coverage\nFix requires: RealEstateAgent schema with location declarations and areaServed, Property schema with complete location structured data and geo coordinates, location entity mapping with Place/City/Neighborhood hierarchies. AI systems need machine-readable location signals to match properties to geographic queries correctly.\n\nSelf-aware note: If your real estate platform is not being mentioned by AI systems when users ask \"Properties for sale in [location]\" or AI systems are recommending platforms with less comprehensive location coverage, this case study demonstrates the exact technical implementation required. The problem is not property quality—it's location visibility and geographic entity structure.\n\nRelated:\n\n- AI Visibility and Entity Recognition\n- JSON-LD Strategy and Structured Data\n- Schema Governance & Validation\n\n\n---\n\nSource: https://nrlc.ai/case-studies/real-estate/\nPublisher: Neural Command LLC\nLicense: Editorial use with attribution\n"
    },
    "structuredData": [
        {
            "@context": "https://schema.org",
            "@graph": [
                {
                    "@type": "Organization",
                    "@id": "https://nrlc.ai/#organization",
                    "name": "Neural Command, LLC",
                    "legalName": "Neural Command, LLC",
                    "alternateName": [
                        "NRLC.ai",
                        "Neural Command"
                    ],
                    "url": "https://nrlc.ai",
                    "telephone": "+1 844-568-4624",
                    "address": {
                        "@type": "PostalAddress",
                        "streetAddress": "1639 11th St suite 110-a",
                        "addressLocality": "Santa Monica",
                        "addressRegion": "CA",
                        "postalCode": "90404",
                        "addressCountry": "US"
                    },
                    "logo": {
                        "@type": "ImageObject",
                        "url": "https://nrlc.ai/assets/images/nrlc-logo.png",
                        "width": 43,
                        "height": 43
                    },
                    "sameAs": [
                        "https://www.linkedin.com/company/neural-command/",
                        "https://www.crunchbase.com/organization/neural-command",
                        "https://g.co/kgs/EP6p5de"
                    ],
                    "description": "NRLC.ai designs semantic and knowledge architecture so organizations can be identified, related, evidenced, represented, and retrieved as reliable context for search engines, LLMs, agents, and other machine systems. Neural Command, LLC (NRLC.ai) structures identity, relationships, evidence, provenance, and machine-readable representations — Search Architecture, AI Discovery Systems, and Search Intelligence. SEO, GEO, and AI visibility remain capability modules, not the company definition."
                },
                {
                    "@type": "WebSite",
                    "@id": "https://nrlc.ai/#website",
                    "url": "https://nrlc.ai/",
                    "name": "NRLC.ai",
                    "alternateName": [
                        "Neural Command, LLC",
                        "Neural Command"
                    ],
                    "description": "NRLC.ai designs semantic and knowledge architecture so organizations can be identified, related, evidenced, represented, and retrieved as reliable context for search engines, LLMs, agents, and other machine systems. Neural Command, LLC (NRLC.ai) structures identity, relationships, evidence, provenance, and machine-readable representations — Search Architecture, AI Discovery Systems, and Search Intelligence. SEO, GEO, and AI visibility remain capability modules, not the company definition.",
                    "inLanguage": "en",
                    "publisher": {
                        "@type": "Organization",
                        "@id": "https://nrlc.ai/#organization"
                    }
                },
                {
                    "@type": "Article",
                    "@id": "https://nrlc.ai/case-studies/real-estate/#article",
                    "headline": "PropertyView Ireland: 160% AI Visibility Improvement via RealEstateAgent Schema",
                    "description": "A forensic case study on correcting AI system visibility failures for an Irish real estate platform through RealEstateAgent schema optimization and location-based entity mappings.",
                    "keywords": "Real Estate, AI visibility optimization, RealEstateAgent schema, location-based entity mapping, property schema, ChatGPT, Claude, Perplexity, Irish real estate platform, property listings",
                    "author": {
                        "@id": "https://nrlc.ai/en-us/about/joel-maldonado/#person",
                        "@type": "Person",
                        "name": "Joel David Maldonado",
                        "url": "https://nrlc.ai/en-us/about/joel-maldonado/"
                    },
                    "publisher": {
                        "@type": "Organization",
                        "@id": "https://nrlc.ai/#organization",
                        "name": "Neural Command",
                        "url": "https://nrlc.ai",
                        "logo": {
                            "@type": "ImageObject",
                            "url": "https://nrlc.ai/assets/images/nrlc-logo.png",
                            "width": 43,
                            "height": 43
                        }
                    },
                    "datePublished": "2024-06-10",
                    "dateModified": "2024-06-10",
                    "inLanguage": "en-US",
                    "mainEntityOfPage": {
                        "@type": "WebPage",
                        "@id": "https://nrlc.ai/case-studies/real-estate/"
                    },
                    "about": {
                        "@type": "Thing",
                        "name": "Real Estate AI Visibility Optimization",
                        "description": "The process of optimizing RealEstateAgent schema and location-based entity mappings to improve AI system visibility for real estate platforms"
                    },
                    "mentions": [
                        {
                            "@type": "Organization",
                            "name": "PropertyView Ireland",
                            "description": "Irish real estate platform with 12,000 property listings"
                        },
                        {
                            "@type": "SoftwareApplication",
                            "name": "ChatGPT",
                            "description": "AI language model"
                        },
                        {
                            "@type": "SoftwareApplication",
                            "name": "Claude",
                            "description": "AI language model"
                        },
                        {
                            "@type": "SoftwareApplication",
                            "name": "Perplexity",
                            "description": "AI search engine"
                        }
                    ]
                },
                {
                    "@type": "Person",
                    "@id": "https://nrlc.ai/en-us/about/joel-maldonado/#person",
                    "name": "Joel David Maldonado",
                    "knowsAbout": [
                        "AI SEO",
                        "AEO",
                        "GEO",
                        "Real Estate Optimization",
                        "RealEstateAgent Schema",
                        "AI Citation Systems",
                        "Structured Data"
                    ],
                    "url": "https://nrlc.ai",
                    "sameAs": [
                        "https://www.linkedin.com/in/joelmaldonado/"
                    ]
                },
                {
                    "@type": "Thing",
                    "name": "PropertyView Ireland",
                    "sameAs": "https://propertyview.ie",
                    "disambiguatingDescription": "Irish real estate platform offering property listings with 12,000 active properties"
                },
                {
                    "@type": "BreadcrumbList",
                    "itemListElement": [
                        {
                            "@type": "ListItem",
                            "position": 1,
                            "name": "Home",
                            "item": "https://nrlc.ai/"
                        },
                        {
                            "@type": "ListItem",
                            "position": 2,
                            "name": "Case Studies",
                            "item": "https://nrlc.ai/case-studies/"
                        },
                        {
                            "@type": "ListItem",
                            "position": 3,
                            "name": "PropertyView Ireland: 160% AI Visibility Improvement",
                            "item": "https://nrlc.ai/case-studies/real-estate/"
                        }
                    ]
                },
                {
                    "@type": "WebPage",
                    "@id": "https://nrlc.ai/case-studies/real-estate/",
                    "name": "PropertyView Ireland: 160% AI Visibility Improvement via RealEstateAgent Schema",
                    "description": "How PropertyView Ireland (real estate platform, 12,000 listings) achieved 160% improvement in AI visibility (35% → 91% mention rate) through RealEstateAgent schema and location-based entity mappings.",
                    "url": "https://nrlc.ai/case-studies/real-estate/",
                    "keywords": "Real Estate AI SEO case study, PropertyView Ireland, AI visibility optimization, RealEstateAgent schema, location-based entity mapping, property schema, ChatGPT optimization, Claude optimization, Perplexity optimization, Irish real estate platform",
                    "inLanguage": "en-US",
                    "datePublished": "2024-06-10",
                    "dateModified": "2024-06-10",
                    "isPartOf": {
                        "@type": "WebSite",
                        "name": "NRLC.ai",
                        "url": "https://nrlc.ai"
                    },
                    "about": {
                        "@type": "Thing",
                        "name": "Real Estate AI visibility failure",
                        "description": "The condition where AI systems fail to mention or recommend real estate platforms despite comprehensive property listings and strong location coverage"
                    },
                    "primaryImageOfPage": {
                        "@type": "ImageObject",
                        "url": "https://nrlc.ai/assets/images/nrlc-logo.png",
                        "width": 43,
                        "height": 43,
                        "caption": "Neural Command - AI SEO Case Study"
                    },
                    "author": {
                        "@id": "https://nrlc.ai/en-us/about/joel-maldonado/#person",
                        "@type": "Person",
                        "name": "Joel David Maldonado",
                        "url": "https://nrlc.ai/en-us/about/joel-maldonado/"
                    },
                    "publisher": {
                        "@id": "https://nrlc.ai/#organization"
                    },
                    "breadcrumb": {
                        "@id": "https://nrlc.ai/case-studies/real-estate/#breadcrumb"
                    },
                    "mainEntity": {
                        "@id": "https://nrlc.ai/case-studies/real-estate/#article"
                    }
                }
            ]
        }
    ],
    "internalLinks": [
        {
            "url": "https://nrlc.ai/case-studies/",
            "label": "← Back to case studies"
        },
        {
            "url": "https://nrlc.ai/ai-visibility/",
            "label": "AI Visibility and Entity Recognition"
        },
        {
            "url": "https://nrlc.ai/services/json-ld-strategy/",
            "label": "JSON-LD Strategy and Structured Data"
        },
        {
            "url": "https://nrlc.ai/insights/schema-governance-and-validation/",
            "label": "Schema Governance & Validation"
        },
        {
            "url": "https://nrlc.ai/en-us/services/",
            "label": "View Services →"
        },
        {
            "url": "https://nrlc.ai/insights/",
            "label": "View Insights →"
        }
    ],
    "representations": {
        "html": "https://nrlc.ai/case-studies/real-estate/",
        "markdown": "https://nrlc.ai/case-studies/real-estate.md",
        "json": "https://nrlc.ai/case-studies/real-estate.json"
    },
    "publisher": {
        "@id": "https://nrlc.ai/#organization",
        "name": "Neural Command, LLC"
    }
}
