{"slug":"daryl-local-seo","title":"Daryl Osborne Local SEO — Schema Cascade and Local Surge","tags":["seo","local-seo","schema","daryl-osborne","local-surge"],"agent_summary":"Applies Daryl Osborne's proprietary local SEO methodology: Schema Cascade Effect, DataFeed schema, Local Surge process, Audio/Image/CategoryPage schema types, and multi-entity local optimization.","trigger_phrases":["Daryl Osborne SEO","schema cascade effect","local surge","DataFeed schema","Daryl local SEO","local surge process","CategoryPage schema","Daryl schema templates"],"runnable":true,"markdown":"\n## Daryl Osborne's Local SEO Philosophy\n\nDaryl Osborne's methodology treats schema as an entity-building system, not just a rich result tool. Each schema type is a signal to Google about what the business IS, not just what it does. The cascade effect occurs when multiple schema types reference each other, creating a self-reinforcing entity signal network.\n\n## The Schema Cascade Effect\n\nThe Schema Cascade Effect is Daryl's term for the authority amplification that occurs when schema types are cross-linked via `@id` references:\n\n```\nOrganization @id=\"https://g.co/kg/m/0EXAMPLE\"\n    ↓ (sameAs links back to Organization)\nLocalBusiness @id inherits from Organization\n    ↓ (references LocalBusiness @id)  \nService @id → links to LocalBusiness\n    ↓ (references Service @id)\nVideoObject → links to Service + LocalBusiness\n    ↓ (references LocalBusiness @id)\nAudioObject → links to LocalBusiness\n```\n\nEach schema's `@id` is referenced by downstream schemas. This chain creates a cascade where every schema type amplifies every other type's entity signal.\n\n## Proprietary Schema Types (Daryl Method)\n\nBeyond standard schema.org types, Daryl uses:\n\n### DataFeed Schema\n\nUsed to declare a structured data source about the business (service catalog, pricing data, location data). Signals to Google that the business has machine-readable, queryable data about itself.\n\n```json\n{\n  \"@type\": \"DataFeed\",\n  \"@id\": \"https://domain.com/feed\",\n  \"name\": \"Smith Roofing Service Catalog\",\n  \"about\": {\n    \"@type\": \"LocalBusiness\",\n    \"@id\": \"https://g.co/kg/m/0EXAMPLE\"\n  },\n  \"provider\": {\n    \"@type\": \"Organization\",\n    \"@id\": \"https://g.co/kg/m/0EXAMPLE\"\n  }\n}\n```\n\n### AudioObject Schema\n\nDeclares podcast episodes or audio content about the business. Useful for businesses that produce podcasts or have been featured in audio interviews.\n\n### CategoryPage Schema\n\nA WebPage subtype that declares the page as authoritative for a specific category. Used on service pages to signal that the page IS the authoritative reference for that service category in the local area.\n\n## Local Surge Process\n\nDaryl's Local Surge is a concentrated local entity signal campaign:\n\n**Phase 1: Entity Foundation (Week 1-2)**\n- Complete Organization + LocalBusiness schema with all required properties\n- Wikidata entry created or completed\n- GMB profile fully optimized (all categories, all attributes, all photos)\n- NAP verified consistent across top 50 citations\n\n**Phase 2: Schema Cascade Build (Week 2-4)**\n- Service schema for each service (linked to LocalBusiness via `@id`)\n- FAQ schema on each service page\n- VideoObject schema if any video content exists\n- CategoryPage schema on main service category pages\n\n**Phase 3: Authority Signal Amplification (Week 4-8)**\n- Review acquisition campaign (target 10+ new reviews with keywords + photos)\n- Q&A seeding on GMB (post 5-10 questions, answer as business)\n- GMB post campaign: 1 EVENT/OFFER post per week for 8 weeks\n- Local link acquisition: Chamber of Commerce, industry associations, local directories\n\n**Phase 4: Entity Expansion (Month 2-3)**\n- DataFeed schema addition\n- AudioObject (if podcast episode created)\n- Image schema with business photos\n- Aggregate review schema update with current review count\n\n## Review Optimization (Daryl Protocol)\n\nFrom Daryl's research: reviews with keywords + photos outperform reviews without photos for local pack rankings. Acquisition strategy:\n\n1. Send follow-up text/email post-service\n2. Direct link to Google review page (not generic \"leave us a review\")\n3. Include suggested phrases in the message (naturally): service performed, location, outcome\n4. Follow up on reviews that lack photos with: \"Could you add a photo of your [newly installed roof]?\"\n\nTarget: 80% of new reviews include at least one keyword, 40% include photos.\n\n## Cross-References\n\n- `schema-stack` — general schema methodology that Daryl's work extends\n- `schema-template-library` — template library includes Daryl's proprietary templates\n- `entity-seo` — entity building pipeline that Daryl's Local Surge accelerates\n- `gmb-maps-expert` — GMB optimization that pairs with Daryl's schema cascade\n\n#seo-sop #seo #local-seo #schema #daryl-osborne #local-surge\n","html":"<h2>Daryl Osborne's Local SEO Philosophy</h2>\n<p>Daryl Osborne's methodology treats schema as an entity-building system, not just a rich result tool. Each schema type is a signal to Google about what the business IS, not just what it does. The cascade effect occurs when multiple schema types reference each other, creating a self-reinforcing entity signal network.</p>\n<h2>The Schema Cascade Effect</h2>\n<p>The Schema Cascade Effect is Daryl's term for the authority amplification that occurs when schema types are cross-linked via <code>@id</code> references:</p>\n<pre><code>Organization @id=\"https://g.co/kg/m/0EXAMPLE\"\n    ↓ (sameAs links back to Organization)\nLocalBusiness @id inherits from Organization\n    ↓ (references LocalBusiness @id)  \nService @id → links to LocalBusiness\n    ↓ (references Service @id)\nVideoObject → links to Service + LocalBusiness\n    ↓ (references LocalBusiness @id)\nAudioObject → links to LocalBusiness\n</code></pre>\n<p>Each schema's <code>@id</code> is referenced by downstream schemas. This chain creates a cascade where every schema type amplifies every other type's entity signal.</p>\n<h2>Proprietary Schema Types (Daryl Method)</h2>\n<p>Beyond standard schema.org types, Daryl uses:</p>\n<h3>DataFeed Schema</h3>\n<p>Used to declare a structured data source about the business (service catalog, pricing data, location data). Signals to Google that the business has machine-readable, queryable data about itself.</p>\n<pre><code class=\"language-json\">{\n  \"@type\": \"DataFeed\",\n  \"@id\": \"https://domain.com/feed\",\n  \"name\": \"Smith Roofing Service Catalog\",\n  \"about\": {\n    \"@type\": \"LocalBusiness\",\n    \"@id\": \"https://g.co/kg/m/0EXAMPLE\"\n  },\n  \"provider\": {\n    \"@type\": \"Organization\",\n    \"@id\": \"https://g.co/kg/m/0EXAMPLE\"\n  }\n}\n</code></pre>\n<h3>AudioObject Schema</h3>\n<p>Declares podcast episodes or audio content about the business. Useful for businesses that produce podcasts or have been featured in audio interviews.</p>\n<h3>CategoryPage Schema</h3>\n<p>A WebPage subtype that declares the page as authoritative for a specific category. Used on service pages to signal that the page IS the authoritative reference for that service category in the local area.</p>\n<h2>Local Surge Process</h2>\n<p>Daryl's Local Surge is a concentrated local entity signal campaign:</p>\n<p><strong>Phase 1: Entity Foundation (Week 1-2)</strong></p>\n<ul>\n<li>Complete Organization + LocalBusiness schema with all required properties</li>\n<li>Wikidata entry created or completed</li>\n<li>GMB profile fully optimized (all categories, all attributes, all photos)</li>\n<li>NAP verified consistent across top 50 citations</li>\n</ul>\n<p><strong>Phase 2: Schema Cascade Build (Week 2-4)</strong></p>\n<ul>\n<li>Service schema for each service (linked to LocalBusiness via <code>@id</code>)</li>\n<li>FAQ schema on each service page</li>\n<li>VideoObject schema if any video content exists</li>\n<li>CategoryPage schema on main service category pages</li>\n</ul>\n<p><strong>Phase 3: Authority Signal Amplification (Week 4-8)</strong></p>\n<ul>\n<li>Review acquisition campaign (target 10+ new reviews with keywords + photos)</li>\n<li>Q&#x26;A seeding on GMB (post 5-10 questions, answer as business)</li>\n<li>GMB post campaign: 1 EVENT/OFFER post per week for 8 weeks</li>\n<li>Local link acquisition: Chamber of Commerce, industry associations, local directories</li>\n</ul>\n<p><strong>Phase 4: Entity Expansion (Month 2-3)</strong></p>\n<ul>\n<li>DataFeed schema addition</li>\n<li>AudioObject (if podcast episode created)</li>\n<li>Image schema with business photos</li>\n<li>Aggregate review schema update with current review count</li>\n</ul>\n<h2>Review Optimization (Daryl Protocol)</h2>\n<p>From Daryl's research: reviews with keywords + photos outperform reviews without photos for local pack rankings. Acquisition strategy:</p>\n<ol>\n<li>Send follow-up text/email post-service</li>\n<li>Direct link to Google review page (not generic \"leave us a review\")</li>\n<li>Include suggested phrases in the message (naturally): service performed, location, outcome</li>\n<li>Follow up on reviews that lack photos with: \"Could you add a photo of your [newly installed roof]?\"</li>\n</ol>\n<p>Target: 80% of new reviews include at least one keyword, 40% include photos.</p>\n<h2>Cross-References</h2>\n<ul>\n<li><code>schema-stack</code> — general schema methodology that Daryl's work extends</li>\n<li><code>schema-template-library</code> — template library includes Daryl's proprietary templates</li>\n<li><code>entity-seo</code> — entity building pipeline that Daryl's Local Surge accelerates</li>\n<li><code>gmb-maps-expert</code> — GMB optimization that pairs with Daryl's schema cascade</li>\n</ul>\n<p>#seo-sop #seo #local-seo #schema #daryl-osborne #local-surge</p>\n"}