[SEO & GEO Mimarisi]
Schema.org & Yapay Zeka (GEO) Portalı
RobinK.me platformunun arama motorları, arama ajanları (Googlebot, Bingbot) ve nesil yapay zeka modelleri (ChatGPT GPTBot, ClaudeBot, PerplexityBot, Gemini Google-Extended) için yayınladığı şeffaf veri ve semantik tarama standartları.
✓ Desteklenen AI Botları & Ajanlar (GEO)
- OpenAI: GPTBot, ChatGPT-User, OAI-SearchBot
- Anthropic: ClaudeBot, Claude-Web, Anthropic-ai
- Perplexity: PerplexityBot
- Google: Googlebot, Google-Extended (Gemini / Vertex)
- Apple: Applebot, Applebot-Extended
- Microsoft: Bingbot (Copilot)
🔗 Semantik Bağlantı Uç Noktaları
- /robots.txt — Tarama kuralları & izin listesi
- /sitemap.xml — XML Site haritası
- /llms.txt — Standart LLM bağlam özeti
- /llms-full.txt — Detaylı 14 adımlı LLM verisi
- /manifest.json — PWA uygulama manifestosu
📜 Ana Sayfa JSON-LD Graph Şeması (Schema.org)
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "Organization",
"@id": "https://robink.me/#organization",
"name": "ROBINK.ME",
"url": "https://robink.me",
"logo": "https://robink.me/assets/images/robin-bird.jpg",
"description": "Şirketler için otonom yapay zeka ajanları (Hermes Agent) ve iş süreçleri otomasyonu.",
"address": { "@type": "PostalAddress", "addressCountry": "TR", "addressLocality": "Istanbul" },
"geo": { "@type": "GeoCoordinates", "latitude": 41.0082, "longitude": 28.9784 }
},
{
"@type": "SoftwareApplication",
"name": "Hermes OS",
"applicationCategory": "BusinessApplication",
"operatingSystem": "Linux, Ubuntu, Docker"
}
]
}