Brak LocalBusiness Schema (dane strukturalne)
Schema.org markup pomaga Google zrozumieć rodzaj firmy i może generować rich snippets w wynikach.
// DODAJ W <head> strony głównej:
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "LocalBusiness",
"name": "Anistal Sp. z o.o.",
"description": "Cięcie laserowe blach i gięcie CNC dla przemysłu",
"url": "https://anistal.pl",
"serviceType": ["Cięcie laserowe", "Gięcie CNC"],
"areaServed": "Polska",
"hasOfferCatalog": {
"@type": "OfferCatalog",
"name": "Usługi obróbki blach",
"itemListElement": [
{"@type": "Offer", "itemOffered": {"@type": "Service", "name": "Cięcie laserowe blach"}},
{"@type": "Offer", "itemOffered": {"@type": "Service", "name": "Gięcie blach CNC"}}
]
}
}
</script>