networkstr adlı üyeden alıntı: mesajı görüntüle
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "WebSite",
"url": "__URL of Website__",
"potentialAction": {
"@type": "SearchAction",
"target": "http://www.siteadi.com/?s={search_term_string}"
}
}
</script>


Yukarıdaki kısım wordpress için verilmiştir. Opencart için aşağıdaki gibidir;

<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "WebSite",
"url": "__URL of Website__",
"potentialAction": {
"@type": "SearchAction",
"target": "http://www.siteadi.com/index.php?route=product/search&amp;search={search_term_string}"
}
}
</script>

Bu kodları sitenizde footer veya header'a koyabilirsiniz.
Koyduktan sonra gelecek midir 1 hafta süreci var diye biliyorum. Minimum kaç indeks olması lazım acaba ?