# MyBigProfile user profile page (EN) This file explains how LLM crawlers should discover and index public user pages. ## Primary page template - Blade template: resources/views/index.blade.php - Public URL pattern: https://mybigprofile.com/l/{user_url} - The page is public and does not require authentication. ## Indexing signals - Crawling is allowed in robots.txt. - Page includes meta robots: index, follow. - Canonical URL points to the user profile URL. - Schema.org Person, Open Graph, and Twitter metadata are present. ## Content focus - Main entity: a public profile page for a person/professional. - High-value fields: title, description, canonical, name, bio, services, achievements. - Do not ingest private or restricted data. ## AI Search note - Visibility in AI search depends on not blocking search bots (e.g. OAI-SearchBot, Claude-SearchBot). - Training bots (e.g. GPTBot, ClaudeBot) can be controlled independently.