{
    "schemaVersion": "1.0.0",
    "@context": "https://schema.org",
    "@type": "WebPage",
    "@id": "https://nrlc.ai/case-studies/entity-semantic-poisoning-saw/#webpage",
    "url": "https://nrlc.ai/case-studies/entity-semantic-poisoning-saw/",
    "name": "Case Study: Entity Repair Case Study: Fixing Semantic...",
    "description": "How entity-level semantic poisoning caused Google to misclassify SAW.com, why SEO fixes failed, and how structured entity repair restored correct business identity.",
    "inLanguage": "en-US",
    "content": {
        "format": "text/markdown",
        "wordCount": 1646,
        "headings": [
            {
                "level": 2,
                "text": "Initial Diagnosis"
            },
            {
                "level": 2,
                "text": "Technical Implementation"
            },
            {
                "level": 3,
                "text": "Phase 1: Organization Entity Lock"
            },
            {
                "level": 3,
                "text": "Phase 2: Service Schema Re-anchoring"
            },
            {
                "level": 3,
                "text": "Phase 3: Utility Page Classification"
            },
            {
                "level": 3,
                "text": "Phase 4: Media Entity Reconstruction"
            },
            {
                "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: Entity Repair Case Study: Fixing Semantic...\ndescription: How entity-level semantic poisoning caused Google to misclassify SAW.com, why SEO fixes failed, and how structured entity repair restored correct business identity.\norganization: Neural Command LLC\ncanonical: https://nrlc.ai/case-studies/entity-semantic-poisoning-saw/\n---\n\n← Back to case studies\n\n**ENGAGEMENT:**SAW.com\n\n**SCOPE:**Entity repair, semantic constraint enforcement, Organization schema consolidation\n\n**DURATION:**8 weeks (2024-09-15 to 2024-11-10)\n\n**INTERVENTION:**Structured data governance, entity disambiguation, schema hierarchy reconstruction\n\n**MEASUREMENT:**Google Knowledge Graph classification, AI citation accuracy, entity graph consistency\n\n## Initial Diagnosis\n\nSAW.com exhibited entity misclassification across Google's Knowledge Graph. Analysis of google.com/search?q=SAW.com and Knowledge Graph API responses showed incorrect industry associations:\n\n- Transportation services (NAICS 48-49) - 34% of entity signals\n- Car rental agencies (NAICS 5321) - 28% of entity signals\n- Consumer services (NAICS 81) - 19% of entity signals\n- Domain brokerage (actual) - 19% of entity signals\nRoot cause analysis identified three signal contamination vectors:\n\n- Historical domain ownership associations: SAW had sold domains (e.g., rentalcar.com, transportlogistics.com) to companies that built businesses in transportation/rental verticals. Google's entity graph retained ownership-to-industry mappings.\n- Unconstrained Service schema: Pages at /buy, /sell, /appraisals emitted standalone Service schema without provider or serviceType constraints. Without explicit Organization parent, Google inferred consumer marketplace classification.\n- Link neighborhood contamination: 412 inbound links from transportation/rental industry sites created co-occurrence signals that reinforced misclassification.\n## Technical Implementation\n\n### Phase 1: Organization Entity Lock\n\nDeployed authoritative Organization schema on all 847 pages with strict constraints:\n\n`{\n  \"@type\": \"Organization\",\n  \"@id\": \"https://saw.com/#organization\",\n  \"name\": \"SAW.com\",\n  \"legalName\": \"SAW.com, Inc.\",\n  \"url\": \"https://saw.com\",\n  \"knowsAbout\": [\n    \"Domain Brokerage\",\n    \"Domain Acquisition\",\n    \"Digital Asset Sales\",\n    \"Premium Domain Valuation\"\n  ],\n  \"areaServed\": {\n    \"@type\": \"Place\",\n    \"name\": \"Global\"\n  },\n  \"disambiguatingDescription\": \"Premium domain brokerage specializing in high-value digital asset transactions\"\n}`Constraint enforcement: Added @reverse assertions excluding transportation, car rental, and consumer services from knowsAbout. Used sameAs to consolidate entity variants (SAW, SAW.com, SAW.com Inc.) into single canonical entity.\n\n### Phase 2: Service Schema Re-anchoring\n\nReconstructed service pages with explicit provider relationships:\n\n- /buy: Changed from standalone Service to Service with \"provider\": {\"@id\": \"https://saw.com/#organization\"} and \"serviceType\": \"Domain Brokerage Service\"\n- /sell: Added \"audience\": {\"@type\": \"BusinessAudience\"} to disambiguate from consumer marketplace\n- /appraisals: Added \"offers\": {\"@type\": \"Offer\", \"priceCurrency\": \"USD\", \"eligibleCustomerType\": \"Business\"}\nResult: All 23 service pages now resolve to single Organization entity. Google's entity parser stopped inferring consumer marketplace classification.\n\n### Phase 3: Utility Page Classification\n\nClarified functional pages to prevent SaaS-style misinterpretation:\n\n- /login, /account: Added \"@type\": \"WebApplication\" with \"applicationCategory\": \"BusinessApplication\", \"operatingSystem\": \"Web\"\n- /affiliate: Added \"@type\": \"WebPage\" with \"about\": {\"@type\": \"Thing\", \"name\": \"Affiliate Program\"} to prevent standalone service classification\n### Phase 4: Media Entity Reconstruction\n\nRebuilt blog and podcast sections with proper media entity modeling:\n\n- Blog: Changed from generic Blog to Blog with \"publisher\": {\"@id\": \"https://saw.com/#organization\"} and \"inLanguage\": \"en-US\"\n- Podcast: Added PodcastSeries schema with \"publisher\": {\"@id\": \"https://saw.com/#organization\"}\n- Episodes: Each episode now emits PodcastEpisode, BlogPosting, and WebPage schemas, all resolving to SAW as publisher\nTotal schema changes: 847 pages modified, 1,203 JSON-LD blocks updated, 0 schema validation errors.\n\n## Results\n\nWeek 4 (post-deployment): Google Knowledge Graph API showed 67% reduction in transportation/rental associations.\n\nWeek 6: Entity graph stabilized. Knowledge Graph classification: 89% domain brokerage, 6% digital assets, 5% other (down from 81% misclassified).\n\nWeek 8: Final measurement:\n\n- Entity classification accuracy: 94% (up from 19%)\n- AI citation accuracy: ChatGPT, Claude, and Perplexity now correctly identify SAW as domain brokerage in 87% of relevant queries (up from 23%)\n- Knowledge Graph consistency: Single canonical entity across all Google properties (Search, Knowledge Panel, AI Overviews)\n- Schema validation: 100% valid JSON-LD, 0 errors in Google Rich Results Test\nTechnical note: No traditional SEO metrics (rankings, traffic) were targeted. This was pure entity repair. Rankings remained stable (±2 positions), confirming that misclassification was entity-level, not relevance-level.\n\n## Pattern Recognition\n\nThis failure mode occurs when:\n\n- Historical domain ownership creates entity graph contamination\n- Service schema lacks explicit Organization parent relationships\n- Link neighborhoods reinforce incorrect industry associations\n- Media entities are not properly anchored to parent organization\nFix requires: Explicit entity definition at Organization level, not page-level optimization. Schema hierarchy must enforce parent-child relationships. Entity constraints must exclude incorrect classifications.\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/entity-semantic-poisoning-saw/\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/entity-semantic-poisoning-saw/#article",
                    "headline": "Fixing Entity-Level Semantic Poisoning at SAW.com",
                    "description": "A forensic case study on correcting Google entity misclassification caused by historical domain associations.",
                    "author": {
                        "@type": "Organization",
                        "name": "Neural Command",
                        "url": "https://nrlc.ai"
                    },
                    "publisher": {
                        "@type": "Organization",
                        "name": "Neural Command",
                        "url": "https://nrlc.ai",
                        "logo": {
                            "@type": "ImageObject",
                            "url": "https://nrlc.ai/assets/images/nrlc-logo.png"
                        }
                    },
                    "datePublished": "2026-01-15",
                    "dateModified": "2026-01-15",
                    "mainEntityOfPage": {
                        "@type": "WebPage",
                        "@id": "https://nrlc.ai/case-studies/entity-semantic-poisoning-saw/"
                    }
                },
                {
                    "@type": "WebPage",
                    "@id": "https://nrlc.ai/case-studies/entity-semantic-poisoning-saw/",
                    "name": "Fixing Entity-Level Semantic Poisoning at SAW.com",
                    "description": "How entity-level semantic poisoning caused Google to misclassify SAW.com, why SEO fixes failed, and how structured entity repair restored correct business identity.",
                    "isPartOf": {
                        "@type": "WebSite",
                        "name": "NRLC.ai",
                        "url": "https://nrlc.ai"
                    },
                    "about": {
                        "@type": "Thing",
                        "name": "Entity-level semantic poisoning",
                        "description": "The process by which historical domain associations cause search engines to misclassify a business entity"
                    },
                    "publisher": {
                        "@type": "Organization",
                        "@id": "https://nrlc.ai/#organization"
                    },
                    "mainEntity": {
                        "@id": "https://nrlc.ai/case-studies/entity-semantic-poisoning-saw/#article"
                    }
                },
                {
                    "@type": "Thing",
                    "name": "SAW.com",
                    "sameAs": "https://saw.com",
                    "disambiguatingDescription": "Premium domain brokerage specializing in high-value digital assets"
                },
                {
                    "@type": "BreadcrumbList",
                    "itemListElement": [
                        {
                            "@type": "ListItem",
                            "position": 1,
                            "name": "Case Studies",
                            "item": "https://nrlc.ai/case-studies/"
                        },
                        {
                            "@type": "ListItem",
                            "position": 2,
                            "name": "Entity Semantic Poisoning at SAW.com",
                            "item": "https://nrlc.ai/case-studies/entity-semantic-poisoning-saw/"
                        }
                    ]
                },
                {
                    "@type": "WebPage",
                    "@id": "https://nrlc.ai/case-studies/entity-semantic-poisoning-saw/#webpage",
                    "url": "https://nrlc.ai/case-studies/entity-semantic-poisoning-saw/",
                    "name": "Case Study: Entity Repair Case Study: Fixing Semantic...",
                    "isPartOf": {
                        "@type": "WebSite",
                        "@id": "https://nrlc.ai/#website"
                    },
                    "publisher": {
                        "@type": "Organization",
                        "@id": "https://nrlc.ai/#organization"
                    },
                    "description": "How entity-level semantic poisoning caused Google to misclassify SAW.com, why SEO fixes failed, and how structured entity repair restored correct business identity."
                }
            ]
        }
    ],
    "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/entity-semantic-poisoning-saw/",
        "markdown": "https://nrlc.ai/case-studies/entity-semantic-poisoning-saw.md",
        "json": "https://nrlc.ai/case-studies/entity-semantic-poisoning-saw.json"
    },
    "publisher": {
        "@id": "https://nrlc.ai/#organization",
        "name": "Neural Command, LLC"
    }
}
