{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "Organization",
      "@id": "https://www.chatbot.co.rs#organization",
      "name": "Profi upravnik plus doo",
      "alternateName": "chatbot.co.rs",
      "url": "https://www.chatbot.co.rs",
      "email": "vlada.miric@gmail.com",
      "telephone": "+381606003364",
      "address": {
        "@type": "PostalAddress",
        "streetAddress": "Kapetana Miloša Žunjića 38g, Beograd 11000",
        "addressLocality": "Beograd",
        "postalCode": "11000",
        "addressCountry": "RS"
      }
    },
    {
      "@type": "WebSite",
      "@id": "https://www.chatbot.co.rs#website",
      "url": "https://www.chatbot.co.rs",
      "name": "chatbot.co.rs",
      "alternateName": "Think human. Act AI.",
      "inLanguage": "sr",
      "publisher": {
        "@id": "https://www.chatbot.co.rs#organization"
      }
    },
    {
      "@type": "CollectionPage",
      "@id": "https://www.chatbot.co.rs/blog/#page",
      "name": "Blog - Think human. Act AI.",
      "description": "Tekstovi o chatbotovima, digitalizaciji i AI komunikaciji za mikro i mala preduzeća.",
      "url": "https://www.chatbot.co.rs/blog/",
      "inLanguage": "sr",
      "isPartOf": {
        "@id": "https://www.chatbot.co.rs#website"
      },
      "about": {
        "@id": "https://www.chatbot.co.rs#organization"
      },
      "primaryImageOfPage": {
        "@type": "ImageObject",
        "url": "https://www.chatbot.co.rs/content/slike/chatbot-podrska.jpg"
      }
    },
    {
      "@type": "BreadcrumbList",
      "itemListElement": [
        {
          "@type": "ListItem",
          "position": 1,
          "name": "Početna",
          "item": "https://www.chatbot.co.rs/"
        },
        {
          "@type": "ListItem",
          "position": 2,
          "name": "Blog",
          "item": "https://www.chatbot.co.rs/blog/"
        }
      ]
    }
  ]
}
