Blog'a Dön

Teknik SEO Rehberi: Core Web Vitals ve Site Optimizasyonu (2026)

Teknik SEO: Core Web Vitals, sitemap, robots.txt, Schema.org, canonical URL ve hosting altyapısının SEO etkisi.

seocore web vitalssitemapschema.orgrobots.txtsite hızı

Teknik SEO, arama motorlarının web sitenizi daha iyi taramasını, dizine almasını ve sıralamasını sağlayan optimizasyonları kapsar. Site hızı, yapısal veri, URL yapısı ve mobil uyumluluk teknik SEO'nun temel bileşenleridir.

Core Web Vitals

MetrikİyiİyileştirmeliKötü
LCP (Largest Contentful Paint)< 2.5s2.5-4s> 4s
INP (Interaction to Next Paint)< 200ms200-500ms> 500ms
CLS (Cumulative Layout Shift)< 0.10.1-0.25> 0.25

Site Haritası (Sitemap)

<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://ornek.com/</loc>
    <lastmod>2026-04-01</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>

Robots.txt Yapılandırma

User-agent: *
Allow: /

# Gereksiz sayfaları engelle
Disallow: /admin/
Disallow: /cart/
Disallow: /search?

# Sitemap konumu
Sitemap: https://ornek.com/sitemap.xml

Schema.org Yapısal Veri

<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "Organization",
  "name": "Hostopya",
  "url": "https://hostopya.com",
  "logo": "https://hostopya.com/logo.png",
  "sameAs": [
    "https://twitter.com/hostopya",
    "https://www.linkedin.com/company/hostopya"
  ],
  "contactPoint": {
    "@type": "ContactPoint",
    "telephone": "+90-xxx-xxx-xxxx",
    "contactType": "customer service"
  }
}
</script>

Canonical Tag ve Hreflang

<!-- Canonical (yinelenen içerik önleme) -->
<link rel="canonical" href="https://ornek.com/blog/seo-rehberi" />

<!-- Hreflang (çok dilli siteler) -->
<link rel="alternate" hreflang="tr" href="https://ornek.com/blog/seo-rehberi" />
<link rel="alternate" hreflang="en" href="https://ornek.com/en/blog/seo-guide" />
<link rel="alternate" hreflang="x-default" href="https://ornek.com/blog/seo-rehberi" />

Hosting ve SEO İlişkisi

  • Sunucu Konumu: Hedef kitleye yakın sunucu seçin
  • Uptime: %99.9+ uptime garantisi olan hosting tercih edin
  • TTFB: Time to First Byte < 200ms olmalı
  • SSL: HTTPS zorunlu (SSL Rehberi)
  • CDN: Cloudflare CDN kullanın

SEO Kontrol Listesi

  • ✅ SSL sertifikası aktif
  • ✅ Mobil uyumlu tasarım
  • ✅ Sayfa hızı optimizasyonu
  • ✅ XML Sitemap oluşturuldu
  • ✅ Robots.txt yapılandırıldı
  • ✅ Schema.org yapısal veri eklendi
  • ✅ Meta title ve description optimize edildi
  • ✅ Canonical tag'lar eklendi
  • ✅ Alt tag'lar görsellere eklendi
  • ✅ İç bağlantı yapısı kuruldu
SEO dostu hosting için Web Hosting paketlerimizi inceleyin.