1
00:00:00,000 --> 00:00:11,691
INSTRUCTOR-LED TRAINING SCRIPT - COURSE 3,
MODULE 2: AI SEARCH DEEP DIVE Let's go deeper into how AI systems process and deliver information.

2
00:00:11,691 --> 00:00:15,169
AI SEARCH ARCHITECTURE: 1.

3
00:00:15,169 --> 00:00:27,607
CRAWLING: AI bots index web content •
GPTBot (OpenAI) • Anthropic-AI • Google-Extended 2.

4
00:00:27,607 --> 00:00:33,635
PROCESSING: Content analyzed for entities,
facts, relationships 3.

5
00:00:33,635 --> 00:00:38,275
INDEXING: Information stored in knowledge
bases 4.

6
00:00:38,275 --> 00:00:43,791
RETRIEVAL: User queries matched to stored
knowledge 5.

7
00:00:43,791 --> 00:01:11,418
GENERATION: AI synthesizes response from
sources WHAT AI SYSTEMS PRIORITIZE: • Entity clarity: Clear identification of who/what you are • Factual content: Verifiable, specific information • Structured data: Machine-readable formats • Authority signals: Multiple sources confirming info • Freshness: Up-to-date content Your team needs to know how to manage AI crawler access.

8
00:01:11,418 --> 00:01:38,907
KNOWN AI CRAWLERS: • GPTBot (OpenAI) •
Anthropic-AI (Anthropic) • Google-Extended (Google AI features) • CCBot (Common Crawl) ROBOTS.TXT CONFIGURATION: # Allow all AI crawlers User-agent: GPTBot Allow: / # Or block specific content User-agent: GPTBot Disallow: /private-content/ STRATEGIC DECISION: Most businesses benefit from allowing access to public content.

9
00:01:38,907 --> 00:01:42,481
Block only truly proprietary material.

10
00:01:42,481 --> 00:02:10,844
For organizations with multiple locations,
services, or brands: ENTITY HIERARCHY: • Parent Organization └─ Subsidiary/Division └─ Location └─ Services └─ People (providers) Use schema to show these relationships: • parentOrganization • department • member • makesOffer MULTI-LOCATION CHALLENGES: • Unique content per location • Consistent NAP format • Location-specific reviews • Individual GBP profiles In Module 3, we'll tackle managing local SEO at scale across all your locations.

