
{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "LocalBusiness",
      "@id": "https://testeiptvgratis.com/#localbusiness",
      "name": "Teste IPTV Grátis",
      "description": "Melhor serviço de IPTV do Brasil com teste grátis. Streaming atualizado, qualidade HD/4K, compatível com Smart TV, TV Box, Fire Stick, Android, iOS e mais dispositivos.",
      "url": "https://testeiptvgratis.com",
      "telephone": "+55-22-99736-1672",
      "email": "contato@testeiptvgratis.com",
      "address": {
        "@type": "PostalAddress",
        "addressLocality": "São Paulo",
        "addressRegion": "SP",
        "addressCountry": "BR"
      },
      "areaServed": {
        "@type": "Country",
        "name": "Brasil"
      },
      "priceRange": "R$ 4,90 - R$ 29,90",
      "openingHours": "Mo-Su 00:00-23:59",
      "image": "https://testeiptvgratis.com/logo.png",
      "sameAs": [
        "https://www.facebook.com/testeiptvgratis",
        "https://www.instagram.com/testeiptvgratis",
        "https://www.youtube.com/@testeiptvgratis"
      ]
    },
    {
      "@type": "Organization",
      "@id": "https://testeiptvgratis.com/#organization",
      "name": "Teste IPTV Grátis",
      "url": "https://testeiptvgratis.com",
      "logo": {
        "@type": "ImageObject",
        "url": "https://testeiptvgratis.com/logo.png",
        "width": 512,
        "height": 512
      },
      "contactPoint": {
        "@type": "ContactPoint",
        "telephone": "+55-22-99736-1672",
        "contactType": "customer service",
        "areaServed": "BR",
        "availableLanguage": "Portuguese"
      }
    },
    {
      "@type": "Service",
      "@id": "https://testeiptvgratis.com/#service",
      "serviceType": "IPTV Streaming Service",
      "provider": {
        "@id": "https://testeiptvgratis.com/#organization"
      },
      "areaServed": {
        "@type": "Country",
        "name": "Brasil"
      },
      "hasOfferCatalog": {
        "@type": "OfferCatalog",
        "name": "Planos IPTV",
        "itemListElement": [
          {
            "@type": "Offer",
            "itemOffered": {
              "@type": "Service",
              "name": "Teste IPTV 6 Horas Grátis"
            },
            "price": "0",
            "priceCurrency": "BRL"
          },
          {
            "@type": "Offer",
            "itemOffered": {
              "@type": "Service",
              "name": "Teste IPTV 24 Horas"
            },
            "price": "4.90",
            "priceCurrency": "BRL"
          },
          {
            "@type": "Offer",
            "itemOffered": {
              "@type": "Service",
              "name": "Assinatura IPTV Mensal"
            },
            "price": "29.90",
            "priceCurrency": "BRL"
          }
        ]
      }
    }
  ]
}
