Bỏ qua menu, vào nội dung chính
Quay lại
{ } Tool 03 · Schema.org JSON-LD

Schema.org Generator

Form builder → JSON-LD chuẩn schema.org. Copy thẳng vào <head> để Google hiểu structured data.

Cấu hình

JSON-LD output

<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "Organization",
  "name": "Alodev R&D",
  "url": "https://alodev.vn",
  "logo": "https://alodev.vn/apple-touch-icon.svg",
  "description": "Đối tác công nghệ cho doanh nghiệp Việt — tư vấn chuyển đổi số, phát triển phần mềm.",
  "contactPoint": [
    {
      "@type": "ContactPoint",
      "telephone": "+84364234936",
      "email": "hello@alodev.vn",
      "contactType": "customer support"
    }
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Tầng 7, Tòa nhà ABC, Hoàng Mai",
    "addressLocality": "Hà Nội",
    "addressCountry": "VN"
  }
}
</script>
Validate trên Google Rich Results Test ↗