Lütfen beni Google listemizi nereye değiştireceğinizi yönlendirebilir misiniz, böylece ilk satır URL’miz değil işletme adımız.
Bağlam için bir Shopify mağazasıdır.
Herhangi bir yardım takdir edilir.
Lütfen beni Google listemizi nereye değiştireceğinizi yönlendirebilir misiniz, böylece ilk satır URL’miz değil işletme adımız.
Bağlam için bir Shopify mağazasıdır.
Herhangi bir yardım takdir edilir.
Kod e‑postana gönderildi. (24 saat geçerli)
Its called the sitename:
[https://developers.google.com/search/docs/appearance/site-names](https://developers.google.com/search/docs/appearance/site-names)
Here’s the JSON-LD example – pretty straightforward
<html>
<head>
<title>Example: A Site about Examples</title>
<script type=”application/ld+json”>
{
“@context” : “https://schema.org”,
“@type” : “WebSite”,
“name” : “Example Company”,
“alternateName” : “EC”,
“url” : “https://example.com/”
}
</script>
</head>
<body>
</body>
</html>