{
  "@context": "https://schema.org",
  "@type": "WebSite",
  "name": "Moret Atacadista",
  "url": "https://www.moretbermudez.com.br",
  "description": "Loja online de cestas básicas no atacado e varejo com entrega em todo o Brasil",
  "potentialAction": [
    {
      "@type": "SearchAction",
      "target": {
        "@type": "EntryPoint",
        "urlTemplate": "https://www.moretbermudez.com.br/ShopSearch?q={search_term_string}"
      },
      "query-input": "required name=search_term_string"
    },
    {
      "@type": "ViewAction",
      "target": {
        "@type": "EntryPoint",
        "urlTemplate": "https://www.moretbermudez.com.br/cesta-basica/{slug}"
      }
    },
    {
      "@type": "OrderAction",
      "name": "add_to_cart",
      "target": {
        "@type": "EntryPoint",
        "urlTemplate": "https://www.moretbermudez.com.br/ShopCart"
      }
    }
  ],
  "mainEntity": {
    "@type": "OnlineStore",
    "name": "Moret Atacadista",
    "currenciesAccepted": "BRL",
    "paymentAccepted": ["Pix", "Boleto", "Cartão de Crédito"],
    "priceRange": "R$50-R$500",
    "openingHours": "Mo-Fr 08:00-18:00",
    "areaServed": {
      "@type": "Country",
      "name": "Brasil"
    }
  }
}
