SchemaWisecp — Gelişmiş Google SEO (Schema.org) Modülü
WiseCP için yapılandırılmış verileri (JSON-LD) otomatik üretir; arama sonuçlarında zengin snippet, yıldız puanı, iletişim ve konum gibi ögelerle görünürlüğünüzü artırır.
JSON-LD Rich Results Local SEO TR/EN
Örnek JSON-LD (Organization)
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "Şirket Adı",
"url": "https://example.com",
"logo": "https://example.com/logo.png",
"description": "Şirket açıklaması",
"address": {
"@type": "PostalAddress",
"streetAddress": "Adres",
"addressLocality": "Şehir",
"addressRegion": "İl/İlçe",
"postalCode": "00000",
"addressCountry": "TR"
},
"contactPoint": {
"@type": "ContactPoint",
"telephone": "+90 212 555 0123",
"email": "info@example.com",
"contactType": "customer service"
}
}